
- 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, 04:21 AM
tks. bro.
but not found a good solution in codebank.
Can you post a direct link to read this json by path?
2 replies | 46 view(s)
-
Today, 03:55 AM
twinBASIC status update:
twinBASIC update May 22, 2022
Highlights include the beginnings of a Screen object, an updated Attribute syntax, and a...
988 replies | 377257 view(s)
-
Today, 03:46 AM
i guess the question here is- do the document images update in the document when compressed during the iteration of the loop? the flickering of a...
28 replies | 153995 view(s)
-
Today, 03:44 AM
The file contents look like JSON, so you are probably better treating it as such rather than trying to parse it out manually. If you look in the...
2 replies | 46 view(s)
-
Today, 02:34 AM
yeah. a msgbox is basically just a form, that we put on top of the main-form.
I have added a few. mostly graphical. the latest is not even a form...
4 replies | 136 view(s)
-
Today, 01:56 AM
I loop the txt file with the tipical Open FileName For Input As #fileNum.
now i need to get the value between number and street, and store each...
2 replies | 46 view(s)
-
Yesterday, 11:39 PM
If you're trying to drag a Form or a Control...
(To drag a Control is slightly different)
Private Sub Form1_MouseDown(ByVal sender As Object,...
3 replies | 123 view(s)
-
Yesterday, 08:09 PM
One thing I have never been clear on is whether or not there is an occasional login necessary for the CE version. I have the Pro version with a key,...
5 replies | 153 view(s)
-
Yesterday, 08:07 PM
Using Declare is the old VB6 way of declaring an external function so it still exists in VB.NET for compatibility. The DllImportAttribute is the .NET...
3 replies | 123 view(s)
-
Yesterday, 07:17 PM
Nevermind, I found the answer myself in this MSDN article
3 replies | 212 view(s)
-
Yesterday, 07:04 PM
Brilliant! Once again to my rescue @fafalone! I've lost count of the number of times you've helped me.
Here's a follow up question. Is there a...
3 replies | 212 view(s)
-
Yesterday, 05:55 PM
https://visualstudio.microsoft.com/vs/compare/ gives a pretty decent comparison of the various versions.
5 replies | 153 view(s)
-
Yesterday, 05:53 PM
From what I understand, the Community edition is almost identical to the Professional edition, just with different license terms (free for personal...
5 replies | 153 view(s)
-
Yesterday, 05:34 PM
Thanks, Si.
That's good advice. I don't mean to say that I'm opposed to being online.
I just don't want to have to log into any platforms or...
5 replies | 153 view(s)
-
Yesterday, 05:34 PM
This allows you to calculate the Luhn checksum for a string of decimal digits, as well as to validate that checksum. Here's the code.
Public...
0 replies | 90 view(s)
-
Yesterday, 04:58 PM
Motjaba, two security vendors have flagged the site that you linked to as malicious:
...
1 replies | 131 view(s)
-
Yesterday, 04:46 PM
Dev101;
The fact that VBA6.DLL exists in the VB98 directory suggests that VB6 uses it somehow. To test if it is necessary, I renamed it, and VB6...
10 replies | 416 view(s)
-
Yesterday, 04:33 PM
Here it describes the PCA message as false positive to be ignored:
https://www.codeproject.com/Articles/1191047/Install-Visual-Studio-on-Windows
...
75 replies | 924 view(s)
-
Yesterday, 03:52 PM
Hi friends I have no information about opencv
can you help me
I want to select the shape of the circle in each part of the page
Location of the...
1 replies | 131 view(s)
-
Yesterday, 03:51 PM
... and people jump on me for making sure my large application is always portable ...
75 replies | 924 view(s)
-
Yesterday, 03:50 PM
I still use the standard message box, but I virtually always use API calls to display it so I can control my button captions, put timers on it, and a...
4 replies | 136 view(s)
-
Yesterday, 03:44 PM
Personally, I've never been able to get this to work (correct numbering) with EnumDisplayMonitors. However, I haven't examined the order in which...
4 replies | 198 view(s)
-
Yesterday, 03:25 PM
Everybody is tired, including you know who.
75 replies | 924 view(s)
-
Yesterday, 03:23 PM
See this:
https://www.askvg.com/fix-this-app-cant-run-on-this-device-message-from-program-compatibility-assistant-in-windows/
I 'd like to see...
75 replies | 924 view(s)
-
Yesterday, 03:22 PM
I have a new Macro to apply image file compression to 150ppi for all images in a Word file, as we have an upload limit at Work on a customer system...
28 replies | 153995 view(s)
-
Yesterday, 03:21 PM
I'm tired. I'm going to watch videos on youtube.
75 replies | 924 view(s)
-
Yesterday, 03:15 PM
After running the program in debugger mode, I found out that during the MainForm_Closed method the program tried to discard incoming data buffers...
5 replies | 225 view(s)
-
Yesterday, 03:11 PM
I passed through this phase at one time. I once write an entire message box class from scratch for some program I was writing in VB.Net many years...
4 replies | 136 view(s)
|
Click Here to Expand Forum to Full Width
|