
- 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, 04:11 PM
Basically, if the line of code that sets the SelectedIndex is executed(and it's a valid index number) and then the correct SelectedIndex isn't...
26 replies | 1888 view(s)
-
Today, 03:54 PM
Converting a PNG to a GIF can be problematic for at least two reasons that I see.
1. Most PNG files these days are "true color", representing ~16...
1 replies | 70 view(s)
-
Today, 03:51 PM
Thanks Shaggy, not a bad idea.
26 replies | 1888 view(s)
-
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,...
26 replies | 1888 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...
1 replies | 70 view(s)
-
Today, 02:03 PM
I'll give that a try and report back.
26 replies | 1888 view(s)
-
Today, 01:03 PM
You could try moving all your FormLoad code to Form_Shown event.
26 replies | 1888 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.
26 replies | 1888 view(s)
-
Today, 12:35 PM
Also, you could try doing CB_ASSIGNEE_NAME.Refresh() right after setting the SelectedIndex
26 replies | 1888 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.
26 replies | 1888 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.
26 replies | 1888 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?
26 replies | 1888 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 | 522 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.
26 replies | 1888 view(s)
-
Today, 11:15 AM
We’re really not talking the same language here :D
26 replies | 1888 view(s)
-
Today, 11:14 AM
eCOL_AN_INDEX = WHAT???
26 replies | 1888 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...
26 replies | 1888 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
26 replies | 1888 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...
26 replies | 1888 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 | 546 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 | 20741 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 | 20741 view(s)
-
Today, 10:50 AM
Thanks that worked
2 replies | 110 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 | 6007 view(s)
-
Today, 10:20 AM
Lots of errors this morning.
82 replies | 20741 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 | 6007 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 | 40659 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 | 297 view(s)
|
Click Here to Expand Forum to Full Width
|