I need a very simple SMTP server running on my computer for notification software that I developed. I tried "Free SMTP SERVER" and "QK SMTP SERVER 3", but for some reason they don't work, they always give me a time out error.
Do you know some good SMTP server software? Thanks.
I have a windows form application that when it starts needs to see if the user has Excel installed on the computer and if not display a message informing user that part of functionality will be disabled.
Is their an easy way to perform this check?
Working in Visual Studio 2008 with VB.Net
What is fastest way for .Net programm to index all images on users computer?
fastest - same pc configuration, diferent time (seconds)
.Net programm - beter C#
to index - get a list of absolute links (like c://bla-bla/file ) and save tham into file (index.txt)
all images (like JPEGs, PNGs, BMPs)
If my applications run on a same computer or even on different computers in a same LAN and need intense and quick communication, it seems illogical for me to use text-encoded web services and HTTP. I could possibly use IP/TCP/UDP sockets and invent my own protocols, but believe there is a standard way for .Net applications to send/receive object instances (and, maybe, even sharing an object by reference?). Can you tell me what's that standard way? I am only interested in .Net Framework 4 applications and don't need to support legacy frameworks.
This is the situation, I have configured a dial up server and i want to play a sound or pop up
message when a daipup connection is made to my computer from a specific location?
and I thing it can be done with configuration file or some script or to run some exe when a dail up connection is made to my server.please give me some ideas
Hello,
I am learning Computer Graphics at the university and I'm trying to figure out the use of it ... and I fail.
Only games and movies stick in to my mind, I'm sure there are other uses for, let's say, graphic algorithms, openGL, 2D and 3D, 3ds Max ...
Is it useful later on ? Where do I need it ?
Thank you
What is the best way to solve programming questions when you are givien a question to write a program, in an exam for example where you have no computer to test it. Is there a certain technique that people use to help them solve these type of written problems? Or is it all down to knowlegde of the language?
Hi All,
If I want to use a specific font that I know it is not available in most of the user's computer, is it possoble to embed the font in my web site in some way? I have gone to some web site using special fonts as text, but not as image. I wonder how it works.
Thanks
Mayur
Hello All
I found one article about fixing PC in simple steps.
http://top4registrycleanerreviews.com/how-to-fix-a-slow-computer-in-simple-steps.html
Is all these steps are enough or not?
how to get network connection list in my computer with c#
vpn list or other
in windows 7 this path Control Panel\Network and Internet\Network Connections
i need for write a function to connect to internet in c#
What is the fastest way for a Adobe AIR program program to index all images on a users' computer?
Using Open Source ActionScript-3, MXML Libs and classes.
Fastest - Same pc configuration, different time (seconds)
To index - get a list of absolute links (like c://bla-bla/file ) and save them into file (index.txt)
All images (like JPEGs, PNGs)
I need to put a python script somewhere on my computer so that in another file I can use it. How do I do this and where do I put it? And where in the python documentation do I learn how to do this? I'm a beginner + don't use python much.
library file: MyLib.py put in a well-known place
def myfunc():
....
other file SourceFile.py located elsewhere, doesn't need to know where MyLib.py is:
something = MyLib.myfunc()
hi
i want to know about how to display a messege box to display a messege "Pleace restart your computer" with yes and no option is user click on yes then system restart. This messege box want to show after complition of installation.
if is there any idiea about that then please help
and i also want to knw if is there any code for that then where i place this code in installer class of elsewhere?
Hi,
Does anyone (out of choice or forced) develop on a computer that they have to remote desktop into?
How has your experiences been with it?
I can see the advantages as you can basically code from anyplace in the world so long as you have a fast enough connection.
Duplicate
http://stackoverflow.com/questions/424869/reasons-to-use-a-vm-for-development
I'm about to release my application which is built in C# VS2008 to my customer, and I want to prevent copy abuse post deployment, since it's easy to copy installation files to another machine and use the application. I want to limit usage to only one computer per installation.
When I run this code on my computer with the help of "Google App Engine SDK", it displays (in my browser) the HTML code of the Google home page:
from google.appengine.api import urlfetch
url = "http://www.google.com/"
result = urlfetch.fetch(url)
print result.content
How can I make it display the page itself? I mean I want to see that page in my browser the way it would normally be seen by any user of the internet.
Why to use local pipes instead of sockets for programs communication inside one computer? Has Any one FRESH stats on who is faster and how nmuch, what is more sequre or less?
The title pretty much says it all: have you ever written (or tried to write) a computer virus? I know pretty many young programmers try to do something like that in their early days. Did you? If yes, did you succeed? Tell us your tale - What did it do? Did you get punished? What did you learn from this? Etc.
I have 2 computers: one is on Vista and the other one is on Windows 7. I made a shared folder on my vista computer and tried adding it from my windows 7 computer. I keep getting the following message when trying to click on my Vista computer from my Windows 7:
Windows cannot access \\COMPUTER-NAME
You do not have permission to access \\COMPUTER-NAME. Contact your network administrator to request access.
How do you access a Vista shared drive from Windows 7 ?
What I'm trying to achieve is in the following infrastructure:
Server A running ADDS, DNS, DHCP, NPS
LAN
-Computer Client I
-Computer Client II
Server A NIC 1 goes to LAN
Server A NIC 2 goes to Internet
Server A provides DHCP and Internet access for Computer Clients
How do I connect to Computer Client I or II through RDP from outside the network? Even when using credentials from Computer Client I (which are not in ADDS) the connection still only goes to the server.