| Thread | Last Post | Replies |
|
| Collection of Types | 31 May 2006 22:03 GMT | 12 |
I would like to add multiple type-items to a collection which obviously isn't possible in a standard-exe project: Option Explicit Private Type T
|
| UserControl Sub Routine should only be called UNDER CERTAIN CIRCUMSTANCES??? | 31 May 2006 21:42 GMT | 3 |
I'm using VB6 to create a UserControl. I want a particular Sub Routine to fire after the UserControl has read in all its properties. (I'm assuming I should call this routine at the end of the UserControl_ReadProperties Event, but if I'm wrong, please correct
|
| Message Box | 31 May 2006 20:39 GMT | 7 |
Is there a way to default to the no button for vbYesNo message? Thanks
|
| Calling Word 2007 Functions from Visual Basic.NET 2005 | 31 May 2006 20:08 GMT | 3 |
I have always used the CreateObject("word.application") to call word automatically from my applications but it doesn't seem to be working with Word 2007. My code is:-
|
| Help needed on Hooking Crashes VB exe very often | 31 May 2006 19:08 GMT | 5 |
I am having one master and 3 Child VB6 application. All running simultaniously... Almost all the programs are Hooked for Windows msg... I send commands to child applications
|
| MDIform - no controlbox property? | 31 May 2006 19:06 GMT | 9 |
I have an MDI form that I used as the background form in a project. I only want a user to be able to minimize the background form or exit (or, of course for it to be maximized). I just noticed there are no controlbox properties. How is this normally dealt with?
|
| Correct group? | 31 May 2006 14:49 GMT | 1 |
What would be the correct NG to ask questions about makeing a .dll in VB6? Is this one ok, or is there a better one?
 Signature Remove the ns_ from if replying by e-mail (but keep posts in the
|
| insert a chart onto a form | 31 May 2006 14:12 GMT | 1 |
I have a vb6 form that is used as a front end for an excel sheet in the background. I want to show a chart on this form based on data in the excel sheet. It is obviously easy to create the chart on the excel sheet, but how can I show
|
| Help me to fix "Win XP SP2 and SaveSetting" Problem | 31 May 2006 14:01 GMT | 12 |
In my VB6 application i use Savesetting() to save many settings in windows registry. My OS is WinXP SP2 My Problem:
|
| Project loads into INTERNET EXPLORER??? Form_Load NEVER FIRES??? | 31 May 2006 13:34 GMT | 1 |
Ok, so I'm trying to create my first VB6 'Group'. The Group consists of a UserControl (ActiveX control) project and a 'Standard Exe' project. The 'Standard Exe' project consists (for now at least) of a single Form ("Form1") which only has one control on it; the
|
| Byte Compare | 31 May 2006 12:27 GMT | 3 |
I'm just looking for some ideas on how to acclomplish a task I had been assigned. My instructions were to code a bit-error rate tester for some serial based wireless devices we sell.
|
| Strange problem in function treturning values | 31 May 2006 09:51 GMT | 3 |
Forgive me if this is a silly question... I have some cells in an Excel spreadsheet (Cases) with data like the following: (two separate adjacent collumns) BAGGAGE: Individual-Baggage INB
|
| How do I get the source path of clipboard? | 31 May 2006 05:44 GMT | 4 |
I am trying to get the source path of clipboard. eg. 1) Open "C:\temp\test.xls" for example. 2) Select "A1:B2" and copy that.
|
| Application hangs | 31 May 2006 04:45 GMT | 11 |
Im usin soap call for accessing data from a web service but the problem is that till my application gets the response my application is blocks any kind of transaction, there is a plain white window which remains dead on the screen without
|
| Comparing a variable to see if it belongs to a valid set | 31 May 2006 00:34 GMT | 2 |
I'm making some changes to some inherited ASP.NET code written with a VB.Net code-behind page. I encountered one of these fun constructions (variable names & literals changed to protect the innocent): If strType <> "Type A" and strType <> "Type B" and strType <> "Type C"
|