| Thread | Last Post | Replies |
|
| Call an access report from VB | 09 Jan 2005 16:46 GMT | 3 |
I would like to use Access as my report writer. How would I do this from VB6? Thanks
|
| Windows Media Player SDK - Mystery Syntax | 07 Jan 2005 20:37 GMT | 3 |
I have been using the WMP 10 SDK with some success, but cannot get the setMode method working within VB6. Has anyone had any experience using it’s mystery syntax? According to the SDK's documentation, the syntax is:
|
| PropertyBag Problem | 07 Jan 2005 06:22 GMT | 2 |
I want to embed a file in an exe file using the PropertyBag, but I have a small problem .. . for example ... I have a small test.exe which is 1.75 MB (1,840,510 bytes), I embed the file and I extract it then and it have now 1.75 MB (1,840,518 bytes) and the If I dbl click the new ...
|
| How to measure the length of a string in twips? | 05 Jan 2005 17:13 GMT | 6 |
I'm using a combo box with two columns. I want the first column to automatically resize to the length of the longest string in that column, plus a little bit extra (don't know how much extra at this point). Is there a way I can measure a string to return the length of it in ...
|
| Determining Connection State | 05 Jan 2005 02:21 GMT | 1 |
How would I determine if a machine is connected to the network or not? I'm trying to emulate the functionality that MobSync provides whereby it will automatically synchronize the machine's subscription if it's connected to the network and idle. I'm just wondering if there's ...
|
| Opperation is not allowed when the object is closed | 04 Jan 2005 22:05 GMT | 1 |
VFP 6 application opens Visual FoxPro 6 tables using the VB Database Designer object and ODBC. Does not work on Windows XP Both SP1 and 2 Works on Windows 2000
|
| how to abort a form load | 04 Jan 2005 18:06 GMT | 2 |
i have a form that in the initialize section checks for user permision if the user does not have permision i want to abort the form how can i do this?
|
| mnu on mdi child form | 04 Jan 2005 17:25 GMT | 5 |
I have a problem with menu on MDI child form. On main MDI form exists menu and when I load a form (MDI child) in parent form, mnu in Child form cover up menu on parent...
|
| substr function unrecognized | 04 Jan 2005 16:49 GMT | 5 |
I try to use "substr" function to manufature strings in VB6, but the compiler does not recognize this syntax. I just forget how to config the environment of compiler or what command lines that I need to add in my code in order to make it work.
|
| Writing to FSO | 03 Jan 2005 21:22 GMT | 3 |
If I create an FSO (file system object) to write to, can I write an entire array to it or the equivalent of a record all at once? What I'd like to do is create a type of class containing FirstName$, LastName$, SSN$, Logs(15)$, and Atty$. Then write em all at
|
| hwo to convert a char string into an array | 03 Jan 2005 18:23 GMT | 4 |
Hi How to convert character into array like a(5) = "apple" .. a(0) = "a" , a(1) = "p" , a(2) = "p" , a(3) = "l" , a(4) = "e"
|
| vb api | 01 Jan 2005 16:27 GMT | 1 |
How do I use the createcompatiblebitmap function so I can just print out to the screen with bitblt? eg if I load an bitmap using loadimage and I want to copy a 1/4 of this bitmap and print to the screen using CreateComaptibleBitmap. I need to copy
|