
- 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, 06:34 PM
wes, Yep that is what I did. I have every SelectedIndex commented out of the code for the Class. I have also added a Form_Shown to check on the value...
28 replies | 1985 view(s)
-
Today, 06:26 PM
BR I did what you suggested and created a Form_Shown and the value of SelectedIndex at that time at the end of the load is the correct index of 5....
28 replies | 1985 view(s)
-
Today, 05:48 PM
All addresses are relative to ImageBase. You need to add ImageBase + tExport.AddressOfNames.
I have only worked with ImageBase obtained from a...
5 replies | 181 view(s)
-
Today, 05:31 PM
Even though the issue I was having previously is solved, I do have a couple more questions.. The data in my first column, I'd like to export it into...
34 replies | 2104 view(s)
-
Today, 05:15 PM
LaVolpe's AlphaImage control also has an impressive list of supported formats.
And if you really want to do a deep dive of course PhotoDemon is...
3 replies | 140 view(s)
-
Today, 05:08 PM
Thought I found a shortcut...
Dim cbed As Long
Dim pExp As LongPtr =...
5 replies | 181 view(s)
-
Today, 04:32 PM
tks Elroy. been here for days trying to find the best way. Most of the time i will just need to resize jpg photos that are sent in by engineers and...
3 replies | 140 view(s)
-
Today, 04:32 PM
I've never seen these addresses to ever go negative (it's probably done that way on purpose) so "PointerAdd" is a bit redundant here. Also you could...
5 replies | 181 view(s)
-
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...
28 replies | 1985 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...
3 replies | 140 view(s)
-
Today, 03:51 PM
Thanks Shaggy, not a bad idea.
28 replies | 1985 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,...
28 replies | 1985 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...
3 replies | 140 view(s)
-
Today, 02:03 PM
I'll give that a try and report back.
28 replies | 1985 view(s)
-
Today, 01:03 PM
You could try moving all your FormLoad code to Form_Shown event.
28 replies | 1985 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.
28 replies | 1985 view(s)
-
Today, 12:35 PM
Also, you could try doing CB_ASSIGNEE_NAME.Refresh() right after setting the SelectedIndex
28 replies | 1985 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.
28 replies | 1985 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.
28 replies | 1985 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?
28 replies | 1985 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 | 571 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.
28 replies | 1985 view(s)
-
Today, 11:15 AM
We’re really not talking the same language here :D
28 replies | 1985 view(s)
-
Today, 11:14 AM
eCOL_AN_INDEX = WHAT???
28 replies | 1985 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...
28 replies | 1985 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
28 replies | 1985 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...
28 replies | 1985 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 | 556 view(s)
|
Click Here to Expand Forum to Full Width
|