
- 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, 02:49 PM
Public Sub New(ByVal items() As String)
InitializeComponent
ListBox1.Items.AddRange(items) <---Errror 'Object reference is not set
End...
8 replies | 264 view(s)
-
Today, 01:59 PM
Is this about the one 8 years ago?
(vbforums is on the full list)
1 replies | 53 view(s)
-
Today, 01:45 PM
The twinBASIC Discord channel. Every day there's some chat and Wayne is there. Also a separate bugs channel I like to use for bugs which I anticipate...
37 replies | 2149 view(s)
-
Today, 01:42 PM
Eventually had to reinstall windows 10 (keeping apps and Files) :mad:
5 replies | 270 view(s)
-
Today, 01:40 PM
many many thx... i'll try
Lorenzo
227 replies | 136114 view(s)
-
Today, 01:35 PM
TrendMicro is reporting my email and password were leaked from VbForums. Hey... not finger pointing. Stuff happens. But did we get hacked? And if...
1 replies | 53 view(s)
-
Today, 01:23 PM
Thts great, and certainly makes the coding more simple, however when I run the code, I am getting an error :- Object reference is not set to an...
8 replies | 264 view(s)
-
Today, 01:19 PM
Downloaded from where? The one attached to the first post of this thread and the one on my GitHub are the correct, recent update. It mentions 2020 as...
227 replies | 136114 view(s)
-
Today, 01:10 PM
Just playing around a bit (and modified your field names in your table)....see what you can glean from this ex:
24 replies | 486 view(s)
-
Today, 12:17 PM
As per your kind advice, I tried the following code which is working fine. But don't know how to get a virtual column to show the balance amount.
...
2 replies | 169 view(s)
-
Today, 12:12 PM
On further analysis, the suggestion does not fully work. While I can now scroll the entire height of the data, I cannot:
1. Get the...
3 replies | 302 view(s)
-
Today, 12:07 PM
Thank you for your suggestions, all have been tried to no avail.
I have made the simplest project
One form with one button, press the button and a...
5 replies | 270 view(s)
-
Today, 11:08 AM
Exactly. He's made comments in other threads where he seems to think that others here think he's an idiot or something, and I have no idea where...
37 replies | 2149 view(s)
-
Today, 10:58 AM
I downloaded but the date still refers to 2020.
what do you think?
227 replies | 136114 view(s)
-
Today, 10:58 AM
May I know who is first?
37 replies | 2149 view(s)
-
Today, 10:49 AM
Yes, it can be used. I dropped the new code into the existing AccessUI demos from the downloads (mTDHelper.bas contents replace basTaskDialogGlobal--...
227 replies | 136114 view(s)
-
Today, 10:23 AM
TaskDialog is for .net Core, is there equivalent for Framework ?
9 replies | 314 view(s)
-
Today, 10:06 AM
Then there's far bigger problems with how the business is operating their network.
22 replies | 604 view(s)
-
Today, 09:59 AM
As jmc suggested, setting the DataGridView DefaultStyle.Format property is the ideal approach for formatting values.
private void...
6 replies | 164 view(s)
-
Today, 09:58 AM
I had similar symptoms a long time ago and what cured it was to ensure that all forms are unloaded and each of the forms is set to "Nothing" like the...
5 replies | 270 view(s)
-
Today, 09:43 AM
Did you run as elevated user?
If you already checked with sfc/dism, are logs report no problems? Are there items restored?
Check there are no write...
5 replies | 270 view(s)
-
Today, 09:40 AM
Then you did it wrong. If you don't explain the details of what you actually did, we can't see what you did wrong. If you specify a valid date/time...
6 replies | 164 view(s)
-
Today, 09:31 AM
Just change the initialising code...
Dim frm As New Form2(aDataList.ToArray)
Frm.Show
8 replies | 264 view(s)
-
Today, 09:26 AM
I already did that format but still not working
6 replies | 164 view(s)
-
Today, 09:24 AM
I already did that format but still not working
6 replies | 164 view(s)
-
Today, 09:21 AM
You'll never need to set that level of priority unless you're writing an exploit.
That thing will completely pause other processes with lower...
7 replies | 930 view(s)
-
Today, 09:00 AM
read any cell data is easy,but edit cell is hard to do,how cant do update?
Dim conn As Object
Dim rs As Object
Dim filePath As String
Dim...
1 replies | 83 view(s)
-
Today, 08:59 AM
Dim conn As Object
Dim filePath As String
Dim sheetName As String
Dim cellAddress As String
Dim newValue As String
filePath =...
1 replies | 83 view(s)
-
Today, 08:11 AM
Formatting is generally done at the column level in a DataGridView. Whatever format specifier you would usually use to format a single value, assign...
6 replies | 164 view(s)
-
Today, 08:05 AM
Thought I'd make it easy for you....here's my little project:
24 replies | 486 view(s)
|
Click Here to Expand Forum to Full Width
|