| Thread | Last Post | Replies |
|
| QuickPDF | 29 Mar 2005 05:34 GMT | 7 |
The makers of the captioned product quit support some time ago and today I notice that their website is down. For anyone who didn't download their help docs, I have them. Email me and I will send them to you.
|
| How to regester dll(fm20.dll) in the windows 2003 server | 29 Mar 2005 05:29 GMT | 1 |
I develop vb code in the windows 2000 and windows xp. The code includes some controls in the fm20.dll. I want to install the code in the windows 2003 server where I didn't install office software. So I get fm20.dll from other server and register it using regsvr32. It seem like it ...
|
| Datareport - doesn't display 1st record | 29 Mar 2005 05:11 GMT | 1 |
I'm not using data environment. I create my own ADO recordset from a SQL stored procedure. The recordset has all the records. When I do a datareport1.show it displays all the records except for the very first one.
|
| getting data from mdb to flexgrid | 29 Mar 2005 04:06 GMT | 1 |
I'm trying to get the data from a mdb I made with data manager to display on a msflexgrid(10 fields).I've been doing this with UDT and saving data in a text file,but the text files are getting large,6 or 7 thousand lines.Anybody point me to some examples.
|
| VB Threading issues | 29 Mar 2005 03:19 GMT | 1 |
Im new to the threading programming, and i have problem working with threads in my VB.NET application. I have a module.vb with the following thread definition in the declarations: Public Thread_Test As New System.Threading.Thread(AddressOf
|
| String formating | 28 Mar 2005 23:07 GMT | 7 |
I have a string dimensioned as follows... Public strString as String * 15 I want to format it so that the first character is a space, then comes some text, and then the last character is a letter H. It will look as follows...
|
| How to Prgrammatically select a specific Treeview node | 28 Mar 2005 23:06 GMT | 2 |
based on the output of one form - I want to go to another form and select a specific node of an existing Treeview - - I've searched google till I'm weary - most all there lists. Dotnet stuff - but I'm working with VB6 and I hope someone can help me here - - I've done
|
| Getting child form data into Word | 28 Mar 2005 22:01 GMT | 4 |
I have a MIDI child form with check boxes, text boxes and command buttons. I want to create a macro that would take the info from the form (without command buttons if possible) put it into a word document and have the file/save as dialog box show up with the cursor in the name of ...
|
| AdoDc control not quite working | 28 Mar 2005 21:38 GMT | 3 |
Hey all, I have an ADODC control that I want to fetch data from an ODBC driver, and I have set it's ConnectionString to "DSN=sam", where "sam" is the name of the database. For the record, "sam" is an ODBC driver to an Access MDB file that
|
| How to save Picturebox contents to disk or clipboard ? | 28 Mar 2005 19:59 GMT | 4 |
Does anybody know how to save the contents of a picture box to disk? I have a complicated graph that I want to include in a Crystal Reports printout. Thanks, Dana
|
| Datagrid column re-sizing | 28 Mar 2005 18:58 GMT | 2 |
I'm using an ADODC control to access a SQL database with the results displayed in a VB datagrid. Is there a way to automatically have the column widths set with the returning results (Some fields are fixed length and others variable length). If not can word-wrap be turned on ...
|
| Dynamic control array problem | 28 Mar 2005 18:50 GMT | 4 |
Been studying numerous examples of adding controls at runtime. I'm trying to distill to simplest form so I understand. I'm taking snips from more complicated examples and trying to simplify it. But i'm missing something
|
| Create, manipulate files without the application? | 28 Mar 2005 17:00 GMT | 2 |
Please forgive me if this sounds like a stupid question. I have written a couple of small VB programs before, but never as a packaged stand-alone that someone could install on their own computer. So I'm really not sure what all comes with a fully compiled and packaged app.
|
| Get inner HTML code without IE | 28 Mar 2005 16:52 GMT | 2 |
Is it possible to get inner HTML code of a wab page say www.abc.com without using IE or any other browser? Regards, Malcom
|
| setting unattended execution = true to prevent msgbox (standard exe vs. activex exe) | 28 Mar 2005 16:26 GMT | 8 |
I have an VB 6.0 application which does one thing, reads from textual source and insert/updates a DB using ADO. I created it as a standard EXE. The project does not contain no GUI whatsoever. It contains two modules and 5 class modules. This app gets
|