
- 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, 02:17 AM
The sample works, so show your code.
6 replies | 157 view(s)
-
Today, 02:16 AM
Can you explain what doesn’t work?
Where do you check the Command content?
1 replies | 43 view(s)
-
Today, 02:01 AM
@Krool (regarding AutoSize)
It might be worth mentioning, that samer22 is probably using your Grid in bound mode
(via IVBFlexDataSource).
On...
439 replies | 132021 view(s)
-
Today, 01:19 AM
Secure webSocket in Pure VB6 no external Libraries or ActiveX.
Now wss://localhost:8088 is possible.
Now Lengthy(char length more than 65536)...
0 replies | 27 view(s)
-
Today, 01:06 AM
So my theory about IFileOperation working seems to be incorrect... kept saying "name invalid or too long" (which wasnt true)
But dragdrop...
10 replies | 202 view(s)
-
Today, 12:07 AM
Thank you, but that's not what I want.
I hope to reduce the configuration steps and call the .NET basic library with only one line (or 2-3 lines)...
3 replies | 156 view(s)
-
Today, 12:05 AM
Just like any other variable, if you want to access your array variable in multiple methods then you need to declare outside all methods, i.e. you...
1 replies | 49 view(s)
-
Yesterday, 11:58 PM
Thanks for reply.
I tried this code but nothing happens. Let me clear one thing that I initially created userforms in excel VBA and then exported to...
6 replies | 157 view(s)
-
Yesterday, 11:37 PM
I have and array with several labels:
Dim Lbl_Car() As Label = {LBL_Car_1, Lbl_Car_2, Lbl_Car_3, Lbl_Car_4, Lbl_Car_5, Lbl_Car_6}
I do this so...
1 replies | 49 view(s)
-
Yesterday, 11:36 PM
Text is a member of the Control class so there's no need to cast a Control reference as any other type in order to set the Text property.
8 replies | 144 view(s)
-
Yesterday, 11:31 PM
It works with the brackets too but I left them off because they're not necessary. That's why I asked the OP to post the error.
8 replies | 144 view(s)
-
Yesterday, 10:39 PM
does this solve your problem?
https://www.vbforums.com/showthread.php?890169-COM-Interop-example-How-to-use-Net-classes-in-VB6
3 replies | 156 view(s)
-
Yesterday, 10:33 PM
If your issue is resolved, please use the Thread Tools menu to mark the thread Resolved so that we don't have to open it and read the whole thing to...
3 replies | 113 view(s)
-
Yesterday, 10:31 PM
I have to agree with you here. Any solution to any problem that doesn't fix every other problem should not even be considered.
503 replies | 15425 view(s)
-
Yesterday, 10:21 PM
@Olaf:
It's recommended to add two alias methods for Append and AppendNL of cStringBuilder: Add and AddNL
22 replies | 1239 view(s)
-
Yesterday, 10:20 PM
Why you say so?
(we are talking that he needs the code in Form_Activate to run only once, at start-up).
35 replies | 459 view(s)
-
Yesterday, 10:15 PM
The link below partially solved my problem (Encoding):
...
3 replies | 156 view(s)
-
Yesterday, 10:12 PM
Now it's OK. Much appreciated.
31 replies | 1442 view(s)
-
Yesterday, 10:11 PM
in this case a static would not be suitable
35 replies | 459 view(s)
-
Yesterday, 09:38 PM
What do you want to do?
Normally to accomplish much here you need at least some fundamental electronics background. You can play around with...
1 replies | 96 view(s)
-
Yesterday, 09:29 PM
Well I'm not aware of the details. Any idea how it would work?
When Convenience Store Chad gets his bump from $7.50 to $15... does Bed Pan Beth...
503 replies | 15425 view(s)
-
Yesterday, 08:55 PM
Yes and no. I think the problems come in when the FRX data gets used.
VB was never updated to handle very large images or color depths above...
9 replies | 200 view(s)
-
Yesterday, 08:24 PM
Pretty much :)
Short of redesigning the database (and dealing with previous existing records) it gets messy real quick
12 replies | 222 view(s)
-
Yesterday, 08:19 PM
Yeah, it would.... but it sounds like he's dealing with an existing design here, and that's not an option... for what ever reason.
I've looked at a...
12 replies | 222 view(s)
-
Yesterday, 08:14 PM
Decided on a simple hack for now, added a column with a '0.5' decimal per Client when in same room, and '1' when they are single
12 replies | 222 view(s)
-
Yesterday, 08:06 PM
That variable is not needed to be at form level, just a static in the procedure is enough. Since it is not used anywhere else.
PS: or perhaps you...
35 replies | 459 view(s)
-
Yesterday, 07:40 PM
Thanks for the praises,
Rob
PS I declare my Boolean flag at form level (not a global)
35 replies | 459 view(s)
-
Yesterday, 07:28 PM
Hello.
I need to be able to receive the commands that another application sends me when I open the other .exe.
For example.
Update.exe
...
1 replies | 43 view(s)
|
Click Here to Expand Forum to Full Width
|