| Thread | Last Post | Replies |
|
| Include | 16 Oct 2003 11:25 GMT | 6 |
is there anyone who knows of a way in VB6 to have include-files (like in C: include <include.h>) ? thanks! Henk
|
| VB Activex DLL Serialization problem! | 16 Oct 2003 10:30 GMT | 2 |
My vb Dll acts as a wrapper to the methods and properties of a C dll. But if I create 2 instances of my VB dll. I call function F1 and Function F2 in Instance A to do some calculation and set property value as X1 and Y1. Now I call the same functions F1 and F2( Input
|
| Possible VB.Net bug when first form loads | 16 Oct 2003 10:24 GMT | 8 |
I have built a VB.Net app that runs fine when the Windows desktop resolution is set to normal (100%). When the Display Properties>Settings>Advanced>Display>Font Size is set to "Large Fonts" rather than "Small Fonts" I
|
| Why is Class_Terminate method being invoked? | 16 Oct 2003 10:19 GMT | 1 |
I'm trying to convert some VBA routines in an Excel 2000 workbook to use objects instead of global varaibles. I've defined a class module with the following (excerpts): (from SheetMetrics class module)
|
| picture box scale method | 16 Oct 2003 08:21 GMT | 1 |
Could anyone tell me what is wrong with this line. It causes a divide by zero error. My picture box is 7000x7000 (height width properties). Plot.Scale (550849799, -99000516)-(550849809, -99000526) I would have thought using this line would have scaled the picture box
|
| INI files | 16 Oct 2003 07:54 GMT | 15 |
I have use INI files before but all the text was on one line. My questions is I see other INI files looking like this(see below) how do I read or search for a particular line in it? code examples please! thanks Jason
|
| listview item appears selected when it isn't | 16 Oct 2003 06:02 GMT | 2 |
I am using the VB6 listview control with "hideSelection" set to false. This means that the current selection is still marked when the control does not have focus, but it's in grey rather than blue. (sorry to teach you all to suck eggs but I just wanted to set the scene)
|
| Question about types and referencing | 16 Oct 2003 02:57 GMT | 8 |
I got a little problem with types and referencing. I got a structure like this : type Node parant NodeList
|
| Simple question | 16 Oct 2003 00:43 GMT | 2 |
Ok, I have a pretty simple question (at least it should be). I know I've done this before but for some reason it just isn't working for me at the moment. I have two strings. The first is a date and the second a time. I want to
|
| Control Array | 15 Oct 2003 23:20 GMT | 9 |
Hello. I have a control Array of option buttons. I'd like to use them in a Case statement, but I can't get it to work. I can only seem to get it working if I use an if-then-else structure, like so: If optFinishType(0) Then
|
| maby stupid but it's about the picturebox | 15 Oct 2003 19:01 GMT | 8 |
How can i read the 'location' of when a picturebox is filled with an image... so i can show the 'whole' image? cauze picture1.image and picture1.picture doesn't work. tnx
|
| VB .NET/VB6 | 15 Oct 2003 18:29 GMT | 1 |
Hi. I have a quick question about using a .NET solution. I am looking to write a COM Object or a stand-alone Win32 executable in .NET. I would then either use the COM Object or shell-out to the Win32 executable with a desktop VB6 app. Essentialy, I need to use .NET for
|
| Problem with undo feature in VB Application | 15 Oct 2003 17:32 GMT | 1 |
I have got an unusual reuest from my client, at the first thought of it, I almost shouted get out.. but on second consideration i just gave it a thought that i can get help from u guys. the request is to enable the undo feature up to 8 levels (i.e. the user can have upto 8 prior
|
| Mouse position? | 15 Oct 2003 17:25 GMT | 2 |
I want one end of a line to follow the mouse?
|
| screen.fonts() returns wrong name? | 15 Oct 2003 17:04 GMT | 2 |
Dear readers, I use the following to create a collection of fonts to choose from: For I = 0 To Screen.FontCount - 1 'Zero based! CurFont.AddItem Screen.Fonts(I)
|