| Thread | Last Post | Replies |
|
| Device Manager listing in VB.Net | 18 Aug 2005 09:03 GMT | 3 |
Does anyone have any VB.Net code to get the devices listed / enumerated in the Device Manager listing. I'm trying to figure out if a device (it's actually a digital camera) is connected to the computer. When it's plugged in (Firewire), it
|
| Help with VB/SQL date variable | 18 Aug 2005 09:01 GMT | 5 |
I want to write some code which a) looks at a list of dates then determines the date of the next day b) uses the result of a) to refresh some queries c) performs calculations on the result of b) and returns data to a
|
| Question about With|End With | 18 Aug 2005 02:49 GMT | 4 |
Is there an advantage other than ease of reading (i.e. speed increase?) to use with rather than just using the same object name over and over again? For example: Original code:
|
| How to properly close app? | 17 Aug 2005 20:59 GMT | 2 |
I am having a problem where my app still shows in the process list after I close it, and I'm unable to find out why. I have done all I can to stop any activity that might make it hang including shutting off all timers before closing, etc.
|
| Getting the MAC Address | 17 Aug 2005 17:14 GMT | 6 |
I am getting the MAC address on my Windows 2000 computer using the code shown below. However when I run the same code on my XP machine the result is "0" even though the machine has only one ethernet card
|
| Print Report output to e-mail | 17 Aug 2005 16:33 GMT | 3 |
I have an application that collects user input and formats it, along with some standard text, into a report using the Printer.Print method. Printer.EndDoc prints the report to my default printer. How can I send the document to an email client rather than my printer?
|
| cannot run dll project | 17 Aug 2005 16:03 GMT | 1 |
I have serious problem when I run the dll project with exe project. When I group the dll project and exe project together to run, i got the run time error "System Error &H80004015 (-2147467243)". However, I even cannot run the dll or ocx project alone, but exe project is OK. How ...
|
| ado recordset in visual basic database access | 17 Aug 2005 14:14 GMT | 4 |
I am trying to access my access database by using visual basic 6.0. I want to use recordset method to get data from query. I can get connection established, but I get error in further debugging with message "arguments are of the wrong type, are
|
| DLL or OCX | 17 Aug 2005 12:14 GMT | 11 |
Coiuld someone please give me some pointers which is better to use in visual basic projects. As I understand it, when you make OCX file, you make a component (button, grid etc) that you can use on your forms; and with DLL you
|
| VB6 question | 17 Aug 2005 08:33 GMT | 2 |
First of all, please ignore or delete if this is the wrong newsgroup. I'm having an issue plotting points. I'm sampling an analog signal at 50kHz, and when plotting within 0.5 ms, I only get like 10 points. Since my bit accuracy is 12 bits, I'm getting some quantatization
|
| Split function and Overflow error | 17 Aug 2005 05:11 GMT | 8 |
Can the VB6 Split function cause an Overflow error (#6) ?
|
| VB 6 and Frames | 17 Aug 2005 03:29 GMT | 4 |
About once a year I decide to modify a program form in which I add a frame. Is there an easy way to move option buttons, text boxes, labels, command buttons, etc. onto the frame? It is annoying to have to delete those objects and their code only to have to add them to the frame
|
| ado recordset in visual basic database access---I am still having problem | 16 Aug 2005 23:20 GMT | 1 |
Thanks for your time, I used your code, however, It still has bug, so far, I can debug all the way down to --strPN = rs("PersonnnelNumber").Value & "" Then it raise error again, saying "run time error 3265" Item cannot be
|
| ado recordset in visual basic database access | 16 Aug 2005 23:14 GMT | 1 |
Thanks for your time, I used your code, however, It still has bug, so far, I can debug all the way down to --strPN = rs("PersonnnelNumber").Value & "" Then it raise error again, saying "run time error 3265" Item cannot be
|
| Generate PDF from Visual Basic 6 (Urgent!!) | 16 Aug 2005 00:09 GMT | 12 |
Hi. I have to use Visual Basic 6 to export data to Adobe PDF file format. I retrieved the data from MS SQL Server to DataGrid successful already, but I cannot export the data to Adobe PDF file format. Here is my sample code (Visual Basic 6). I really appreciate for your help.
|