| Thread | Last Post | Replies |
|
| postback in VB6 | 18 Oct 2006 18:10 GMT | 2 |
I have the following ASP page: </head> <body> <%
|
| Creating a class in a exe project, info needed on best practices. | 18 Oct 2006 16:57 GMT | 3 |
I am unsure about classes in a exe project. I have built active x dll’s separate from an exe project. But when you right code in a class in an exe, does that output as an dll or is it compiled all in with the exe? Can you import dll in a exe and have them compile separately?
|
| Contents Help on mshflexgrid | 18 Oct 2006 16:51 GMT | 1 |
Does anyone know why when you press the F1 key, in a MshFlexGrid ,why the contents help will not show up. Is there a setting that I might be missing? Any suggestions would be appreciated. Thanks Mark
|
| Editing text fle | 18 Oct 2006 16:35 GMT | 2 |
 Signature UK John
|
| Questions abt Package and Deployment in VB6 | 18 Oct 2006 14:18 GMT | 8 |
2 newbie questions regarding Package and Deployment in VB6 Wizard. 1) Using the wizard, how can i install some files and keep them even after "UNINSTALL" the program? That means i want to keep those files in my computer even the main program has been removed.
|
| Picture control | 18 Oct 2006 09:10 GMT | 2 |
Is there a control that allows you to select all of the pictures in a directory and display them. I know how to select them how do I display all of them with some type of scroll bar.
|
| Forcing CreateGraphics.DrawRectangle to Draw rectangle on top of o | 18 Oct 2006 05:51 GMT | 1 |
I'm trying to solve a nagging problem. The goal is to draw a rectangle over the top of all the other controls on a form. Specifically, over a ChartFX control. The user would draw the rectangle using the right mouse button to represent the area of the chart they want to zoom on. ...
|
| True dbGrid Question | 18 Oct 2006 04:11 GMT | 3 |
Have you ever use or try True dbGrid from componentone? I use XArrayDb to comunicate between client apps and dcom dll like this On Client ---------
|
| Disconnect between project and module | 18 Oct 2006 02:29 GMT | 5 |
I have a VB project that has a module in it. The module has various functions and subroutines. Nothing special so far. For some reason, when my project calls a routine in the module, it blows up. I did some further testing and it appears that the project cannot "see" the
|
| Window user activity, does a function exist? | 17 Oct 2006 18:04 GMT | 6 |
Is there a native function from Windows that we could use to evaluate the inactivity of the user, like the one on the desktop must use to bring on the screen saver? We have 2 VB6 exe with timer that evaluate the inactivity of a user with a
|
| Unneeded Blank Last Lines | 17 Oct 2006 17:06 GMT | 31 |
The following code places a record in multi-line form into a text box, then "tacks" additional records on a necessary. The problem I need help with is making sure a blank line separates records, but isn't left hanging after the last record is added.
|
| internet conect | 17 Oct 2006 16:14 GMT | 2 |
please help i have a app calling a ftp server and every so often i hang on the internet connect, it will hang and drop out after an hour, so i simply though that i could drop the
|
| passing parameters to a procedure | 17 Oct 2006 16:01 GMT | 2 |
I have just tried to pass parameters to a procedure in VB 2005 and realised that you only need to pass the input parameter. The output parameter's value will be returned without the need to pass it as was the case in the previous version of VB e.g. VB .Net 2003.
|
| Unintended rounding problem | 17 Oct 2006 13:36 GMT | 15 |
Hi, I'm having a problem with unintended rounding of decimal values which I'm retrieving from a SQL Server 2000 table. The table contains a decimal column defined as 9(16,8), and which contains values very close to 1, such as 0.9996.
|
| Running VB3 apps direct off CD-ROM? | 17 Oct 2006 13:28 GMT | 11 |
Can someone refresh my memory as to what is possible? I'd like to write an app that needs NO installation on Windows from 95 thru XP and runs from a CD-ROM. I seem to remember that this was possible using VB3, which I still have (though currently not installed).
|