- 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:23 AM
Mostly down to MS IMO. Hopefully TwinBasic will be the beginning of a new age of enlightenment.... :)
20 replies | 1288 view(s)
-
Today, 04:22 AM
No. Not from scratch. In my code the DC was 0&.
It's just to get the metrics!
12 replies | 376 view(s)
-
Today, 03:23 AM
Don't forget there is still a lot of VB 6.0 applications running in the business world. It is being converted but mainframe COBOL is still around...
20 replies | 1288 view(s)
-
Today, 01:29 AM
On My side, I used ADO since more than 20 years. Easier if I want to change the FB.
And recently (2 years), I switch my ADO code to my ADOFast class...
11 replies | 283 view(s)
-
Today, 01:08 AM
You mean keeping aspect ratio?
Dim img As New Bitmap()
‘ 12.5%
img =new Bitmap(img, img.Width * 0.125, img.Height * 0.125)
1 replies | 127 view(s)
-
Today, 12:47 AM
Right, joining in.
1) DAO
a) As already mentioned: tightly bound to MDB. If you want to access other backends, there is this weird dbUseODBC or...
11 replies | 283 view(s)
-
Today, 12:03 AM
I suppose it is Mars Symbol
ASCII Reference
' Symbol
? 9794 2642 ♂ ...
4 replies | 201 view(s)
-
Yesterday, 11:26 PM
To appear in "Readable" Form, as is, you can nearly see it.
BTW: I can put a PictureBox which holds the sign over the Button, but they are 20...
4 replies | 201 view(s)
-
Yesterday, 11:03 PM
This place is primarily about Visual Basic. Python has supplanted VB as the go-to, easy-to-learn language of modern times. BASIC is a dinosaur, and...
20 replies | 1288 view(s)
-
Yesterday, 10:55 PM
You're using .Net, a modern development environment so there is no need to write your own sorting algorithms. There are all kinds of ways to sort in...
6 replies | 259 view(s)
-
Yesterday, 10:46 PM
Are you trying to say that you expect the symbol to appear bold but it doesn't? If not, what are you trying to say? Please be specific.
4 replies | 201 view(s)
-
Yesterday, 10:07 PM
Obviously Israel didn't care who was killed. They've really turned to terrorism.
415 replies | 205645 view(s)
-
Yesterday, 08:00 PM
This is a remake of an earlier version . I'm using the ShapeEx control by Eduardo. Sure makes the patterns look better. See what you .
0 replies | 78 view(s)
-
Yesterday, 06:29 PM
Except that it is actually easier to use SQL rather than having to use filters and indexes. OK, that's a matter of opinion - but an opinion shared...
11 replies | 283 view(s)
-
Yesterday, 05:24 PM
I haven't seen it asked yet, that I have read, but what if one was on a plane in flight?
415 replies | 205645 view(s)
-
Yesterday, 04:30 PM
VB6P, if you want all that added complexity, go for it. :)
11 replies | 283 view(s)
-
Yesterday, 04:25 PM
Here, I've attached just the beginnings of a custom UC that's basically a Command-Button that Auto-Sizes.
It auto-sizes in both the IDE and during...
12 replies | 376 view(s)
-
Yesterday, 04:13 PM
Did you even tried the code?
Or is it inferior for your needs, because it uses a power of a label control instead of dozen of API calls?
12 replies | 376 view(s)
-
Yesterday, 04:12 PM
I'm making the opposite point - that you may not know in advance whether you need to extend the project to become a large multi-user project/SQL...
11 replies | 283 view(s)
-
Yesterday, 03:39 PM
Thank you. That's exactly what i was looking for. One command and it's done.
5 replies | 207 view(s)
-
Yesterday, 03:38 PM
And I forgot about stored procedures. They can improve performance by eliminating the need for data round-trip. Typically, if you want to change some...
11 replies | 283 view(s)
-
Yesterday, 03:21 PM
Where I work we are quite big on keeping the queries simpler and doing all the data manipulation in vb6 code. Sometimes that makes stuff harder but...
11 replies | 283 view(s)
-
Yesterday, 03:12 PM
I'd tend to leverage the AutoSize property of the label to do this, possibly making a custom UC that behaved like a button but actually had a label...
12 replies | 376 view(s)
-
Yesterday, 03:09 PM
And, if you want to use it ...
SELECT * FROM Customers WHERE CustomerID = 123
... would work absolutely fine for opening a recordset in the...
11 replies | 283 view(s)
-
Yesterday, 03:04 PM
DAO is tightly integrated to MDB files, so it's faster for this purpose than ADO, both won't get any improvements, perhaps except security for the...
11 replies | 283 view(s)
|
Click Here to Expand Forum to Full Width
|