
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
Today, 03:26 PM
It would be very easy to have them set to one thing, then accidentally set them to something else. This could easily happen as a side effect,...
24 replies | 1831 view(s)
-
Today, 02:56 PM
Hi. I have seen that using the RC6.dll may be the best option to save image formats.
I have tried GDI+ but seems i cannot get it stable once...
0 replies | 27 view(s)
-
Today, 02:03 PM
I'll give that a try and report back.
24 replies | 1831 view(s)
-
Today, 01:03 PM
You could try moving all your FormLoad code to Form_Shown event.
24 replies | 1831 view(s)
-
Today, 12:45 PM
There are approximately 12 Names within the combobox. Yes currently that is the selected index, the first person in the list.
24 replies | 1831 view(s)
-
Today, 12:35 PM
Also, you could try doing CB_ASSIGNEE_NAME.Refresh() right after setting the SelectedIndex
24 replies | 1831 view(s)
-
Today, 12:29 PM
So how many items are there in the combobox? Note also that setting the selected index to 0 will select the first item in the combobox.
24 replies | 1831 view(s)
-
Today, 12:10 PM
I have hardcoded the value to 5, SelectedIndex = 5, and still the combobox does not set to the index upon the final display of the Form.
24 replies | 1831 view(s)
-
Today, 12:07 PM
According to how a ENUM operates, since COL_ASSIGN_NAMES = 1, that would mean that eCOL_AN_INDEX = 2.
Hope this helps?
24 replies | 1831 view(s)
-
Today, 11:42 AM
Added the ability to set a maximum Pixel size for the image. Useful for generating thumbnails (image will be centred horizontally and vertically if...
2 replies | 501 view(s)
-
Today, 11:36 AM
If not assigned,the enum values will just be increased by 1, staring from the first enum that does have the value set.
24 replies | 1831 view(s)
-
Today, 11:15 AM
We’re really not talking the same language here :D
24 replies | 1831 view(s)
-
Today, 11:14 AM
eCOL_AN_INDEX = WHAT???
24 replies | 1831 view(s)
-
Today, 11:11 AM
It is easy for me. It tells me visually what section of the array I am working with, without having to keep going back and forth in the Excel sheet...
24 replies | 1831 view(s)
-
Today, 11:09 AM
Array indices use integer numbers. You Enum member has no value assigned to it, therefore it probably defaults to zero
24 replies | 1831 view(s)
-
Today, 11:06 AM
For me it is. I know by visual wording that I am accessing the correct array section. It tells me that I'm on the correct row, and the correct column...
24 replies | 1831 view(s)
-
Today, 11:04 AM
Hi,
I was talking about the stackoverflow's topic, that was confusing for me (it looks to be not VB6 also), but about post #14 (DEXWERX's "final...
6 replies | 543 view(s)
-
Today, 10:53 AM
And I hope no one overdoses from too many errors... It's being worked on as we speak.
82 replies | 20719 view(s)
-
Today, 10:52 AM
I was going to say that I hadn't seen any...and then I got one when I went into this thread. That's good, I was feeling a little lethargic and low on...
82 replies | 20719 view(s)
-
Today, 10:50 AM
Thanks that worked
2 replies | 103 view(s)
-
Today, 10:21 AM
Also, it doesn't hurt:
Open cmd.exe with admin rights.
run:
SFC /scannow
And it the issue is not resolved, of course reinstall VB6 and SP6.
44 replies | 6006 view(s)
-
Today, 10:20 AM
Lots of errors this morning.
82 replies | 20719 view(s)
-
Today, 10:18 AM
I think the solution was on post #48 by cpmario.
Registering dao360.dll with RegSvr32.exe doesn't register it right, I don't know why.
Here is...
44 replies | 6006 view(s)
-
Today, 09:43 AM
Hello!
Now I am able to use OrdoWebView2.ocx in AutoIt environment
However, while doing some tests, I am running into a problem that I cannot...
16 replies | 40639 view(s)
-
Today, 09:38 AM
On one of my projects, only one specific project, when I cloned it from github to a PC, the VBP could not be opened, bringing the IDE and the project...
0 replies | 291 view(s)
-
Today, 09:37 AM
You cannot simply assign imgBase = lpBaseAddress. First have to read all IMAGE_SECTION_HEADERs and locate RVA in the image sections and then imgBase...
2 replies | 103 view(s)
-
Today, 09:15 AM
Hello,
I need to install my visual basic 6 on a new PC but I can no longer find the service pack 6 in Italian..
Can anyone tell me where I can...
1 replies | 82 view(s)
-
Today, 08:56 AM
Ok. I see. You don’t make things easy with your coding style.
So it’s a 2D array
ENUM_EXCEL_SETTINGS.eCOL_AN_INDEX Doesn’t have a value...
24 replies | 1831 view(s)
|
Click Here to Expand Forum to Full Width
|