
- 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, 05:56 PM
You could attach an API monitor and watch what calls it's making. But CloseHandle/NtClose are blocking iirc
3 replies | 170 view(s)
-
Today, 05:48 PM
That indeed does work, and if I Msgbox the default font, it shows it as "SEGOE UI" at size 9, so replacing Aerial with SEGOE, gives
...
5 replies | 428 view(s)
-
Today, 05:27 PM
I know this would work…
row.DefaultCellStyle.Font = New Font(“Arial”, 10, FontStyle.Strikeout)
5 replies | 428 view(s)
-
Today, 05:22 PM
Try…
row.DefaultCellStyle.Font = New Font(row.DefaultCellStyle.Font.Name, FontStyle.Strikeout)
But you might also have to specify font size,...
5 replies | 428 view(s)
-
Today, 04:53 PM
Having added this to the code
row.DefaultCellStyle.Font = New Font(row.DefaultCellStyle.Font, FontStyle.Strikeout)
It generates an 'object...
5 replies | 428 view(s)
-
Today, 04:52 PM
Has nothing to do with VB, everything to do with the DB. The column needs to be set up as not null, in addition to having a default value.
1 replies | 134 view(s)
-
Today, 03:48 PM
I have an Access database where I have a table (SWELL) where I have set a default value of 2.5 s for one of the fields/columns (called "XYZ ").
...
1 replies | 134 view(s)
-
Today, 03:40 PM
Thanks for looking in to and for the proposed workaround. Works for me for the time being!
14 replies | 826 view(s)
-
Today, 03:34 PM
you should always use freefile
dim I as integer
I = freefile
Open App.Path & "\_history.txt" For Append As #I
3 replies | 170 view(s)
-
Today, 03:34 PM
The close#1 is an instruction that the o/s probably has to handle at the file level and you have no control over when that is actually complete. I...
3 replies | 170 view(s)
-
Today, 03:30 PM
You cannot trust AI to give you an accurate answer, it is just as likely to give you hearsay. I was recently investigating a method of reading an...
11 replies | 2495 view(s)
-
Today, 03:17 PM
I've noticed for first time today, a number of
Run-time error '70':
Permission denied
errors.
I run this app many times over the past year,...
3 replies | 170 view(s)
-
Today, 02:23 PM
Appears to be a bug related to using LoadResData on the ICON folder.
A workaround for now would be to place them in the Images folder (and...
14 replies | 826 view(s)
-
Today, 01:37 PM
Here's the project files zipped up.
The problem happens on both Form1 and Form2 in the LoadImages procedure but only when run from EXE.
...
14 replies | 826 view(s)
-
Today, 01:34 PM
I guess so. It's not like calling someone and asking if their refrigerator is running.
69695 replies | 23440907 view(s)
-
Today, 01:28 PM
Don’t forget to mark your thread RESOLVED if that answered your question…
3 replies | 441 view(s)
-
Today, 01:19 PM
Nope; working fine for me. Could you post a minimal example?
14 replies | 826 view(s)
-
Today, 12:23 PM
Most certainly I will be happy to share whenever I get it finished :).
11 replies | 2495 view(s)
-
Today, 12:18 PM
Any idea why the PNGs and ICOs loaded using this method would appear when run from the IDE but not appear when run from the EXE?
14 replies | 826 view(s)
-
Today, 12:13 PM
wqweto: Meant to quote your reply but forgot to reply w/quote. Anyway - Looks like the AIs don't agree with each other on this but I tend to believe...
11 replies | 2495 view(s)
-
Today, 11:49 AM
Um, don't.
Just get a copy of TwinBasic and design your project using a dialect you are familiar with (BASIC) but then choose a supported...
3 replies | 1263 view(s)
-
Today, 11:00 AM
Much appreciated assistance!
14 replies | 826 view(s)
-
Today, 10:53 AM
You can use Google.Cloud to create a json file and code your program to load it...however, G.cloud is not free. I simply downloaded my contacts from...
2 replies | 343 view(s)
-
Today, 10:51 AM
Just the name of the folder.
Might work slightly different for system-defined names (e.g. "ICON", "BITMAP"... the ones defined here where in tB,...
14 replies | 826 view(s)
-
Today, 10:47 AM
Thank you all for your help. Everyone was exceptionally outstanding, and there's no doubt that there are always different methods to achieve the same...
14 replies | 1299 view(s)
-
Today, 10:45 AM
That did it. Thanks for your help!
So help me understand this please. Does "IMAGES" work because that's the name of the folder I put the two...
14 replies | 826 view(s)
-
Today, 10:38 AM
Well if it's in Resources\Images you'd need to put "Images" instead of "CUSTOM".
I picked "CUSTOM" because that's the name VB6 uses when you use...
14 replies | 826 view(s)
-
Today, 10:29 AM
Yeah, he was sixth round, and Brock Purdy was Mr. Irrelevant, the final pick of the draft.
I do think that current college football does a better...
69695 replies | 23440907 view(s)
|
Click Here to Expand Forum to Full Width
|