| Thread | Last Post | Replies |
|
| Close a form | 09 Mar 2006 16:24 GMT | 3 |
How to close(unload) a Windows form on load event or any other event and not let to be displayed? Thanks in advance, Roy
|
| MS, Enough is Enough! | 09 Mar 2006 16:06 GMT | 59 |
hiya, I think MS have gone too far with the VB6 issue. .NET is nothing more a platform for lazy developers trying to quickly make software. I tried 2002, 2003 and now 2005, nothing have changed except few
|
| Can someone please check my code? No Intellisense for items | 09 Mar 2006 15:40 GMT | 11 |
I have the following code, so far. I am trying to merely fill cboState and cboDeclarationNo. I am getting no Intellisense for EOF, AddItem or MoveNext. Set cnn = New ADODB.Connection With cnn
|
| Collection of Radio buttons Function | 09 Mar 2006 12:55 GMT | 2 |
I have a collection of 4 radio buttons - - I'm trying to write a function to retrieve (and later use) the caption of the actual radio button select, but I am having the hardest time. I've tried several different contstructs and none have worked
|
| Find the Topmost window? | 09 Mar 2006 12:18 GMT | 3 |
Well I've spent an hour looking through the posts in the group and I can't seem to find an answer. Can anyone give me a pointer on how to find the topmost window (hwnd or title), for example the window that has been highlighted using ALT-TAB?
|
| Form_Load and SetFocus | 09 Mar 2006 12:04 GMT | 12 |
On my form, I have two list boxes. At the end of Form_Load, I fill List1. If it turns out that there's only one item in the list box, I want the program to automatically select that item and then move on to fill List2, which is dependent on the item selected in List1.
|
| What line does the error start on? | 09 Mar 2006 08:51 GMT | 10 |
If I have 2 subs, which for convenience I will call SubA and SubB: {} Both Subs use line numbers. {} SubA calls SubB 3 times with different values. {} An error is raised in SubB and error trapping using Erl gives me the line
|
| object variable or with block variable not set error | 09 Mar 2006 06:01 GMT | 3 |
I am receiving the following runtime error(91): object variable or with block variable not set I do not think its relatged to to the sping.dll I am using but how I am instantiating object but looking for help.
|
| delete tmp files | 09 Mar 2006 05:29 GMT | 4 |
i have use data reports in my program for each reports, it will generate a .tmp files how can i delete it when i exit the program? i have use
|
| vb 6 and odbc | 09 Mar 2006 04:33 GMT | 2 |
Is it possible to configure an odbc link from vb 6 code? Thanks, Martha Hoffmann
|
| Lock Word window? | 09 Mar 2006 04:08 GMT | 2 |
Is there any way to prevent users from switching between documents in Word when a VB form is showing? I’ve got a COM add-in that opens a form modally, but that doesn’t prevent users from switching to different documents (using the Windows task bar for
|
| Center text with PRINT | 09 Mar 2006 01:24 GMT | 8 |
I create a POS application with VB6. All works fine but there is something that I wa not be able to do. For print receips (tickets) I use the PRINT method, for products line there are no problems with aligment but in header all text just go to left.
|
| MSHFlexgrid: Why Can't select and merge at the same time..?? | 09 Mar 2006 00:17 GMT | 2 |
This is driving me absolutely crazy! Whenever I set my MSHFlexgrid to flexMergeFree I can no longer select a range of rows and columns by dragging the mouse over an area of the grid. What am I doing wrong? Any ideas would be greatly appreciated!
|
| SysImageList problem in XP | 08 Mar 2006 22:54 GMT | 1 |
I'm having trouble to set System ImageList(sys IL) into a ListView(LV) in WinXp(sp2), As far as I remmember same code runs fine under Win98. Basicaly I'm doing following... (1) Make the ListView share IL.
|
| ADODC control - form settings | 08 Mar 2006 21:37 GMT | 4 |
Can an application that will be supporting 225 concurrent users use the mechanical settings using the ADODC control as opposed to writing code? It seems to me that with a number of tables, one may run into a problem of multiple connections for one user multiplied by the concurrent ...
|