
- 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:13 PM
Good question :thumb:
11 replies | 165 view(s)
-
Today, 04:04 PM
That makes sense. However, high level business is a complicated thing on it's own. Who knows what's really going on behind the scenes. For all we...
45 replies | 1360 view(s)
-
Today, 03:50 PM
I missed the bit about string in between. That just makes me wonder what is writing this to the textbox in the first place and why even involve the...
11 replies | 165 view(s)
-
Today, 03:38 PM
@fafalone
IsIconic(hwnd) is needed as I have added a Taskbar icon (ITaskbarList extension) for the user to minimize the clock.
I see what you...
6 replies | 264 view(s)
-
Today, 03:38 PM
Spreading risk? Potential liability?
It's like IBM hiding their sponsorship of Linux for tax reasons for decades.
45 replies | 1360 view(s)
-
Today, 03:13 PM
That’s only in that particular example case. There could be other lines to remove too. Read post #4
11 replies | 165 view(s)
-
Today, 03:11 PM
That's a good question.
45 replies | 1360 view(s)
-
Today, 03:09 PM
I've recently posted a solution for that kind of blocking here:...
13 replies | 181 view(s)
-
Today, 02:56 PM
Well, the datagridview does not necessarily need to be bound, and in fact if the view's columns names differ from the table column names then you...
3 replies | 106 view(s)
-
Today, 02:44 PM
I agree, if the DGV is bound to a DataTable (or bindingsource with a datatable datasource) then us a DataGridViewComboBox for the country_key column....
3 replies | 106 view(s)
-
Today, 02:39 PM
google it , my question its just about any engine about design ui (user interface) , i just saw some demoes or libraries in other languages and i...
4 replies | 211 view(s)
-
Today, 02:37 PM
Looks like only needs the last 5 elements so maybe just get the lines From TB1 into an array and resize the array and put into TB2.
Dim TBox1Arry As...
11 replies | 165 view(s)
-
Today, 02:37 PM
In fact, you still don't know that I use Google for translation and I have mentioned it in some questions, so it is better not to get involved in...
4 replies | 211 view(s)
-
Today, 02:29 PM
Thank you very much I will go use that!
I'm using XML because my employer uses XML, so I'm familiarizing myself with how to use it in order to get...
9 replies | 266 view(s)
-
Today, 02:20 PM
Sunrise from my front yard, over the church that is next door, about 10 days ago. I was going solely off the church reference (no pun intended!) ...
1 replies | 73 view(s)
-
Today, 02:12 PM
sorry , but another question.
I have the selection of a range of cells , but what if i then want to also select a row a few down from the initial...
4 replies | 86 view(s)
-
Today, 02:11 PM
You may change the culture for your application only. have a look here :
...
12 replies | 203 view(s)
-
Today, 02:05 PM
I have the a custom control that holds and displays information about cameras. These controls are added to a FlowLayoutPanel.
Inside my control, I...
0 replies | 34 view(s)
-
Today, 02:03 PM
The regional issue would explain. check you regional setting to see if you have a . for thousand separation.
That's not something I didn't think...
12 replies | 203 view(s)
-
Today, 01:51 PM
BETA 244 of the twinBASIC programming IDE is now available...
Download from here... https://github.com/twinbasic/twinbasic/releases
Click on...
1329 replies | 551119 view(s)
-
Today, 01:46 PM
As i already wrote you shouldn't use timers for this purpose because they are not accurate. If you don't need accurate time periods you could use...
13 replies | 181 view(s)
-
Today, 01:44 PM
@georgekar - you're right. Honestly, I didn't know the DisableProcessWindowsGhosting, so I will learn to use it. That is a good piece of advice. ...
808 replies | 309696 view(s)
-
Today, 01:43 PM
https://www.microsoft.com/en-us/download/details.aspx?id=7030
Microsoft Visual Basic 6.0 Service Pack 6 Cumulative Update ......
6 replies | 438 view(s)
-
Today, 01:41 PM
@TheTrick: Thank you for the example. I will take some time to analyse it tomorrow, but having a quick glance seems to be a very very different...
13 replies | 181 view(s)
-
Today, 01:27 PM
As any VB program runs in single thread single process, it is limited to what can do the faster single core.
I manage projects that were done back...
18 replies | 2666 view(s)
-
Today, 01:22 PM
Ok, 4 lines of code… :D
Dim mustContain() As String = {"Reference No.:", "From Account.:", "Card No.:", "Card Type:", "Last Statement Bal:"}...
11 replies | 165 view(s)
-
Today, 01:19 PM
another question re highlighting.
is there a way to set different cells to have a different forecolour when highlighting or keep the same colour ...
4 replies | 86 view(s)
-
Today, 01:17 PM
To not get Gray Window use this:
Private Declare Sub DisableProcessWindowsGhosting Lib "user32" ()
At sub main call DisableProcessWindowsGhosting...
808 replies | 309696 view(s)
-
Today, 01:05 PM
What is this about windows composition? Can anyone explain to me? What is and what the benefits to use it?
4 replies | 211 view(s)
-
Today, 01:00 PM
What is the text that you want to extract from? Do all of the lines you want to extract contain a : whereas the others don’t? You can do that in 2...
11 replies | 165 view(s)
|
Click Here to Expand Forum to Full Width
|