
- 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:32 AM
The timer thing is still bugging me. Can you change your code temporarily so that none of your timers are *ever* enabled (that is, Timer.Enabled...
33 replies | 1409 view(s)
-
Today, 08:12 AM
It sounds like you want to change the query based on the local time of the computer/server that is running the query? That is:
If the query is run...
11 replies | 632 view(s)
-
Today, 07:58 AM
Hi :)
This is what I did.
Tonight, I effectivly few times, but not at each time, the form load coming back after unload.
I also added some...
33 replies | 1409 view(s)
-
Today, 07:51 AM
BETA 743 of the twinBASIC programming IDE is now released...
Download from here... https://github.com/twinbasic/twinbasic/releases
Click on...
495 replies | 206194 view(s)
-
Today, 07:49 AM
BETA 742 of the twinBASIC programming IDE is now released...
Download from here... https://github.com/twinbasic/twinbasic/releases
Click on...
495 replies | 206194 view(s)
-
Today, 07:48 AM
The object actually disappears or reappears while I have the object on the form. very strange. I have a new install of windows 11 on a new computer...
3 replies | 347 view(s)
-
Today, 07:22 AM
Interesting. I did change For i As Integer 0 To 63 to For i As Integer 0 To Listbox1.Items.Count, although it still gives me a couple problems. One...
7 replies | 330 view(s)
-
Today, 07:15 AM
Thank you again for your clear explaination of the code
However it seems you did not understand my worry
This code which you provide is used only...
11 replies | 632 view(s)
-
Today, 07:02 AM
This part:
CAST(SUBSTR(TRIM(Time_Arrival), 1, INSTR(TRIM(Time_Arrival),':')-1) AS NUMERIC)>12
Will match any "time" that starts with the...
11 replies | 632 view(s)
-
Today, 06:55 AM
Sadly I'm fresh out of DeLoreans...and flux capacitors for that matter. ;)
11 replies | 632 view(s)
-
Today, 05:31 AM
I'm so thankful to you jpbro
You are so generous
Just little worry
How shall I know that time is wihin morning or beyond?
With 24 time format I...
11 replies | 632 view(s)
-
Today, 04:51 AM
I tested on Windows7, 10 and 11 and I could not recreate the bug???
Can you try changing the default printer by choosing "Microsoft Print to PDF"...
83 replies | 37909 view(s)
-
Today, 04:36 AM
just the object.
3 replies | 347 view(s)
-
Today, 01:45 AM
I wouldn't count Norris out but Piastri has been great lately. I wouldn't count Max out either. He has two poles and a win. If they get that car...
13 replies | 1975 view(s)
-
Today, 01:44 AM
I'll check this on different versions of Windows.
Thanks for the feedback.
83 replies | 37909 view(s)
-
Today, 01:40 AM
my understanding of DPI is that it will mess up the controls. changing font size, textboxes dimensions etc.
since I work with custom controls that I...
4 replies | 355 view(s)
-
Today, 01:20 AM
For the half a person that may be following along here, I was missing a calculation in also considering GetSystemMetrics(SM_CXPADDEDBORDER). ...
4 replies | 355 view(s)
-
Today, 12:00 AM
In your Project's main menus...
Project-->Properties-->References (tab)-->Add (button)-->Browse (tab)
Just navigate to the .Dll's
5 replies | 640 view(s)
-
Yesterday, 11:53 PM
You got the for each file part right. It's the For i As Integer = 0 To 63 that's wrong. You know better than i do, which bytes are what, so you...
7 replies | 330 view(s)
-
Yesterday, 11:11 PM
There are things that should be obvious: the idea was to identify if the Form_Load occurred after the Form_Unload.
So, the Debug.Prints should be...
33 replies | 1409 view(s)
-
Yesterday, 10:03 PM
I see. That's a bit of a misunderstanding on my part then. It's reading several files which are also loaded in a listbox & it won't always be the...
7 replies | 330 view(s)
-
Yesterday, 09:49 PM
No issues since you posted this.
77 replies | 19241 view(s)
-
Yesterday, 09:48 PM
Time machine + better code.
11 replies | 632 view(s)
-
Yesterday, 09:42 PM
Hi,
Sorry but CTRL L does nothing :(
33 replies | 1409 view(s)
-
Yesterday, 09:40 PM
We can sort out the hex to string when your dgv is loading properly...
7 replies | 330 view(s)
-
Yesterday, 09:22 PM
Your code says, for each file, loop 64 times adding one row in each of the 64 iterations...
What should it do?
7 replies | 330 view(s)
-
Yesterday, 08:58 PM
I haven't had any issues whenever I've stopped by.
77 replies | 19241 view(s)
-
Yesterday, 08:16 PM
Thank you, it appears to have accepted that. Although its adding more rows than it should into the datagridview as seen here:...
7 replies | 330 view(s)
-
Yesterday, 08:08 PM
Unfortunately you're in a bit of a pickle because you've stored times as string that a formatted to your users' locales, which can vary widely....
11 replies | 632 view(s)
-
Yesterday, 08:05 PM
Me.DataGridView1.Rows.Add(Chr(loadMem(i)), ByteArrayToHexString(byteArray), fileInPath)
7 replies | 330 view(s)
|
Click Here to Expand Forum to Full Width
|