| Thread | Last Post | Replies |
|
| Make EXE | 23 Nov 2004 00:25 GMT | 6 |
Is there a way to stop VB60 from compiling in code? Sometimes a make a temporary change and want to remove this change before compiling but sometimes forget. If I can put a line of code to stop the compile, on this line, I can remove
|
| File/Folder Work using as much standard control as possible | 22 Nov 2004 21:28 GMT | 1 |
I know the subject might seem weird, but I really want to use the base/standard controls of VB as much as possible without having to use external OCX (?) controls, as I feel it just gets messy the more you add these in.
|
| Passing a value from one form to another | 22 Nov 2004 20:58 GMT | 2 |
As per usual I'm starting a major hobby project (for me anyway) before I can VB walk! Although what I have done works, I'm sure it is not the correct way so I thought I would ask the gurus.
|
| VB6 and MS Word Question | 22 Nov 2004 15:40 GMT | 1 |
Currently we use WordPad & RTF to create report. Very simply the program reads the layout line by line and replaces and code id's ([NAME] becomes Fred Bloggs) with data from the highlighted record. Users now want tables, images etc so we want to do the same with Word
|
| SERVICE | 22 Nov 2004 10:02 GMT | 1 |
Can anyone tell me how to create a application wich can run as Windows Service? I got to know that it is not possible in VB6 but VB.NET support it. Is there anyway to get around it by using some other program to run my
|
| separtor lines and multi-screen | 22 Nov 2004 01:36 GMT | 2 |
I'm new to VB.NEt so excuse my simplistic questions: 1) i want to do a settings screen with the tree view control on the left with nodes like "DB connections" "COlor" "Other Settings" and make it change the form to its right based on the selection made
|
| Loading aan csv-file in a dynamic 2-dimensional Array | 21 Nov 2004 09:18 GMT | 8 |
I've a csv-file with two elements which i like to store in a dynamic 2-dimensional Array. I've two variables contaning the values from my csv-file, but how can i store them to the Array.
|
| vb6 sp6 question | 20 Nov 2004 11:22 GMT | 15 |
I found this in the MSDN about memory leak in the Toolbar control. http://support.microsoft.com/default.aspx?kbid=812939 Beside updating to sp6, is there anything I can do to bubble gum the leakage?
|
| Can VB.dll be used for Asynchronous event call | 18 Nov 2004 19:08 GMT | 4 |
Hello Friends, I have 2 controls 1) A.OCX 2) B.Dll
|
| Installer | 18 Nov 2004 10:17 GMT | 4 |
How to read win. installer package(MSI) and extract a file from it? Mex
|
| Write formatted OK, read formatted ??? | 18 Nov 2004 08:22 GMT | 8 |
I have two applications where one is used to upload an sql statement to a text file thru VB application where data is taken from a text box (multiline = true). Other application reads that statement from that text file and executes at SQL Server.
|
| Launching a form from a dll | 17 Nov 2004 04:20 GMT | 1 |
Hi i have created a dll that contains a form and a data environment with two commands attached to it. i am trying to compile the project but i get this error no creatable public component detected.
|
| CertificatePolicy Question | 17 Nov 2004 02:16 GMT | 4 |
Firstly, my apologies if I am posting this in the wrong group. I have a requirement to set up a new CertificatePolicy to allow all certs when accessing Exchange through WebDav. I am sure this is just syntax errors but it's driving me nuts.
|
| Set rs_=Nothing | 16 Nov 2004 02:51 GMT | 3 |
Is it "correct" to set recordset after closing always to nothing? What happens if only to close recordset? Mex
|
| Make Exe | 14 Nov 2004 16:56 GMT | 6 |
My "File->"Make ProjectName Exe" menu is greyed out? I can't compile my project???? How do I enable this menu? -Lou
|