
- 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, 08:35 AM
yeah.
Im not sure about the 100% back compatibility needs.
what I want is the basic language that I enjoy working with. so I can start working...
15 replies | 732 view(s)
-
Today, 08:22 AM
He's scraping a website and putting it into an Excel spreadsheet.
-tg
7 replies | 167 view(s)
-
Today, 07:41 AM
This is a bit slow (when I ran it by command line alone), but it did produce a list of all the programs installed on my computer...
2 replies | 53 view(s)
-
Today, 07:32 AM
I'm not sure you can use facts or logic to correct something like anti-vaccination sentiment. And the case fatality rate is too low for Darwin to...
1982 replies | 122645 view(s)
-
Today, 07:24 AM
possible to call this command line solution?????
https://kencenerelli.wordpress.com/2017/11/25/list-installed-programs-on-windows-10/
2 replies | 53 view(s)
-
Today, 06:46 AM
Also, the rate of the side of effects is negligible... on the order of the side effects of the flu vaccine... The J&J one though... yeah, I just saw...
1982 replies | 122645 view(s)
-
Today, 06:44 AM
LOL. :)
It's not a bug but a feature. In fact you are doing a 50 multi-column sort. You just were lucky with the selection mode 'Free' to have not a...
3111 replies | 833612 view(s)
-
Today, 06:35 AM
Huh? I haven't the slightest idea what your problem is. Are you talking about two CIRCLES, one on each of two different forms (instead of the...
2 replies | 95 view(s)
-
Today, 06:30 AM
@DM...I know you are not directing that comment to me, but just to clarify for newbie...my update (using an .accdb database) was a very simple...
31 replies | 855 view(s)
-
Today, 06:02 AM
I apologise, the lazy person is me.
I am looking for some code to find out what programs are installed into the Windows o/s. I understand largely...
2 replies | 53 view(s)
-
Today, 05:38 AM
I have noticed on the DateTimePicker when CustomFormat is "dd/MM/yyyy hh:mm:ss", that its problematic when you try editing.
AllowUserInput is...
3111 replies | 833612 view(s)
-
Today, 05:25 AM
I've got to say, the US vaccine program sounds like it's been rolled out really well. We've been doing really well in the UK but it feels like...
1982 replies | 122645 view(s)
-
Today, 05:24 AM
Sub test()
Dim rng As Range
Dim cel As Range
Set rng = ActiveSheet.Range("A1:A10")
For Each cel In rng
If...
3 replies | 195 view(s)
-
Today, 04:42 AM
Knowing that the grid could be fast, I investigated further and discovered that it's the SelectionMode setting that is causing the slowness. If I...
3111 replies | 833612 view(s)
-
Today, 04:35 AM
Finally, I found a site by searching on Google yesterday and solved the problem. I just deleted the Chrome container from the Registry Editor. Now I...
3 replies | 165 view(s)
-
Today, 04:22 AM
Hi Olaf,
In this specific case I am not using PicBox-hDC and only use the normal Print function setting FontTransparent=true. I must admit,...
2 replies | 91 view(s)
-
Today, 04:11 AM
If you select your own Font into the PicBox-hDC, then you will have to use SetBkMode:...
2 replies | 91 view(s)
-
Today, 03:10 AM
I have found this code for printing rotated text on a picturebox somewhere and have modified it, but apparently not properly,as it does not want to...
0 replies | 56 view(s)
-
Today, 03:05 AM
If you don't bind the BindingSource to the grid, why would selecting a record in the grid affect the BindingSource?
5 replies | 129 view(s)
-
Today, 03:03 AM
Is there any reason why text would print opaque when the fonttransparent property of the picturebox is set to true?
PK
2 replies | 91 view(s)
-
Today, 01:50 AM
Thank you very much! Indeed, a detailed roadmap will be published in the coming weeks.
103 replies | 7881 view(s)
-
Today, 01:49 AM
Thanks for the request. Sure, once we add command-line compilation support, we'll certainly make sure the switches match as much as possible.
103 replies | 7881 view(s)
-
Today, 01:29 AM
Relative paths are based off process current drive and current dierctory i.e. the one that are set by ChDrive and ChDir built-in functions.
What...
3 replies | 134 view(s)
-
Today, 01:21 AM
So the count in the 4-byte prefix is for instance 15 (odd number) but does this string terminate with one zero (it's ANSI string, isn't it), two...
5 replies | 151 view(s)
-
Today, 01:14 AM
That's Excel-VBA (see that "Sheets(1).Cells-Thingy?)
IIRC, each Cell on a Worksheet has a Hyperlink-Property and an Event FollowHyperlink
7 replies | 167 view(s)
-
Today, 01:13 AM
TwinBasic has the right recipe -- make the a decent compiler, re-use popular IDE, let contributors port RC6, port/reimplement VB6 Forms,...
15 replies | 732 view(s)
-
Today, 01:08 AM
If your data looks anything like what you have in your first post then that query is not going to work no matter what db you are using. It would in...
31 replies | 855 view(s)
-
Today, 01:05 AM
I though C++ Builder can mix C/C++ and Pascal. Even Visual C can mix C/C++ and inline assembly but this is just __asm part of the main language I...
19 replies | 505 view(s)
|
Click Here to Expand Forum to Full Width
|