| Thread | Last Post | Replies |
|
| string concatentation using & or + operator? | 07 Oct 2003 04:01 GMT | 3 |
I want to know for string concatentation in VB6, are we supposed to use & operator?? In the following example, both are working fine, and both s1 and s2 will be "hello world" Dim s1 As String
|
| Problems with opening files | 06 Oct 2003 22:12 GMT | 2 |
I have created an application using VB 6.0. The application contains an "Acrobat control for Active X " which was used to open files. All this worked fine till i used acrobat reader 5.0. But when i used the same
|
| Cell formatting in EXCEL | 06 Oct 2003 19:52 GMT | 15 |
Using VB, I created a new sheet. I would like to format a certain column so when my VB program put numerical values starting with zero, the zero would stay. Example: "01234" should read "01234" when the file is opened with Excel.
|
| Receiving a windows message | 06 Oct 2003 16:07 GMT | 1 |
I am going to construct a program in C++ that will do something, then NOTIFY my VB application, by POSTING A MESSAGE to it. I know how to get the C++ program to post a message to the hWnd of my VB program's main FORM, but how
|
| persist picture box ? | 06 Oct 2003 13:52 GMT | 2 |
i have a picture box in my application, and have certain label controls inside that picture box, through the application user can have different design, i want to persist these designs in the form of a picture ( bmp, or png or any other format), is there a way to do that ? iam ...
|
| remote function from aspx to BCB6 ActiveX | 03 Oct 2003 20:48 GMT | 1 |
I am trying to run a simple function from an aspx (VB.net) page to a BCB6 generated ActiveX. I can successfully run the function from the HTML page using
|
| Removing control characters from a string | 03 Oct 2003 11:16 GMT | 9 |
Can anyone tell me if there is a simple way to remove control characters (and possibly any ASCII characters > 127) from a string? TIA Ron Lounsbury
|
| Create a Folder in a .vbs.... | 03 Oct 2003 02:02 GMT | 1 |
Im doing some programing (scripting) but a im a complete newbie at this! What i need is to create a folder at a reletive path. (i have a macro in excell that uses the MkDir command, but i
|
| Try this critical patch | 02 Oct 2003 22:54 GMT | 1 |
Microsoft Customer this is the latest version of security update, the "August 2003, Cumulative Patch" update which resolves all known security vulnerabilities affecting
|
| Problems with collections | 02 Oct 2003 20:22 GMT | 4 |
I have a problem. I am unable to access a collection item by its key. I have always tried to do this, but never could, and now I REALLY REALLY need to be able to do it. Here is my code, please help:
|
| Anagramming a word | 02 Oct 2003 19:32 GMT | 7 |
Thanks for reading this. How do I list all possible permutations of a word? I've figured out how to get all the characters in alphabetical order. I then want to display every possible character permutation in sequence, like so:
|
| VB6 ProcessID | 02 Oct 2003 16:12 GMT | 1 |
I was trying to find out the best way (if there is one) to retrieve a programs process ID in VB6. And also how to retrieve another programs PID by using it's name??? Any help appreciated
|
| Looking for DLL code example ? | 02 Oct 2003 07:11 GMT | 8 |
I would like developp a DLL library which used inside a MS Access Application. For example a function should returned a string! Can I have a DLL code example ?
|
| Retrieve serial no of Network Card | 01 Oct 2003 22:23 GMT | 1 |
Hello , Im looking for code, API call or a control that could give me the unique serial no of a Network card. How could i do that, and has anybody done that before with success ? Assistance is gr8ly appreciated !
|
| Envelope object failure ? | 01 Oct 2003 22:22 GMT | 1 |
'Versions: EXCEL 2002 SP-2, VISUAL BASIC 6.3 'J want to send by mail an Excel workSheet selection by Visual Basic in Html mode 'By button 'Electronic mail' in commandBar all is OK
|