| Thread | Last Post | Replies |
|
| Excel.exe remains in memory. | 28 Jan 2006 04:12 GMT | 23 |
This issue seems to be quite old but I have not yet found a clear solution to the problem: I have written a simple VB6 (SP5) application that opens and closes an Excel (2002 SP3) file.
|
| filemgmt.dll missing error..."Please Help" | 28 Jan 2006 02:23 GMT | 7 |
I recently installed Visual Studio 6.0 with sp6 into Windows XP with sp2. When I compiled a recent Visual Basic program a new error develops: “MISSIING: FILEMGMT 1.0 Type Library. C:\WINNT\System32\filemgmt.dll”. I used the browser to add the file and recompile the program ...
|
| Array Nomenclature | 28 Jan 2006 00:48 GMT | 8 |
Can somebody tell me what the proper nomenclature for array "rows" and "fields" is? It seems the accepted term for "rows" is "elements". But, I don't find consistent terminology for the "fields". Please confirm the usage of "elements" and enlighten me on "fields" (assuming ...
|
| List View | 27 Jan 2006 23:41 GMT | 1 |
Hi, i have a list view that i have populated using a recordset. this has been done using the set method and the subitem method. but how do i transfer the items / fields within a listview into another table using a recordset.
|
| findexecutabe and 4letter extension | 27 Jan 2006 21:32 GMT | 7 |
if iuse findexecutabl3 with a 4 letter extension iget a no extention found error. however I can double click the filename with the four letter extension and all works? What am I doing wrong?
|
| form instance | 27 Jan 2006 21:25 GMT | 13 |
Is there a way i can know the form instances loaded currently in the memory. and i can unload a few of them(say 2 out 3 forms) when i press a button or do some action. Thanks
|
| vb.net or c# | 27 Jan 2006 21:19 GMT | 3 |
I have experience in ASP / VB 6. I would like to switchover to .net Platform, which will be covenant to me vb.net or c# , then where i can have the free tutorial for that
|
| Background/Callback Routine | 27 Jan 2006 20:19 GMT | 1 |
I am looking for a simple example/application that will explain the concept of callback/background processing in VB6. I have a VB6 application that loads data into multiple forms and arrays. The current program loads all the data at once and user must wait for all data to
|
| Problem reading from ini file | 27 Jan 2006 19:47 GMT | 2 |
I have been using the function below to read data from ini files - I think I found it on msdn somewhere. It seems to have problems when the section of the ini file contains blank spaces in string:-
|
| MDIForm Problem | 27 Jan 2006 16:57 GMT | 2 |
It you have used MDIForms you should know that if you have a menu on the parent form and one on the child form, when the child form is loaded it replases the menu on the parent form with its own. I am wanting to make it do that with not only the menu but also the
|
| Application crushes | 27 Jan 2006 16:45 GMT | 3 |
I have application ans users have reported bug that application sometimes crushes when they move from my application (user minimize my application) to Outlook Express. They have few applications opened. Note: In my applications are used third party design controls.
|
| Go To statement required? | 27 Jan 2006 12:31 GMT | 5 |
Am using messagebox vbyes, vbno buttons. Want the vbyes to rerun the Form Load event. Have even tried to write a GoTo statement but unsuccessful. Is there not a method such as refresh or redraw in VB6. Guess I could write a loop that will keep running until no is selcted
|
| Passing text boxes between forms | 27 Jan 2006 11:20 GMT | 5 |
Hi I am trying to write a search text routine, but I was hoping to do it from one form to another i.e a Find (crtl F) type form. I have a text box on one form (Main) and another form (Search) with a text box to enter the test and a
|
| Print Problem | 27 Jan 2006 09:53 GMT | 12 |
I am trying to print data from a listview from example code from here. The problem I am having is that I need a printer object to print and I am trying to do this in VBA (no printer object). This is not VBA for Office but rather VBA for a third party app. Is there a way using ...
|
| Chating tool | 27 Jan 2006 04:30 GMT | 5 |
is there a charting tool which i can use to display a bar or a line graph for some data from the database. Thanks
|