| Thread | Last Post | Replies |
|
| mark | 05 May 2005 02:35 GMT | 2 |
help -- markgas ------------------------------------------------------------------------
|
| NTFS vs FAT32 | 05 May 2005 02:34 GMT | 5 |
I'm developing on Windows XP NTFS using VB6. Can my apps run on a fat 32 system ? If not, can I do something to make it work on fat 32 ? I have run my latest app on a win 98 system. I assume that's fat32
|
| Can I activate desktop shortcut from macro? | 05 May 2005 01:47 GMT | 5 |
I am writing a program where the application needs to activate another program through its desktop shortcut BUT through code NOT by double-clicking the icon. I am guessing that the SHELL function is involved in some way but cannot
|
| Converting Excel Macro to Access | 05 May 2005 01:30 GMT | 2 |
I can't seem to find the answer to convert the "Cells(i,j)" by using Access. I don't think you can point to certain cell using access. Anything would help. 'FIX DATE FORMAT
|
| Cannot load control DLGCommonDialog; license not found | 05 May 2005 01:12 GMT | 1 |
CounterSpy removed a suspicious program from my system and deleted some registry entries under HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Licenses Since then, VB started giving the message "Cannot load control
|
| Select Case | 05 May 2005 00:06 GMT | 1 |
I can't seem to figure out why the second case doesnt work properly. Could someone give me a hint what I'm doing wrong? There is no syntax error. I've tested it (the second case) with an obvious choice that should cause it to function but in F8'ing, all seems as it should, but ...
|
| What is wrong with this array? | 04 May 2005 22:48 GMT | 2 |
I have ammended the code for display purposes, but I have created a Public Sub that has one argument (dynamic array of pictures) and what I want is to be able to set a module level variable (array of pictures - m_arrThumbPict) to that of the calling CreateThumbPicts ...
|
| JRO.CompactDatabase | 04 May 2005 22:32 GMT | 7 |
?What is the syntax for using JRO to compact a secured database? I'm trying to use JRO to compact a database. This is a database that has security. Following is the syntax of the connection string used to connect to the database using ADO 2.6 (VB6). After that is the syntax I'm ...
|
| Writing to a password protected network share | 04 May 2005 22:19 GMT | 1 |
I have a webservice that needs to copy files to a access controlled share. Is there a system.io method to gain write access(username password given) to that folder?
|
| Open for Output and Write | 04 May 2005 22:18 GMT | 3 |
I'm doing the following: Open dlyFile1.Filename for Output as fnum ... ... code that concatentates a bunch of text from a listbox onto a string
|
| Curses with cursors in VB6 | 04 May 2005 21:27 GMT | 7 |
I had a need to define a custom cursor (as in mouse pointer) for a label. Easy enough I thought. I used my favorite icon editor and made the ICO file, placed that in an image control, then when necessary just set the
|
| UNICODE CONVERTS TO ASCII | 04 May 2005 21:11 GMT | 1 |
I am having problem with my unicode file, basiclly I need to update data to databas, the data coming from a comma separated file. I am reading that file using Scripting.FilesystemObject. Its inserting non UNICODE data correctly in table but it converting UNICODE data to ASCII ...
|
| VB6-ActiveX not licensed??? | 04 May 2005 18:38 GMT | 1 |
I tried VB6 for the first time (I usually use VC/C++ 6.0) and the "Firstapp" in the "Microsoft Visual Basic 6.0 Programmer's Guide" says to use "MSFlexGrid" ActiveX control; however, when I do, I get an error message - "not licensed". I bought VS6 from Programmers Paridise when ...
|
| 3rd and Final Post OCX Design Question | 04 May 2005 16:41 GMT | 2 |
What is the difference between passing a picture as IPictureDisp as Variant or Object between a client application and a dll/OCX? i.e speed, size, etc. I want to be able to resize the image passed in the OCX. If I am loading a large number of images into a print preview OCX is ...
|
| Links to outlook items | 04 May 2005 16:13 GMT | 1 |
Is there a way to maintain a link between an Outlook item and a record in a vb app? Such as an appointment?
|