
- 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:26 PM
If anyone is interested I started a Go Fund Me page so I could buy a dozen eggs to hide for my kids on Easter. ;)
69672 replies | 23407534 view(s)
-
Today, 03:28 PM
I'm trying to use InvokeMember, but I'm a bit confused with the function information. Do I need to use Binding to execute the function, as it does...
0 replies | 149 view(s)
-
Today, 02:37 PM
Check the Cancel parameter in the form unload event (at the end of the event).
23 replies | 865 view(s)
-
Today, 02:23 PM
tks will take a look
17 replies | 663 view(s)
-
Today, 01:59 PM
it seems that the problem is not attributable to OrdoWebView2, but it seems that it is due to the AutoIt language command GUICtrlCreateObj that does...
15 replies | 39034 view(s)
-
Today, 01:44 PM
Google Gemini coughed up the following hairball that after a bit of massaging I was able to get to work.
I barely tested it after getting it...
17 replies | 663 view(s)
-
Today, 11:32 AM
Been down the AI route with copilot as well and the instructions are thorough, but still not bearing fruit.
6 replies | 327 view(s)
-
Today, 11:31 AM
Gotcha, no problem. Unfortunately I can't help with the GDI+ stuff, I've barely touched it. Hopefully some GDI+ers around here can help, I just...
17 replies | 663 view(s)
-
Today, 11:30 AM
thanks for your example. I do Use RC6 but really wanted to find a way with GDI+ to crop an image.
As i said , i have an app that i can already...
17 replies | 663 view(s)
-
Today, 11:26 AM
I got the problem just now, it looks that Form_Terminate has not been called (because no Forms.Count displayed) but the last Debug.Print command from...
23 replies | 865 view(s)
-
Today, 11:23 AM
sorry , is did add s on to Input and Token. this was generated by CHatGPT as i could not find and GDI+ code to crop an imagefile
I found...
17 replies | 663 view(s)
-
Today, 11:21 AM
Final RC6 demo updated with the following:
Basic UI that let's users set the crop rectangle values in TextBoxes.
Basic UI that let's users...
17 replies | 663 view(s)
-
Today, 11:10 AM
How do you get that to run at all with a variable named as a reserved keyword (input)?
17 replies | 663 view(s)
-
Today, 10:54 AM
....
Dim IE As Object
Dim HTML As Object
Dim MYTABLE As Object
Dim AMBO As String, T As Integer, NUMCELLE As Integer
Dim R As...
0 replies | 52 view(s)
-
Today, 10:45 AM
Refresh is a reserved keyword in VB.Net. I'm not sure if that caused your error, but it certainly didn't help...
13 replies | 1944 view(s)
-
Today, 10:43 AM
I couldn't find any helpful info for it anyway, but my assumption would be given the nature of it, the only activity you'd see is the actions on the...
33 replies | 14812 view(s)
-
Today, 10:28 AM
Hi wqweto :)
I think it is just a language barrier, I was searching something else than that, like a function of IDE.
I added this, just now to...
23 replies | 865 view(s)
-
Today, 10:23 AM
Here is what ChatGPT says about it:
https://chatgpt.com/share/6803bf9d-0c9c-800f-a8e0-985f9cf76930
6 replies | 327 view(s)
-
Today, 10:12 AM
Just for S&G's here is what is reported when I run it in the IDE, which I don't have any compatibility/shims going on, so runs in non-dpi aware mode,...
2 replies | 147 view(s)
-
Today, 09:56 AM
After you allegedly ended the program you could do this:
MsgBox Forms.Count
You could place that in the Form_Terminate event of your main form.
23 replies | 865 view(s)
-
Today, 09:55 AM
I have, unfortunately to no avail. This is perplexing, I must be missing something somewhere.
6 replies | 327 view(s)
-
Today, 09:52 AM
ok, i understand that i should open a new thread for the new situation, but i got no answer for my question, if anybody could explain, why the...
13 replies | 1944 view(s)
-
Today, 09:40 AM
Hey Clark;
Have you tried generating the type library from the command line?
regasm YourFile.dll /tlb:PSCom.tlb
Not sure if that will work for...
6 replies | 327 view(s)
-
Today, 09:32 AM
You are already looping built-in Forms collection with For Each Frm In Forms. Strange you keep on asking about it.
23 replies | 865 view(s)
-
Today, 09:30 AM
DoEvent solves nothing. You are just masking a deeper problem with your code. Using DoEvents is like treating addiction with heroin.
There is only...
37 replies | 20235 view(s)
-
Today, 09:22 AM
Hey Joe, I see the Register for COM interop checkbox, but from what I have read, that is the legacy way to do it and is not preferred. That being...
6 replies | 327 view(s)
-
Today, 09:18 AM
Okay but what is "built-in Forms collection"?
About Cancel, I use it in Form_QueryUnload
Private Sub Form_QueryUnload(Cancel As Integer,...
23 replies | 865 view(s)
-
Today, 09:00 AM
so i am trying to crop using GDI+ but keep getting a Bad calling convention. can anyone help
Option Explicit
' === GDI+ Declarations ===...
17 replies | 663 view(s)
-
Today, 08:47 AM
I had this problem with VS 2022,
in that I could not tick the boxes that were required for COM Interop,
as I was unable to find the boxes for COM...
6 replies | 327 view(s)
-
Today, 08:45 AM
To my way of seeing things, it totally depends on what kind of database you’re accessing, and what library you’re using to access it. If it’s some...
37 replies | 20235 view(s)
|
Click Here to Expand Forum to Full Width
|