| Thread | Last Post | Replies |
|
| Application Ends While loading MDI Form | 08 Mar 2007 19:58 GMT | 4 |
I built an MDI application in which, First user is provided with a login screen and if login success full the application display an MDI form with various options like menus side panels etc. It is working fin on every computer except one installed Windows 2003 R2 with SP1 on ...
|
| MSFlexGrid cell location | 08 Mar 2007 19:57 GMT | 2 |
I am trying to move a command button to be exactly on top of a cell Where g is the grid object, I tried to use: g.CellTop+g.Top as the location to move the command button to.
|
| Change Label Caption | 08 Mar 2007 16:08 GMT | 3 |
Form: frmInputData Want to change the caption of one label while the program is running. Form Sub: cmdCalculate_Click() Code
|
| Creating a complex from in VB 5.0 | 08 Mar 2007 09:05 GMT | 6 |
I am a newbie to VB. I have to create a form with a 5X13 table of values. It a pain to design this interactively with mouse-clicks. Looks like I can create the form at run-time (or most of it).
|
| Data cleanup | 08 Mar 2007 08:35 GMT | 3 |
I have a data dump of over 17,000 lines that contains some duplictes. How do I write the code to search for the duplicates and delete the duplicate?
|
| Printing Class to print a UPS label | 08 Mar 2007 07:10 GMT | 1 |
i am trying to print a UPS label like this one here: http://www.systemid.com/images/resource_ups.gif the two bar codes i have in gif and the rest are text is there a VB6 class that can help me exactly position each image and
|
| ActiveX OCX and Standalone EXE combined? | 08 Mar 2007 02:50 GMT | 4 |
I have created an ActiveX OCX that runs embedded on a web page. I'd like to also create a standalone EXE version. It would be ideal if I did not need to maintain two different code bases for this. However, there doesn't seem to be any clear way of achieving this. I tried adding a ...
|
| Data Cleanup in excel | 07 Mar 2007 20:40 GMT | 1 |
I have a data dump in excel of over 17,000 lines and there are some duplicates that exist. How do I write the code in VBA to find the duplicates and delete the duplicate?
|
| VB6 with Arial font vs foreign characters | 07 Mar 2007 16:27 GMT | 2 |
I want to change the font of my app from MS Sans Serif 8.25 (which is too small for some users) to Arial 9, which would be perfect (MS Sans Serif 9.75 being too big!). But a few years ago I've put some label and textbox with the font
|
| show data in a form | 07 Mar 2007 10:31 GMT | 2 |
I just started learning vb, here is the first problem. How can I show data from a dataset? I used the following code but it doesn't seem to work correctly. Infact button2 works fine, button1 only generates an xml file:
|
| Labels On Top Of ActiveX Controls | 07 Mar 2007 10:13 GMT | 12 |
I have a form with the Ray Mercer ezVidCap ActiveX control on and I'd like to be able to have this as the background with a text overlay on top of it. However I'm only able to display pictureboxes in front of it. Is there a way to bring controls forward? I've tried
|
| CommonDialog beginner's question | 07 Mar 2007 04:58 GMT | 5 |
Hi. what I want is: User clicks "Open" button. CommonDialog.ShowOpen allows user to select a database. Once database is opened, List1ListBox is filled by certain columns
|
| VB6 SQL 2005 | 06 Mar 2007 11:32 GMT | 2 |
OK, I am at my wits end trying to figure this out, and I am sure it is a stupid answer. I am using VB6 to connect to a SQL2005 DB. The connection seems to work fine. The problem is that when the query returns it will be correct for any "int" datatype, but any other
|
| i'm clueless | 06 Mar 2007 05:50 GMT | 5 |
I was using my roommate's Vis Studio 05 to make a little app. I got as far as creating the text boxes, cmd buttons, etc. than had to save and go. Now i've returned. When I go to open my project, all i see is a code
|
| Using Vista Theme with VB6 | 05 Mar 2007 09:08 GMT | 1 |
I'm using the VB6.exe.manifest file with VB6 to get the XP theme in the IDE. This works fine in XP, but when I try it on Vista it doesn't work. My apps compile with the Vista theme just fine using the manifest and resource file in my project and show the Vista theme
|