| Thread | Last Post | Replies |
|
| Can't Register freeimage DLL | 31 Aug 2006 20:18 GMT | 3 |
Download the freeimage.DLl to my XP C:\WIndows\System32 and open a Dos Windows to Run Regsvr32 freeimage.DLL But it Show a Warning Dialog for "entry point was not found"
|
| Terminate a MsgBox | 31 Aug 2006 18:56 GMT | 14 |
Hallo NG! I want to terminate a MsgBox automatically after x seconds. Any ideas? Thanks!
|
| Append new line to Text File | 31 Aug 2006 16:49 GMT | 9 |
I would like to append a new line to a text file for example: somethin somethinsomethin2 some New Line How would I go about doing this?
|
| SHELL Command problem | 31 Aug 2006 09:48 GMT | 6 |
I've got a problem with the SHELL command in VB6 It works fine for executables like this: shell "notepad.exe" But when I try to open other file types like TXT I get the error
|
| MSCOMM and Binary | 31 Aug 2006 03:19 GMT | 9 |
How do you output binary from the serial prot using MSCOMM? I need to send 1011010000000100 to a device. Thanks, Michael
|
| generics | 30 Aug 2006 22:05 GMT | 2 |
could u provide me a example on generics in vb.net.... what are the merits of using generics....and its relation with the common language runtime
|
| Deploying VB application on Intratnet .. with remote locations systems | 30 Aug 2006 15:51 GMT | 10 |
Hi, i have a application which currenlty runs in a LAN with in same buliding . .. uses a oracle database server.. now the need of the client is to .. have systems at diffrenet locations to access the server .. what steps do i need to do this
|
| SQL database question | 30 Aug 2006 14:10 GMT | 2 |
Say I wrote a program which uses a MS SQL Server database table. Say I want to install said program on a computer which does not have SQL installed, is not on a network, connected to the internet, etc. Can I package up a SQL database and make it part of the install program the
|
| Adding Controls To Containers At Runtime | 30 Aug 2006 13:23 GMT | 2 |
As per subject, is there anyway to do this? Michael
|
| How to completely (incl. dotted box) unselect an item of a ListView | 30 Aug 2006 04:36 GMT | 3 |
I've a ListView in ReportMode with MultiSelect = False. If the user enters a number I select the appropriate item in the ListView. If the used enters a number which is not in the ListView I'd like to unselect the former selected item. Today I do this with
|
| How to completely (incl. dotted box) unselect an item of a ListView | 29 Aug 2006 18:03 GMT | 2 |
I've a ListView in ReportMode with MultiSelect = False. If the user enters a number I select the appropriate item in the ListView. If the used enters a number which is not in the ListView I'd like to unselect the former selected item. Today I do this with
|
| Drag 'n drop prob | 29 Aug 2006 15:12 GMT | 3 |
I want to drag 'n drop from one ListBox to another. I managed to drag 'n drop from a TextBox to a ListBox mostly by cribbing off the web but when I try to go ListBox >ListBox nothing happens. Here's the code. ===========================================
|
| 'Killing' the window key | 29 Aug 2006 13:54 GMT | 2 |
Has anyone had success with VB6 in making the Windows 'Window' key inoperable? The minimize / exit buttons at the top can be disabled and the task bar hidden but I can't disable this key. Reason is that my program, designed for student access, once running should
|
| FileSystemObject api | 29 Aug 2006 00:46 GMT | 4 |
I have a directory with 2000+ files and I need to get a list of all of them that have an extention of *mp3. Currently using the dir() function in VB it is extremely slow. My CPU usage goes up to 100% when i run the app, and i have a fairly decent comp. Is there another way
|
| Help With Adding Controls At Runtime | 28 Aug 2006 20:35 GMT | 1 |
I'm creating an application that uses plugins based on David Zimmerman's tutorial here: http://www.codeguru.com/vb/gen/vb_misc/plugins/article.php/c5605/ What I'd like to do, is when the plugin is detected, it adds it's own
|