- 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, 03:18 AM
Remember in RPN, that you are responsible to respect Operator-Precedence.
EDIT: Just saw it
What about "rather big dog"
...
10 replies | 355 view(s)
-
Today, 03:09 AM
"InFix" is how you or I might write the expression:
( OR ) AND ( OR )
"PostFix" or Reverse Polish Notation is closer to the way that...
10 replies | 355 view(s)
-
Today, 02:45 AM
Many thanks anyway jmcilhinney. Is there some serial port expert that can give me some hints?
11 replies | 751 view(s)
-
Today, 02:23 AM
Hello
How do I retain the front image(img2) and clear the back image ie img1 without using Paint event with the following code?
With the below...
0 replies | 34 view(s)
-
Today, 02:05 AM
Thanks KFrosty just updated the code.
2 replies | 307 view(s)
-
Today, 01:55 AM
Declaring method as async sub is very bad:
Private Async Sub GetStockData()
When you use async routines, always return Task. The declaration...
5 replies | 243 view(s)
-
Today, 01:37 AM
After clearing the breakpoints, try making an edit to a document before pressing Save to see if that helps.
2 replies | 334 view(s)
-
Today, 12:02 AM
True,UsedTime2=0.0349 Ms--GetLbound
True,UsedTime1=0.0494 Ms--API--CopyMemory--IsArrayReDims
True,UsedTime2=0.0099 Ms--API--SafeArrayGetDim...
24 replies | 2054 view(s)
-
Today, 12:00 AM
Thanks. I am not a Try/Catch expert and didn't realize that multiple types of exceptions could be caught.
5 replies | 243 view(s)
-
Yesterday, 11:59 PM
I'm trying to install the IDE for VB6 Pro on a new Win 11 Home V23H2 system. I have installed this VB6 Pro on several Win 10 and one Win 11 computers...
0 replies | 38 view(s)
-
Yesterday, 11:52 PM
"DispCallFunc" doesn't even come into play anymore. We're talking about putting the WinRT interfaces into OLEEXP the same as you did for the MFP...
3 replies | 104 view(s)
-
Yesterday, 11:43 PM
like this:VB6 - Ini class-VBForums
https://www.vbforums.com/showthread.php?431190-VB6-Ini-Class
1 replies | 51 view(s)
-
Yesterday, 11:39 PM
like this:
read type1.key1
instr , instr key1=
Write INI VALUE Type1.key3
FIND ,can't find key3 then add string (key3=vvvvv) befor
...
1 replies | 51 view(s)
-
Yesterday, 11:32 PM
Why would that handle a TaskCanceledException? If you know how to handle one specific type of exception then you know how to handle any specific type...
5 replies | 243 view(s)
-
Yesterday, 11:25 PM
you can try twinbasic,maybe same?
18 replies | 500 view(s)
-
Yesterday, 11:05 PM
Yeah I got how it works, just didn't think to try it yet, thanks. Still, I'd like to better understand the issue with the ref count... especially if...
3 replies | 104 view(s)
-
Yesterday, 10:43 PM
Only works with arrays, not with strings.
18 replies | 500 view(s)
-
Yesterday, 10:36 PM
Private Sub Form_Load()
Dim S2 As String
S2 = GetStr
Debug.Print "StrPtr(S2)=" & StrPtr(S2)
End Sub
Function GetStr() As String
...
18 replies | 500 view(s)
-
Yesterday, 10:26 PM
jmcilhinney: Thanks, but how do I do that. I kinda thought that the Try/Catch would handle issues...
5 replies | 243 view(s)
-
Yesterday, 10:20 PM
It doesn't copy the local array into the function result, it just moves the array pointer!
18 replies | 500 view(s)
-
Yesterday, 10:13 PM
I thought you understood the stack pointer trick we talked about in this thread! It's like the poor man's "CType Of" for VB6! :p
Private Sub...
3 replies | 104 view(s)
-
Yesterday, 09:30 PM
I'd say the government has shifted seriously to the right. The final vote tally will be @ 50% Trump and 48% Harris. So I don't see a major shift in...
308 replies | 49459 view(s)
-
Yesterday, 09:20 PM
It was kind of you not to mention his recent fraud conviction. :cool:
308 replies | 49459 view(s)
-
Yesterday, 09:06 PM
What good ways do you have to study together and publish to learn together?
Public Function StreamReadBytes(ByVal pUnk As stdole.IUnknown,...
0 replies | 71 view(s)
-
Yesterday, 09:05 PM
I'm trying to cast a UDT received ByRef to a larger UDT, both containing interfaces.
wqweto was able to solve the issue in tB in a way that...
3 replies | 104 view(s)
-
Yesterday, 09:05 PM
So, now we have a guy who has boasted about assaulting women, who a jury of his peers felt was more likely than not to have raped one woman, and now...
308 replies | 49459 view(s)
-
Yesterday, 09:01 PM
I guess the first thing to do would be to catch the TaskCanceledException and see what information you can glean from that.
5 replies | 243 view(s)
-
Yesterday, 09:00 PM
The pivot table did the job.
8 replies | 2064 view(s)
-
Yesterday, 09:00 PM
Public Function StreamReadBytes(ByVal pUnk As stdole.IUnknown, Optional ByVal Size As Long = -1) As Byte()
Dim baData() As Byte
...
18 replies | 500 view(s)
-
Yesterday, 08:58 PM
I'm afraid that I have no idea. I've never used a SerialPort object so I don't know all the ins and outs. My first guess would be that you have...
11 replies | 751 view(s)
|
Click Here to Expand Forum to Full Width
|