
- 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:35 PM
Personally I tend towards either Decimal.Parse / TryParse, partly because I can use the same in both VB and C# but I also find the syntax a bit more...
13 replies | 205 view(s)
-
Today, 04:25 PM
And just as an FYI, I tried playing around with vbArray (aka, VT_ARRAY), but it wouldn't work. I ORed it with something like vbLong in the...
1 replies | 12 view(s)
-
Today, 04:23 PM
GetDC(null), setting the window style...also once.
What is PlayWav doing (can't open it right now)? You should have wav loaded once into a byte...
7 replies | 274 view(s)
-
Today, 04:22 PM
Ok, the following code was posted by The Trick (here), and I have been extensively playing with it.
Option Explicit
Private Declare Sub memcpy...
1 replies | 12 view(s)
-
Today, 04:13 PM
Good question :thumb:
11 replies | 173 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 | 1366 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 | 173 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...
7 replies | 274 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 | 1366 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 | 173 view(s)
-
Today, 03:11 PM
That's a good question.
45 replies | 1366 view(s)
-
Today, 03:09 PM
I've recently posted a solution for that kind of blocking here:...
13 replies | 184 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 | 108 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 | 108 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 | 213 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 | 173 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 | 213 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 | 74 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 | 87 view(s)
-
Today, 02:11 PM
You may change the culture for your application only. have a look here :
...
13 replies | 205 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 | 35 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...
13 replies | 205 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 | 184 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 | 309707 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 | 184 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 | 2667 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 | 173 view(s)
|
Click Here to Expand Forum to Full Width
|