
- 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, 12:25 PM
There is a working prototype on our Github VBForumsCommunity. The number of undos is set to 1000. No assembly required, in pure VB.
32 replies | 5384 view(s)
-
Today, 11:46 AM
twinBASIC is a modern version of the classic BASIC programming language. twinBASIC aims for 100% backwards compatibility with existing VB6 and VBA...
667 replies | 72170 view(s)
-
Today, 11:45 AM
Hi,
l have a listview control (no checkboxes) with several columns , say 5 and 12 rows .
All subitems have some info in them .
What l am trying...
0 replies | 16 view(s)
-
Today, 11:30 AM
twinBASIC's 100% Compatibility Goal...
"twinBASIC is a modern version of the classic BASIC programming language. With twinBASIC we aim for 100%...
125 replies | 9119 view(s)
-
Today, 11:16 AM
Bloody Hell! Those two posts were PERFECT. Thanks chaps, Peter and TTn Divine
4 replies | 148 view(s)
-
Today, 10:40 AM
Yes, me included a few months ago.
It's also a nuisance that one has to actually pass the cursor over the scroll bar to see it.
Pop
6 replies | 157 view(s)
-
Today, 09:41 AM
If you are not into arrays, here is an easy way to do what you want:
(Add your combobox and a hidden, SORTED, listbox to your form)
Option...
4 replies | 83 view(s)
-
Today, 09:31 AM
I'm sure that the .NET Core/5 project templates had a "(.NET)" suffix not long ago but I don't know when that was dropped. Unfortunately, most...
6 replies | 157 view(s)
-
Today, 09:23 AM
I am making a webapp for work that lists some projects in a Repeater, and for each project the user has to attach some files. So each control is...
0 replies | 31 view(s)
-
Today, 09:00 AM
I have studied and implemented the code of both links given above.
In fact, both links of Arnoutdv give different and unworkable implementations...
10 replies | 289 view(s)
-
Today, 08:30 AM
What you have shown is a function. Somewhere else in your code there is a variable that is set with a file path and name. When the function is called...
6 replies | 181 view(s)
-
Today, 07:34 AM
Oh, I see westie has already provided an answer (using Dir instead of filelistbox). (But, WestConn, that array has to be a numeric one, yes?, as a...
4 replies | 83 view(s)
-
Today, 07:31 AM
Suggestion...put the 'name' of the file (less ".txt") into a NUMERIC array Ex: Dim nArray() as Integer.
An easy way to do that is to use a...
4 replies | 83 view(s)
-
Today, 07:12 AM
Thats it Inferrd
Thank you all, I woild never have worked that out for myself.
All as I want it now.
Thank you
6 replies | 220 view(s)
-
Today, 07:02 AM
I don't know if Powershell is an option for you
https://www.sqlshack.com/create-charts-from-sql-server-data-using-powershell/
6 replies | 348 view(s)
-
Today, 06:59 AM
list the files into an array using DIR to return all the files from the directory, sort the array using quicksort or bubblsort (depending on your...
4 replies | 83 view(s)
-
Today, 06:50 AM
No, the Listview doesn't support images in any column other than the first column (details view). However, if you were in a masochistic mood you...
2 replies | 95 view(s)
-
Today, 06:48 AM
I gave shot at translating the vb.net code you linked to:
Public Function GetShortcutTarget(ShortcutPath As String) As String
Dim Begin As Long...
4 replies | 148 view(s)
-
Today, 06:47 AM
Ooops !
Thanks John, I must've missed the pop-up notification, I'm now also using version 16.9.4. It's made no apparent difference to the templates...
6 replies | 157 view(s)
-
Today, 06:40 AM
It looks like you need the Axis.MajorUnit property.
So building on ChrisE's code above, you could use something like:Dim ax =...
6 replies | 220 view(s)
-
Today, 06:06 AM
Nice, that's right. I found this, not sure if it works, but seems like what you want. ...
4 replies | 148 view(s)
-
Today, 05:33 AM
i have in a dir_
1.txt
2.txt
55.txt
20.txt
9.txt
11.txt
...
6.txt
4 replies | 83 view(s)
-
Today, 05:20 AM
Thank you both for your responses. I am using VS Ver 16.9.4, downloaded on about 15 April 2021. The attached picture shows that I created a new...
6 replies | 157 view(s)
-
Today, 05:15 AM
In the absence of such code already existing. Thinking of the problem, doing it myself, I probably need to read the file into an array as a series of...
4 replies | 148 view(s)
-
Today, 04:39 AM
ChrisE, you have the Y-axis inteval set to 10.
How would you cahnge it to 5 or 20 ?
Thanks for your help
6 replies | 220 view(s)
-
Today, 04:17 AM
That code looks like it was written in VB6 originally so that would explain why you were using Shell. I wonder whether the UAC prompt when using...
3 replies | 87 view(s)
-
Today, 03:17 AM
Hi,
I export a .txt file from sql server and open it in excel. Excel then opens a few workbooks with links to the .txt workbook.
The workbooks...
6 replies | 348 view(s)
-
Today, 03:10 AM
Thanks for answering.
I´m using this to reference an instance of excel 2003 (separate thread for this), because I also have Office365 installed.
...
3 replies | 87 view(s)
-
Today, 03:00 AM
Most DHCP servers save client leases in a file on reboot. Not sure about uDHCPd/dnsmasq on your router though.
cheers,
</wqw>
45 replies | 4801 view(s)
-
Today, 02:29 AM
In the latter link given there is this routine:
Public Sub GetCurrentLogFont(Byval frmIn As Form, lfIn as LOGFONT)
What parameter would I use...
10 replies | 289 view(s)
|
Click Here to Expand Forum to Full Width
|