
- 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, 08:19 AM
Maybe he's kicking around legislation for bulletproof backpacks, assault rifles for all, a 10 foot walled off parking lot, and armor kits for...
45 replies | 594 view(s)
-
Today, 08:14 AM
He doesn't have an A+ rating with the NRA for nothing.
45 replies | 594 view(s)
-
Today, 07:58 AM
Ted Cruz ideas on hardening schools with new legislation:
What about the arrival time in the morning and the end of the school day when...
45 replies | 594 view(s)
-
Today, 07:32 AM
What is the idea of sending to resume to the end of the procedure when it is already just before the end of the procedure?
12 replies | 225 view(s)
-
Today, 07:27 AM
Private Sub Command1_Click()
Dim s As String
Dim b() As Byte
s = "Testing it"
b = s
Me.Print b
End Sub
12 replies | 225 view(s)
-
Today, 07:12 AM
dday9 - thanks for the simple and straightforward answer. Grateful! Stay blessed...
20 replies | 393 view(s)
-
Today, 07:10 AM
Thank you all - Much obliged
20 replies | 393 view(s)
-
Today, 06:42 AM
fafalone
The first call returns \\.\DISPLAY1
The second call returns nothing
I've done exactly as the Microsoft example
1st call...
3 replies | 102 view(s)
-
Today, 06:35 AM
I installed the community edition of Microsoft Visual studio in November 2021, and tried to use it at that time, but I left it because I didn't have...
0 replies | 24 view(s)
-
Today, 06:12 AM
You get the variable address, does it matter whether its scope is public or private?
The public scope is as a property, not as a variable.
When you...
11 replies | 261 view(s)
-
Today, 05:54 AM
vbwins, "Not Not" is dangerous. it can mess up with the code.
do not use that at all.
and what u are doing is exactly error trapping, something I...
12 replies | 225 view(s)
-
Today, 05:31 AM
I am on the unsigned variable side. Also lack of multi threading support in ordinary code without api gymnastics
12 replies | 225 view(s)
-
Today, 05:31 AM
Public Function actionArrayDimensioned(action() As actionArray) As Long
10 On Error GoTo errorHandler
20 If Not Not action Then
...
12 replies | 225 view(s)
-
Today, 05:24 AM
I recently made a utility for myself that removes the zone identifier (if Internet or Untrusted) from every file in a folder, and since this was only...
5 replies | 3912 view(s)
-
Today, 05:20 AM
To display an app-wide waitcursor... Just set it to false after your wait is over.
Me.UseWaitCursor = True
5 replies | 141 view(s)
-
Today, 04:26 AM
Google TableLayoutPanel for responsive form layouts on different devices…
4 replies | 163 view(s)
-
Today, 04:23 AM
To change to hourglass:
Me.Cursor = Cursors.WaitCursor
To set it back to the normal cursor:
Me.Cursor = Cursors.Default
5 replies | 141 view(s)
-
Today, 03:53 AM
Another way to look at that though is there are restrictions on driving because you presumedly intend to drive. Same with a hunting license, you...
45 replies | 594 view(s)
-
Today, 03:43 AM
A very measured response from you, thanks jmc!
2 replies | 123 view(s)
-
Today, 03:42 AM
a few things.
to check if an array is empty or not without the need to error trapping or API usage.
ArrayLen()
that return the count (not the...
12 replies | 225 view(s)
-
Today, 03:32 AM
If you actually believe this you might want to consult the actual code generated (which is actually real, being part of the reality). I'm just too...
11 replies | 261 view(s)
-
Today, 03:24 AM
It should be the police but I recognise that they may not be effective where you live. They certainly weren't when I lived in Nigeria and, yeah,...
45 replies | 594 view(s)
-
Today, 03:11 AM
Using Integer for practically *anything* in VB6 is suboptimal. You can of course come up with BufferReadInteger but keep in mind that this will be...
6 replies | 215 view(s)
-
2 replies | 125 view(s)
-
Today, 02:55 AM
Hello.
Post pictures to show you what happens on a 1080x1920 resolution screen and on a 1536x864 resolution screen.
At the beginning I have this...
4 replies | 163 view(s)
-
Today, 02:47 AM
Rather than making us all search the web to find out what that error code might mean, how about you provide us with the error message that you...
1 replies | 49 view(s)
-
Today, 02:34 AM
We are looking at a system built in VB6 and wanting to modernize it. One of the issues is that everything is saved in text files end in order to sell...
0 replies | 42 view(s)
-
Today, 02:25 AM
A display adapter is a generally a video card. There are probably other things that could qualify as well, like virtual devices, but a physical video...
3 replies | 102 view(s)
-
Today, 02:24 AM
I wrote a simple code. i have written code using 3 offset 1 pointers but it gives error.
Code:
Dim xx as string = "Value"
Try...
1 replies | 49 view(s)
|
Click Here to Expand Forum to Full Width
|