| Thread | Last Post | Replies |
|
| Track Mouse Movement when the cursor is off screen? | 13 Aug 2008 11:09 GMT | 4 |
I have the opportunity to rescue a project that uses a mouse to sense the relative position of a machine. The hardware is built...just needs to be programmed. Stop snickering!!! I didn't do it...I just gotta fix it.
|
| VBA - Office XP - Libraries | 12 Aug 2008 17:23 GMT | 1 |
I am just launching into new territory. I am writing VBA with EXCELL (Office XP 2002). I am not in my preferred SQL environment. So I have the need to access general routines that copy simple SQL "Select" statements;
|
| COM DLL dependencies | 12 Aug 2008 09:10 GMT | 1 |
G'day everyone Has anyone come across a tool that can scan a VB binary, figure out what COM objects are being used, figure out their dependencies, and list what's missing? Some thing like Depends.exe for ActiveX/COM would
|
| MSDN Subscriber | 12 Aug 2008 09:09 GMT | 3 |
Is anyone else here an MSDN subscriber? I can sign in to MSDN, but I can't get to the 'Downloads & Product Keys' page. I could yesterday at work, but cannot now I'm at home, even going through the main MSDN screen (http://msdn.microsoft.com/default.asp).
|
| VB 3 Crash under Vista | 12 Aug 2008 04:09 GMT | 2 |
I'm using Visual Basic 3.0. running under Vista Ultimate. I'm running as the Administrator. VB seems to work fine, except when I try to create a .EXE. Then I get an alert box with this: NTVDM.EXE has stopped working
|
| Unload dll | 11 Aug 2008 10:29 GMT | 6 |
I need to erase a dll after use in a VB6 program: In my program, I install a dll in the Windows/system32 directory (from the program resource), then my program use this DLL, but when i try to "Kill" this Dll to erase it, the DLL is still in use, and i cannot erase it, until
|
| Decimal commas instead of decimal points | 10 Aug 2008 17:30 GMT | 6 |
Many people in Europe use decimal commas instead of decimal points. How do you deal with this problem? I suspect Visual Basic 6.0 might know it should read numbers with commas, but it does not seem to be trivial.
|
| Empty folders | 08 Aug 2008 08:54 GMT | 5 |
My application creates empty libraries. How do I ensure that the user copies at least one or more picture files (.jpg) in each of the empty folders ? Result , no empty folders! regards pjl
|
| Vb Collections in User defined data types | 07 Aug 2008 03:16 GMT | 1 |
Greetings, I am a newbe to programming and need help to understand the following code. It appears that the collections are part of the user defined data type is that correct?Private Type AuthorInfo AuthorName As String
|
| Automate Any Email Client | 05 Aug 2008 16:30 GMT | 8 |
I want to automate any email client running on Windows and save the generated email in as Draft. I was trying to use MAPI control with VB6 but when i save it gives "Unspecified Failure has occured"
|
| VB project backup | 05 Aug 2008 09:46 GMT | 4 |
how can I bring together files belonging to a project in a single folder. At the moment, my Visual basic project is spread over several projects Kind regards.
|
| Compile Error | 03 Aug 2008 22:48 GMT | 3 |
When I try to execute the program in this site: http://www.ostrosoft.com/vb/projects/FindFileByExt/index.asp I get an compile error ('variable not defined') at the last statement: Dir1.Path = sDir
|
| Show data from multiple records? | 02 Aug 2008 02:25 GMT | 1 |
Hopefully an easy one for someone. I'm writing a small app (Visual Studio 2008) which will take an existing access database we have and show it in a form I'm writing. The fields have say customer and their files info. Record 1 could have customer name, the file box number, ...
|
| Reading text files from disk | 01 Aug 2008 03:14 GMT | 1 |
I have been reading text from a disk-file but the lines of text are being truncated. It looks like some punctuation characters are not being read in. I need to read a whole line, including any leading and trailing spaces.
|