| Thread | Last Post | Replies |
|
| No license to use this functionality | 05 Jul 2008 00:54 GMT | 11 |
I get an error message when I try to compile an exe using VB6.0, "License information for this component not found. You do not have an appropriate license to use this functionality in the design environment (Error 429)". This is because I have not registered an ActiveX control. ...
|
| Read Cannot | 05 Jul 2008 00:03 GMT | 1 |
VB6SP6 I am using the API to open a file to read. It works properly on 99.9% of the files I use it on. Once in a while I run into a file that it will not open for reading.
|
| compile an without installing hardware drivers. | 04 Jul 2008 18:01 GMT | 3 |
I am trying to compile an app that does not have controls/dlls installed. I have an app that can run 3 different ways. The app can interface with 2 different types of specialized hardware or it also can run with no hardware connected. Based on the hardware type or no hardware my ...
|
| Remove an Entry from Available References | 04 Jul 2008 16:02 GMT | 4 |
When I start a VB6 proejct, the list of available references contains several DUPLICATE entries. These are as a result of me developing a DLL, and testing it, and creating different versions during testing.
|
| jpg + vb6 | 04 Jul 2008 16:02 GMT | 19 |
Hi, how do I crop a jpg 2000x1000 px to 800x600px or less? Because the files are more than 2MB and I need to reduce it! Thank you very much!
|
| Estimation tool regarding conversion Vb6 to visualstudio 2008 | 04 Jul 2008 15:45 GMT | 6 |
Can any one throw some light on migration project effort estimation. Is there any tool available that estimates this effort. I have to convert from vb6 to visual studio 2008.. Any suggestions would be appreciated..
|
| simple string encryption | 04 Jul 2008 15:38 GMT | 5 |
I'm working on a little project that requires lightweight string encryption and I found this: http://www.devx.com/tips/Tip/5676 which seems to be a fast and small xor encryption algorithm. It works fine based upon the example, but if I dump the encrypted string into a textbox ...
|
| Continuing SQL Statement in Visual Basic Sub Procedure | 04 Jul 2008 15:16 GMT | 2 |
How can I continue a SQL Serever call in a Visual Basic Sub Procedure??? I have this syntax... .Open "SELECT Table1.Column1 _ , RTrim(LTrim(Table2.Column1)) _
|
| insert an Excel graph into a Richtextbox? | 04 Jul 2008 07:57 GMT | 50 |
A client has a need for something I've just never done. It doesn't seem like it should be too difficult, but I'm unsure of where to start. I've not done much at all with Excel. I have some data, in a string, in the form of [a portion of] a CSV file,
|
| HELP Creating controls at runtime | 04 Jul 2008 03:19 GMT | 2 |
'\\\\\\\\\\'MICROSOFT EXCEL 97 VISUAL BASIC EDITOR'////////// I am trying to create at runtime. I can create a control at runtime, but I can't get the control that was created at runtime to execute any code for example see below
|
| Bookmark collection with DataGrid control not cleared | 04 Jul 2008 01:21 GMT | 2 |
I'm using the "Microsoft DataGrid 6.0" component (msdatgrd.ocx) and allowing the user to delete rows in the grid by clicking a Delete command button. The DataSource of the grid is a disconnected recordset. I loop through the selBookmark collection and delete each selected row. ...
|
| Text box that holds more then 64K characters | 03 Jul 2008 20:08 GMT | 4 |
In VB6 the textbox can hold up to 65536 characters. Is there a box/dll that comes with VB6 that does not have this limit? Bu
|
| DirListBox Relative Path | 03 Jul 2008 19:20 GMT | 2 |
I'm looking for a way to not show the full path to a directory in a dirlistbox. In other words, it should only show the relative path to the directory I default it to be. We want users to only see "their" directory and nothing above that.
|
| Path name in Excel workbook for Macro | 03 Jul 2008 18:38 GMT | 1 |
I have a macro stored in Worksheet A that opens another file (Worksheet B). I would like to put the path and filename of Worksheet B inside Worksheet A, so that it's not hidden in the Macro. How can I reference the worksheet path & filename in Worksheet A from the Macro?
|
| Easy Question: .INI in VS05 | 03 Jul 2008 17:17 GMT | 3 |
I know how to do it in VB6, I have code snippets coming out my ears for VB6, but with the new framework in Visual Studio 2005, how do you get/put from a .INI If I attempt to use a VB6 snippet in Studio 05 it whinges about using the
|