
- 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:53 PM
Having added this to the code
row.DefaultCellStyle.Font = New Font(row.DefaultCellStyle.Font, FontStyle.Strikeout)
It generates an 'object...
2 replies | 304 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 | 64 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 | 64 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 | 737 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
2 replies | 72 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...
2 replies | 72 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 | 2428 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,...
2 replies | 72 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 | 737 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 | 737 view(s)
-
Today, 01:34 PM
I guess so. It's not like calling someone and asking if their refrigerator is running.
69695 replies | 23440513 view(s)
-
Today, 01:28 PM
Don’t forget to mark your thread RESOLVED if that answered your question…
3 replies | 424 view(s)
-
Today, 01:19 PM
Nope; working fine for me. Could you post a minimal example?
14 replies | 737 view(s)
-
Today, 12:23 PM
Most certainly I will be happy to share whenever I get it finished :).
11 replies | 2428 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 | 737 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 | 2428 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 | 1211 view(s)
-
Today, 11:00 AM
Much appreciated assistance!
14 replies | 737 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 | 325 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 | 737 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 | 1284 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 | 737 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 | 737 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 | 23440513 view(s)
-
Today, 10:26 AM
He really needed people to tell him that was a bad thing to do?
69695 replies | 23440513 view(s)
-
Today, 10:04 AM
I'm generally opposed to busy waits, but I will say that if you are going to write one, you did it the best way that can be done. If that Sleep...
4 replies | 415 view(s)
-
Today, 09:45 AM
Sadly, that didn't resolve the problem.
I'm using a file name for the image, which I've imported into the Resources\Images folder rather than...
14 replies | 737 view(s)
|
Click Here to Expand Forum to Full Width
|