
- 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:27 AM
BETA 42 is now available:
https://www.twinbasic.com/downloads/twinBASIC_IDE_BETA_42.zip
- fixed: passing an object-type array element to a ByRef...
975 replies | 375331 view(s)
-
Today, 12:21 AM
Thanks for reply
I am unable to get the desire results.
Basically i want to hide picture1 on first 'Esc' press and kill Form_KeyDown event , on...
2 replies | 89 view(s)
-
Today, 12:16 AM
The "s" means unsigned short. In VB6 an Integer is as close as we can easily get. It only has two bytes.
Are you sure you don't want to use...
1 replies | 35 view(s)
-
Today, 12:10 AM
Come on, say what you mean. You really want an unchallenged echo chamber, right?
If it makes you feel any better I get just as much pushback from...
226 replies | 3399 view(s)
-
Yesterday, 11:30 PM
What project template did you use to create the project you have open when tried to add these items to the Toolbox? I would expect this to work for a...
6 replies | 256 view(s)
-
Yesterday, 10:47 PM
Sorry. Still getting used to the best way to ask questions.
I chuckled at your reply, cuz I would have probably answered the same way:D
I'll repost...
6 replies | 256 view(s)
-
Yesterday, 10:40 PM
ntohs, what MSDN says to use for GetTcpTable2 MIB_TCPROW2.dwRemotePort,
Public Declare Function ntohs Lib "wsock32" (ByVal Addr As Long) As Long,
...
1 replies | 35 view(s)
-
Yesterday, 09:42 PM
Really, that's not how the search should be done.
You are using a typed dataset in the form load event to fill your datatable. you can use the...
8 replies | 229 view(s)
-
Yesterday, 08:41 PM
Perfect, thanks tg and dday!
4 replies | 143 view(s)
-
Yesterday, 08:37 PM
It's worth noting that what Shaggy has described is exactly how you get data into any other object. For example, if you want to get text into a...
2 replies | 92 view(s)
-
Yesterday, 08:12 PM
Your attachment is invalid. That's the site's fault rather than yours - there's a bug with inline attachments - but that's irrelevant anyway. There's...
18 replies | 818 view(s)
-
Yesterday, 08:09 PM
Did you actually read the information you just posted? The exception tells you exactly what the issue is:
The obvious solution is to initialise...
8 replies | 229 view(s)
-
Yesterday, 08:06 PM
You were pointed in the right direction. I told you exactly what event and property or method to use. What you actually want is for someone to write...
8 replies | 182 view(s)
-
Yesterday, 08:03 PM
First... Is this a VB.Net question??? Is this an Access VBA question???
The two aren't interchangeable - they're different technologies, and the...
1 replies | 119 view(s)
-
Yesterday, 06:30 PM
Dil, I've researched your reaction videos you've posted for days (before the last two), and most of these people reacting have been right leaning...
226 replies | 3399 view(s)
-
Yesterday, 05:48 PM
I'm not sure what is typically done for managed PCs and servers, but what is possible seems to be summarized here:
...
8 replies | 239 view(s)
-
Yesterday, 05:19 PM
How is it typically secured these days... ETW is part of the WMI infrastructure, I found you don't actually have to run as administrator to use the...
8 replies | 239 view(s)
-
Yesterday, 05:08 PM
It just keeps getting better:
226 replies | 3399 view(s)
-
Yesterday, 04:49 PM
The steering wheel is on the wrong side.
31 replies | 685 view(s)
-
Yesterday, 04:47 PM
It sure looks like an enum. You may have done this already and I missed it, but I'd try assigning 0.
19 replies | 482 view(s)
-
Yesterday, 04:43 PM
Well, that just means that you need to get the data to the new form. You have several different ways you can do that. You can add properties to the...
2 replies | 92 view(s)
-
Yesterday, 04:31 PM
Another busted narrative:
226 replies | 3399 view(s)
-
Yesterday, 04:19 PM
With regards to this particular topic, VB6 and C# are actually almost the same. VB6 having a global namespace is really just an illusion created by...
16 replies | 493 view(s)
-
Yesterday, 03:50 PM
So, this is what I want
Private Sub DataGridView2_CellMouseClick(sender As Object, e As DataGridViewCellMouseEventArgs) Handles...
2 replies | 92 view(s)
-
Yesterday, 03:44 PM
If you're sure it is always a positive number multiply it with "-1". Otherwise, get the absolute value of that number and then multiply it with "-1"....
3 replies | 184 view(s)
|
Click Here to Expand Forum to Full Width
|