Not sure how to do it in VB, but if you Google the word Belarc, it's a free program that will display everything about your computer, both Hardware & Software....
Hi, newbie both to this board and to vb.net. i have no clue how to work with print code, still reading up but the subject looks very complicated (and scary)....
Hi all, new both to this board and to vb.net. i have no clue how to work with print code, still reading up but the subject looks very complicated (and scary)....
ok i have just join this group. I want 2 u tell me each and everything about visual basic with easy way thanks Send instant messages to your online friends...
hi. i want to send some files in runtime of my program(files are my db), from computer1 to computer2 in other city. and i want to do this through phone...
hi friends, I make package of project and when I install it on any computer that give me error like this ----> Could not open the SETUP.LST file located. So...
You have to use for this the MSComm control ... ____________________________________________________________________________________ Never miss a thing. Make...
You can do this with MSComm control and CommonDialog Control, the first is for dialing and transfer, the second is for file management. Check the supplied help...
Wow, a pretty tall order. You can begin by reading the old messages first, as they contain a lot of information. You can Google "Visual Basic" and browse many...
plz tell me soon friends , how can i get the serial number of mother board and hard disk in vb.net ... Explore your hobbies and interests. Click here to begin....
Hi all, I am a VB6 Programmer, but I am new to Crystal Reports. Iam tyring to view a .rpt file using the CRViewer control in VB. The Report is not showing in...
HI all great programmers i have program to save photos from the scanner and display it but i don't know how to get the photo to a picture box any great...
Hi, I am a new member and looking for advice on the best software development tool(s) for some educational software I would like to write. The programs would...
Hi, I'm trying to find the correct syntax for two word data fields in a VB.Net DataAdapter update routine. This works ok (eg): dsNewRow.Item("Axle_Number") =...
hi, im developing an application that will verify every file that a user will copy on his/her flashdrive or any usb storage device. The significance of this is...
Hi, Through the code execute a command like this del /f <filename> I think this will work. if the file is hidden use del /f /ah <filename> jacklogan27...
yes. Can I see the snippit of the code and how are you scanning it? Also, which language are you using? VB/C#? Getting an image is not a big deal in .net, even...
thank you for trying to help me I'm using vb6 and i don't have code yet my problem in scanning direct from the scanner to my program i was trying twain.dll but...
I am a novice Visual Basic programmer and want to be able to make custom gui items. One example would be a clock that has hands that can be clicked and...
Maybe a rookie question, maybe a stupid question. The following is code within a form object: If Not IsNull ([State]) Then [State] = CapAll([State]) End If ...
Hello VB programmers! I have Visual Basic 5... When an mp3 is playing, I would like to display a running time, starting from zero, and continue adding one...
Hi I am new to vb.net and I need to do an editor,where i am required to use linenumbers. Im unable to figure it out how to include the line numbers in the...
Hi dear, you can add another multiline textbox on the left side whose width is only that much that it can contain the line nos. and height equals to the height...
Venkatesh, Take a look at "format.string() it can be your friend for this kind if problem. You could make two columns in your string one for the line numbers ...
Hi, I am new to the VB programming and trying to find a good book to help. I have downloaded Visual Basic Express Edition 2008 and I have one book already...