Summary: does anyone know how to clear a textbox in asp.net using visualstudio 2002 version in C#. I have used the visual studio version 2003 and in the help f...
Summary: Hi, I would like to know how to call an external DLL from the cpp file and return the executed result back to my cpp?!? e.g. In cpp, call and execute ...
Summary: I try to test the Win API function: NetMessageBufferSend I wrote a Visual C++ console program. This program calls the NetMessageBufferSend to send a m...
Summary: Hej ... i've asked in "networking" about how to loop a "net send"-mesage. I got the info, that this will work by doing a batch file ... can you help m...
Summary: Hi friends, I want to know does how to run a batch file present on another computer within the domain, from my computer, without logging into the remo...
Summary: hello guys do u have any idea about putting a password in a folder? pls help me about this. i need it to my personal folder because some of them is ve...
Summary: You can hear the POST beep even if the computer isn't connected to a speaker. The POST beep is generated from the motherboard. Does anyone know how ...
Summary: I've downloaded the Digital Mars C/C++ compiler and I have no clue how to compile a program. So, how do I compile a program? I'm following the instruc...
Summary: I am trying to learn how to go about writing a driver for a virtual com port. Purpose of this driver is to accept data from a serial port on a non-win...
Summary: Hello, Can someone tell me how to clean a string inside of "" using sed? My data is in a file: a.xml <Contact type="Email" guid="37126FB6-F92C-4A16...
Summary: I need to know how to populate a Listbox with a TextFile. I have tried ReadLine but it only adds the first line to the Listbox. After adding the Tex...
Summary: Hi I have a small tool created in vb which will have an option to browse and upload a file. if i click browse button a common dialog should get open...
Summary: help please i am interested in creating an exe file which is formed by 2 different exe files so when i activate this file both of thenm gets executed ...
Summary: Hi all. I'm trying to implement a C++ class template which inherits it's own parameter, using the following code: // ifndef, define, includes and ever...
Summary: I have to make a program that has two processes using fork() and i've done it and been able to run it. BUT i have to have the program run 10 loops in ...