
- 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, 07:46 PM
Normally you would always run the IDE with elevation.
Under split-token operation mode (UAC not disabled) a member of the Administrators group has...
1 replies | 33 view(s)
-
Today, 07:33 PM
Don't forget the array descriptor for dynamic arrays:
2 replies | 58 view(s)
-
Today, 07:12 PM
Also on my wish list is having compile switches similar to VB. Compile switches from Advanced Microsoft Visual Basics (second edition)
The output...
101 replies | 7698 view(s)
-
Today, 07:07 PM
what i wrote got lost 3 time sby this forum. meh so links it is
12 replies | 268 view(s)
-
Today, 07:06 PM
https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-addclipboardformatlistener
...
12 replies | 268 view(s)
-
Today, 06:14 PM
The whole point of OOP is the first O. Programming objects are based on real-world objects. Let's say that you were creating a list of people by...
2 replies | 106 view(s)
-
Today, 06:08 PM
Ideally, you should be binding via a BindingSource and then handling the appropriate event of that, e.g. CurrentItemChanged. If you don't want to use...
1 replies | 32 view(s)
-
Today, 05:28 PM
Basic setup:
da = New SqlDataAdapter()
dt = New DataTable()
SQL etc
da.Fill(dt)
DataGridView1.DataSource = dt
<lots of bound text boxes>...
1 replies | 32 view(s)
-
Today, 04:47 PM
SamOscarBrown
Thank you again
Unfortunately I'm having big trouble to convert your codes to SQlite
I failed to update the appropriate rows.
I...
29 replies | 796 view(s)
-
Today, 04:35 PM
I just did a test with 1000 rows and 50 column. The sorting takes 0.2 seconds in IDE.
Can you provide a demo ?
3107 replies | 833215 view(s)
-
Today, 04:22 PM
The value 0 takes also space, so yes
For an array of strings the size is unknown until there are elements in the array.
A long is 4 bytes, a...
2 replies | 58 view(s)
-
Today, 04:16 PM
Hi Krool,
Question about the VBFlexgrid:
I switch redraw off, and add 1000 rows with 50 columns. This takes 0.7 seconds.
Then I set sorting...
3107 replies | 833215 view(s)
-
Today, 04:00 PM
I created a small app that uses somewhere in the code a relative path from a server that is mapped in my machine. It worked properly for weeks in...
1 replies | 33 view(s)
-
Today, 03:44 PM
I guess an array like this:
Dim L_Arr() as Long
Takes up 4 bytes for each item.
For example if I have:
ReDim L_Arr(99) as Long
Then...
2 replies | 58 view(s)
-
Today, 03:06 PM
I have to say how impressed I have been with twinBASIC so far. Good work, Wayne.
Are you planning to publish a roadmap for twinBASIC - when can...
101 replies | 7698 view(s)
-
Today, 03:00 PM
No, not a win but not looking for a win. Just want fair treatment and greater publicity for both.
13 replies | 628 view(s)
-
Today, 02:55 PM
I'm not sure that having this thread moved to 'Other Basic' counts as a win.
This thread would be better in the 'VB6 and earlier' forum where it...
13 replies | 628 view(s)
-
Today, 02:45 PM
Well, I've reported it already so I for one will treat them equally. I want RADBasic to succeed in its promise to achieve 100% VB6 compatibility, if...
13 replies | 628 view(s)
-
Today, 02:29 PM
I don't have a horse in this race, nor did I report any threads about either product.
That being said, the two products as of this moment in time...
13 replies | 628 view(s)
-
Today, 02:14 PM
It seems that the RADBasic news post was removed as it was reported by someone else on this forum, the moderator just moved it even though I asked...
13 replies | 628 view(s)
-
Today, 02:06 PM
Yes, that is pretty much what we have planned. We already have the Resources folder in the project virtual file system ready for this. Files in...
101 replies | 7698 view(s)
-
Today, 01:24 PM
Or perhaps (alternatively) try it with proper casting of the result-field
since Numeric(18,4) is apparently transported correctly over ODBC...
...
2 replies | 79 view(s)
-
Today, 01:04 PM
Have you tried:
select ...(ccosto * (1.0-cdescuento01/100.0) * (1.0-cdescuento02/100.0))...
Olaf
2 replies | 79 view(s)
-
Today, 12:58 PM
By the way, Seek is both a Sub and a Function.
If you open a file and then do something like
ptr = Seek(F)
The ptr will be equal to 1.
After...
8 replies | 273 view(s)
-
Today, 12:56 PM
I dont know the part of code to click on each city and get the related list...
5 replies | 117 view(s)
-
Today, 12:56 PM
True, in a SMF (Standard Midi File) the length (duration in seconds) is not written anywhere.
If you were to parse the file, you would have to...
3 replies | 178 view(s)
-
Today, 12:55 PM
Good afternoon
I have problems when in a select to postgresql there are calculated columns.
In this example if I execute the select directly in the...
2 replies | 79 view(s)
|
Click Here to Expand Forum to Full Width
|