
- 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, 07:10 PM
ouch!!! can you fix this porblem?
6 replies | 66 view(s)
-
Today, 07:09 PM
Well after thinking I had got @qvb6's code in msg #24 working, it turned out not to be quite so simple.
I ran into some problems and was wondering...
32 replies | 2843 view(s)
-
Today, 07:09 PM
Thanks. This is what is working as far.
Dim ChartPointsAc() As Double
Dim ChartPointsRe() As Double
ReDim ChartPointsAc(1 To 2, 1 To...
4 replies | 89 view(s)
-
Today, 07:07 PM
i used text box because i need link text box to adodc too and work with adodc,but can u fix show that numbers?
6 replies | 66 view(s)
-
Today, 07:04 PM
you attachment is not valid,check and send again
6 replies | 66 view(s)
-
Today, 06:45 PM
I need to change the fill color at run time. The user chooses the color and the program changes the color.
2 replies | 57 view(s)
-
Today, 06:45 PM
Thank for the info on running as administrator, unfortunately it didn't help. I'm starting to get the feeling this old XP box is cursed. I mean I've...
33 replies | 799 view(s)
-
Today, 06:06 PM
I need to change the icon of an exe project from 24-bit color depth to 32-bit. Is it possible to overcome this limitation ?
0 replies | 26 view(s)
-
Today, 05:54 PM
But, do you need both icon colors or just the one changed?
2 replies | 57 view(s)
-
Today, 05:47 PM
Hi friends,
I finally installed an US version of VB6 IDE.
Apps compiledwith it no longer request VB6FR.DLL.
Thanks :)
19 replies | 653 view(s)
-
Today, 05:10 PM
If you are using Git then your local working folder would also be a repository.
You would then need some sort of remote Git server to push your...
14 replies | 967 view(s)
-
Today, 05:01 PM
Try Call MakeDRchart(ChartPointsAc, ChartPointsRe) with no extra parens after the arguments.
Where did you get this syntax from? How did you come...
4 replies | 89 view(s)
-
Today, 04:51 PM
From what I've read thread.timer is considered thread safe but is timers.timer need an invoke to show the UI?I have to test that.
Like i said I need...
10 replies | 213 view(s)
-
Today, 03:26 PM
Thanks, I did that. Now I receive an error at:
Call MakeDRchart(ChartPointsAc(), ChartPointsRe())
This is the error:
CompileError:
Type...
4 replies | 89 view(s)
-
Today, 03:20 PM
Increasingly bemused but thanks wqweto
7 replies | 152 view(s)
-
Today, 03:06 PM
Say I have an icon that has a certain design and color. And I want to change a color of this icon. How do I do?
In the attachment I have an icon...
2 replies | 57 view(s)
-
Today, 02:56 PM
Try changing this
Sub MakeDRchart(ChartPointsAc(), ChartPointsRe())
to this
Sub MakeDRchart(ChartPointsAc() As Double, ChartPointsRe() As...
4 replies | 89 view(s)
-
Today, 02:53 PM
More tests on XP. Positive results should work on Win7 while all named "shell:" locations should work on Win10.
Option Explicit
Private Sub...
7 replies | 152 view(s)
-
Today, 02:46 PM
On the contrary, you stood quite enough.
65107 replies | 6605460 view(s)
-
Today, 02:44 PM
Option Explicit
Private Const WIN32_NULL As Long = 0
Private Declare Function MessageBox Lib "user32" Alias "MessageBoxW" ( _
ByVal hWnd...
5 replies | 121 view(s)
-
Today, 02:44 PM
I have exactly the same issue with Webview 2 version 89.0.774.45.
To work around it, I downloaded the "fixed version" 88.0.705.81 on...
5 replies | 200 view(s)
-
Today, 02:32 PM
Have you considered the System.Timers.Timer? I know nothing about your server problems, but I understand that the Timers.Timer has the merit of...
10 replies | 213 view(s)
-
Today, 02:24 PM
I am trying to pass two arrays from a sub in a VB6 basic module to a sub in the code section of a form that contains an MSChart control. Each array...
4 replies | 89 view(s)
-
Today, 02:11 PM
Sam: The original problem seems to be unrepeatable because I can't remember how I made it happen, so I can't send a copy of the problem.
Dee-u,...
3 replies | 163 view(s)
-
Today, 01:55 PM
Hi YourMomsFire, it helps to give names to the bits and pieces of data that you use, especially when you are just learning. I suppose you already...
2 replies | 95 view(s)
-
Today, 01:45 PM
Well, mine don't resolve to anything but the CLSID on Win7 and they all resolve to the my documents folder. How unexpected.
7 replies | 152 view(s)
-
Today, 01:16 PM
So...I understood.
65107 replies | 6605460 view(s)
-
Today, 01:15 PM
It’s not Greek, it’s Persian :rolleyes:
But like suggested before, you need Unicode controls.
For a Unicode MsgBox replacement:...
6 replies | 66 view(s)
-
Today, 12:57 PM
Did you try Krool's Unicode common controls replacement TextBox? It worked for me here:
6 replies | 66 view(s)
-
Today, 12:47 PM
Ouch! It's all greek to me :-))
cheers,
</wqw>
6 replies | 66 view(s)
|
Click Here to Expand Forum to Full Width
|