- 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, 12:20 PM
Sam, I've had the same problem. However, I've managed to work around it.
First, when adding the mscomctl.ocx, under Windows 11, I always get the...
10 replies | 113 view(s)
-
Today, 12:14 PM
Helped my daughter shop for a TV, followed by eating Chuck Norris bacon cheeseburgers at a popular restaurant. :)
0 replies | 13 view(s)
-
Today, 11:53 AM
thx
ill chk
10 replies | 113 view(s)
-
Today, 11:34 AM
If you search Google for "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1} already exist in project", you will find lots of posts about an Office security...
10 replies | 113 view(s)
-
Today, 11:34 AM
Hi,
As far as I understand it, your two links only refer to a datatable with the Find or Select method.
The other is that these are only available...
6 replies | 591 view(s)
-
Today, 11:26 AM
So, I changed it in that .vbp. Then repoened the project. I then unchecked MS Windows Common Controls and applied/Okayed.
Then, I reopened the...
10 replies | 113 view(s)
-
Today, 11:14 AM
Hello.
I write two simply lines
Public MyList As List(Of String)
MyList.additem("Grey Brown", "Brown Hybrid")
MyList produce error :...
0 replies | 28 view(s)
-
Today, 10:59 AM
Thanks for the suggestion Calcu. With some small changes I got it to work perfectly fine using the Enter key to move to the next field and selecting...
1415 replies | 574381 view(s)
-
Today, 10:37 AM
Yeah, that is what I said (in many more words, that is!) :bigyello:
3 replies | 179 view(s)
-
Today, 10:36 AM
Yeah, but if I change it there, will my NEXT project hiccup also? Never mind, I'll test in a moment and update this thread.
Two of my other...
10 replies | 113 view(s)
-
Today, 10:26 AM
Use a form for the input instead.
3 replies | 179 view(s)
-
Today, 10:08 AM
Change it in the VBP file only.
10 replies | 113 view(s)
-
Today, 09:58 AM
I think you can do (not tested):
Private Sub grdDescriptions_BeforeEdit(Row As Long, Col As Long, ByVal Reason As...
1415 replies | 574381 view(s)
-
Today, 09:47 AM
Change where...in registry? Where there?
10 replies | 113 view(s)
-
Today, 09:40 AM
Ok, since it seems the Text-Content (per Cell) is dynamic -
manipulating the FontSize (instead of using CC.ScaleDrawings) is the better idea.
...
4 replies | 271 view(s)
-
Today, 09:34 AM
Quick fix: Change #2.1 into #2.0.
If you search the registry for the GUID, you would see the version number. I think I had this same problem...
10 replies | 113 view(s)
-
Today, 09:30 AM
Yes, it is checked.
10 replies | 113 view(s)
-
Today, 09:27 AM
Open the VBP file in a text editor, and check the lines that begin with Reference and Object. You could post these lines here.
Under Project...
10 replies | 113 view(s)
-
Today, 09:10 AM
Just got this for the first time today (been using VB6 (with SP6) on this computer since first purchased).
NEW project, adding Microsoft Windows...
10 replies | 113 view(s)
-
Today, 09:07 AM
BETA 599 of the twinBASIC programming IDE is now available...
Download from here... https://github.com/twinbasic/twinbasic/releases
Click on...
330 replies | 78530 view(s)
-
Today, 08:35 AM
Definitely an MS screw-up. The problem with the InputBox is that nowhere (I believe) can you find the height and width of same. Hence, to find the...
3 replies | 179 view(s)
-
Today, 08:25 AM
Perhaps something like:
Private Sub Combo1_Click()
Set cmd = New ADODB.Command
Set cmd.ActiveConnection = cnn
...
41 replies | 1238 view(s)
-
Today, 08:04 AM
Another question:
I’ve been breaking my head over some inconsistent behavior of my grid, but fail to see what I do wrong. Hopefully someone can...
1415 replies | 574381 view(s)
-
Today, 07:23 AM
BETA 598 of the twinBASIC programming IDE is now available...
Download from here... https://github.com/twinbasic/twinbasic/releases
Click on...
330 replies | 78530 view(s)
-
Today, 06:23 AM
Thank you. I thought the problem was deeper, and I rewrote it. Perhaps I just wasted my time.
Thank you for that quick fix.
13 replies | 13871 view(s)
-
Today, 06:21 AM
Here is first version that is class based hopefully drawscale independent.
13 replies | 13871 view(s)
-
Today, 05:34 AM
If your bitmap is the same size as the picturebox you’re using to display the bitmap, your pictureboxSizeMode.zoom won’t stretch or shrink your...
11 replies | 421 view(s)
-
Today, 05:29 AM
https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.picturebox.sizemode?view=windowsdesktop-8.0
11 replies | 421 view(s)
-
Today, 05:23 AM
I’ve told you how the picturebox works. If you’re drawing on the picturebox, as you are, the zoom is going to have absolutely no effect. Zoom only...
11 replies | 421 view(s)
-
Today, 04:55 AM
That rang a bell...I think it happens when I open it on the secondary monitor too. I'll try it Monday.
12 replies | 453 view(s)
|
Click Here to Expand Forum to Full Width
|