
- 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:06 PM
I think the OP wants to keep clicking at random points within a region defined by a color. I’ve seen these type of questions before, where the OP...
3 replies | 96 view(s)
-
Today, 04:00 PM
I'm positive that second one isn't very negative.
65204 replies | 6872317 view(s)
-
Today, 03:53 PM
Are those colors that you are wanting to click on? 55, 80, 120 looks like an RGB color. If it's a color, what does relative mean? It's fairly...
3 replies | 96 view(s)
-
Today, 03:23 PM
I'm loading files in Binary format and displaying it in a modified Asciii format so each byte is only one character wide.
The "records" of my files...
0 replies | 38 view(s)
-
Today, 03:17 PM
This is a known compiler bug with byte-array properties. Try using temporary local variable like this:
Public Property Let bOutBuffer(bNewValue()...
1 replies | 67 view(s)
-
Today, 02:46 PM
In this way, finally it worked ! :) Interesting, the function does return the first sequence that is missing from the mapped drive path. If I add a...
6 replies | 230 view(s)
-
Today, 02:25 PM
I am in the process of converting SimpleSock into a User Control, and I have run into a problem transferring a byte array.
The User Control...
1 replies | 67 view(s)
-
Today, 02:16 PM
of course I'm quite aware of all that.
Thank you
33 replies | 906 view(s)
-
Today, 02:14 PM
SamOscarBrown
You are a great gentelmen
I was making a slight mistake in my update codes that's why it did not work properly.
Million thanks sir....
33 replies | 906 view(s)
-
65204 replies | 6872317 view(s)
-
Today, 12:57 PM
hello, seems part of the controls code was released...
7 replies | 705 view(s)
-
Today, 12:55 PM
Hi, the code can be found here
...
5 replies | 1208 view(s)
-
Today, 12:53 PM
Are you clicking a button remotely? Try using Spy++ to identify the button if so. You'll need FindWindow, FindWindowEx, and SendMessage for this...
1 replies | 83 view(s)
-
Today, 12:47 PM
Need to test... and if something needs to be enhanced.
Worst case "custom sort option" which raise event.
Edit: you may store the percentage as...
3116 replies | 833860 view(s)
-
Today, 12:47 PM
Google VB.Net MouseEvent API
3 replies | 96 view(s)
-
Today, 12:34 PM
I think Krool's controls are more serious and harder, tries to emulate the original controls, this is more fancy and themed but could be good too...
2 replies | 152 view(s)
-
Today, 12:30 PM
Start looking for tutorials about creating a usercontrol using VB6....
1 replies | 67 view(s)
-
Today, 12:25 PM
Here is one of those rare math jokes - and it's visual as well, lol!
65204 replies | 6872317 view(s)
-
Today, 12:22 PM
In my grid I have also columns with percentages (e.g. 7.3% and 54.9%) and columns with dimensions (e.g. 7.2cm and 14.6cm or 3.1" and 6.2"). ...
3116 replies | 833860 view(s)
-
Today, 12:21 PM
If it comes with the compiler itself (and then "sits there" in a wellknown location),
then there's not even a registry-entry needed on the...
17 replies | 832 view(s)
-
Today, 12:17 PM
Not assured. If the row sel "range" is more than 1 only those rows will be sorted.
So a extra .RowSel = .Row would help.
3116 replies | 833860 view(s)
-
Today, 12:08 PM
I solved the problem with following code:
If hOOters Is Nothing Then
MsgBox("No index found, click Index to create one!",,...
5 replies | 214 view(s)
-
Today, 12:05 PM
OK, then it makes sense that it needed a bit more time to sort. ;)
I'm using version 1.04.0032 of the VBFlexgrid OCX. SelectRange is an unknown...
3116 replies | 833860 view(s)
-
Today, 11:58 AM
Yes, thank you!
My implementation of those commands do not work with multi tempo midi files.
I wanted to see if anyone else did something...
2 replies | 70 view(s)
-
Today, 11:56 AM
Solved my problem with the following code:
Dim row As DataRow
Dim column As DataColumn
For Each row In dt2.Rows
...
3 replies | 174 view(s)
-
Today, 11:45 AM
Again.
One of the best MCI websites:
Visual Basic MCI Command Post...
2 replies | 70 view(s)
-
Today, 11:33 AM
No, this is not what relative vs absolute path mean -- this is mapped drive vs UNC path.
Try this API call
Option Explicit
Private Declare...
6 replies | 230 view(s)
|
Click Here to Expand Forum to Full Width
|