| Thread | Last Post | Replies |
|
| Which vb6 standard grid is better for unbound data entry applications? | 08 Jul 2005 02:31 GMT | 8 |
I am using True DB Grid for creating data entry forms and i think that it is a good idea to use one of the standard grids for the purpose. But the only grid i could get from msdn was DBGrid. DataGrid is databound and is thus out of the question. Can anyone help me?
|
| On the topic of End | 08 Jul 2005 02:15 GMT | 29 |
A few posts back, many people suggested never using the End statement. I typically avoid this, as well. However, what about an executable that has no form? The user runs it and it executes code in a code module. How does one "end" that program? There are no forms to Unload.
|
| Use Visual Basic to terminate Excel | 07 Jul 2005 21:34 GMT | 1 |
I'm using a VB 6.0 program to work with some Excel sheets. Sometimes there are errors and the program terminates, leaving orphaned Excel sessions running. I need help on how to 1)At start of program, identify all Excel sessions and store in an
|
| Question | 07 Jul 2005 20:07 GMT | 1 |
If my program is running in full srceen can i make any window that pops up, from or not from my program, open behind my program so you can not see them?
|
| Formatting dates and times? | 07 Jul 2005 19:05 GMT | 3 |
It seems like VBScript is very limited when it comes to formatting dates/times. I see the FormatDateTime function, but that only lets you pick from a few standard/system formats. I'm used to working with Borland's VCL TDateTime object, which has lots of awsome functions like
|
| Configuring App Setup | 07 Jul 2005 18:43 GMT | 9 |
I've recently written a small utility program in Visual Basic 5.0 that runs in the system tray. I need the installer program to setup the system so that this program is started when Windows is started or a new user logs in. How can I alter the Setup1 program so that a shortcut is ...
|
| Accessing bitmaps | 07 Jul 2005 17:12 GMT | 9 |
Does anyone have an idea weather it's possible to access the binary contents of a bitmap and convert the bytes into a numeric type? It's new to me to write class-modules in vba, and just thinking about trying to make a function call to an API is somewhat discouraging. Will I have ...
|
| Regional options | 07 Jul 2005 09:44 GMT | 3 |
is there a way to get system settings (regional options) i.e. decimal symbol or list separator from a VB 6 program
|
| Multiple instances of a dll created using vb6 (urgent please...) | 07 Jul 2005 07:35 GMT | 1 |
I have to create a .exe file which will initially create five instances of the same component. This .exe runs as a low priority under windows task scheduler and is activated every 1 hour. When the .exe runs from the second time I need to check how many
|
| Calling Pixel of an Image individually | 07 Jul 2005 02:43 GMT | 3 |
How can I work on each pixel of an image individually? Thanks in advance, Steve
|
| Changing Textbox Alignment at run-time | 06 Jul 2005 20:26 GMT | 1 |
I' using VB6-SP6 I noticed the following bug when that changing a Textbox Alignment property at run-time: for a short moment the Textbox name (i.e. 'MyTextBox'), flashes through the box!!
|
| Excel VBA macro and real time subscriptions | 06 Jul 2005 19:32 GMT | 1 |
I have written an excel macro in a spreadsheet that subscribes to real time market data. The marco loops through a list of symbols. For each symbol it places the symbol on a summary sheet in cell A1. this sheet downloads some specific data for that symbol. The code then takes some
|
| inserting records into dataset | 06 Jul 2005 16:38 GMT | 6 |
i have a problem. i'm using Visual Basic .Net 2003 Here's the thing. I need to select one folder, without subdirs. (I know that)
|
| Scrollbar | 06 Jul 2005 11:08 GMT | 11 |
I have a frame on a form and on the frame is an image control. Next to the frame I have a scrollbar. When the form is first loaded the scrollbar is not visible. During the course of the forms lifetime more image controls are added to the frame vertically until eventually they exceed ...
|
| Toolbar buttons disappearing in IDE (VB6-SP6)? | 06 Jul 2005 08:56 GMT | 2 |
All, I have an issue lately where the buttons in my "Standard" toolbar are disappearing when I close and reopen the IDE. It seems to be just the "Run" buttons, but sometimes it's the XXX buttons. The only add-in I have
|