
- 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, 02:18 PM
The flaw in your logic is that you seem to think that the number of days in the current month is relevant in your calculations, which isn't the case....
5 replies | 50 view(s)
-
Today, 02:13 PM
My apologies, for the indentation. Although i use indentation at code editor and try to fix it by editing the post, it seems that is does not take...
5 replies | 50 view(s)
-
Today, 02:10 PM
In the vbp file is also the name of the executable.
These files are just text files, so you can check them easily
2 replies | 49 view(s)
-
Today, 02:08 PM
This is what i've done so far, and returns exactly the same results as Windows Calculator. The function call is like Age(1978,11,23). So far, returns...
5 replies | 50 view(s)
-
Today, 02:07 PM
Function Age(ByVal yr As Int32, ByVal Mn As Int32, ByVal Dy As Int32) As Int32
Dim cur_Year As Int32 = DateTime.Now.Year
Dim...
5 replies | 50 view(s)
-
Today, 01:56 PM
I've never come across anything that assumes February has 31 days.
It is hard to help you fix your function when you don't post any code.
5 replies | 50 view(s)
-
Today, 01:49 PM
Hello everybody. I managed to create a function which calculates the age, based on today's date in form of "X years + Y months+ Z days". For example...
5 replies | 50 view(s)
-
Today, 01:46 PM
Are you sure? There's an EndDoc in classic VB, but VB.Net uses e.HasMorePages
3 replies | 56 view(s)
-
Today, 12:58 PM
Its hard to read, but it looks like you're missing an .EndDocument...that's what tells the PrintDocument object that you're done with the document...
3 replies | 56 view(s)
-
Today, 12:34 PM
Moderator action: Moved to WPF forum.
12 replies | 401 view(s)
-
Today, 12:33 PM
Is it like that the bit (32) is wrong and it should be 24? On searching in the forum it appears some are using that.
3 replies | 80 view(s)
-
Today, 12:30 PM
Ah, yes - forgot to multiply the input with the Std-Col-Width...
Here is the adjusted "usage-code" (in a function, similar to passels):
...
8 replies | 222 view(s)
-
Today, 12:27 PM
Thanks for replying dilettante. As said above, it's not my code but something I picked up years ago, cannot remember from where. So far I have only...
3 replies | 80 view(s)
-
Today, 12:24 PM
It's WPF, but it's running on an embedded computer and the performance it's not what i expected. That's why I'm working on not always give new update...
12 replies | 401 view(s)
-
Today, 12:23 PM
Yes. An exe contains the information about modules.
2 replies | 49 view(s)
-
Today, 12:10 PM
Here is a wild guess.
Are you running a SPROC from within this SPROC that is doing it's own BEGIN TRAN/COMMIT/ROLLBACK?
Regardless, if you are...
9 replies | 226 view(s)
-
Today, 12:04 PM
Something just dawned on me: Is this a web application or WPF?
12 replies | 401 view(s)
-
Today, 11:56 AM
I wandered off for a bit, as is my wont, but now I'm back....with more data, and more confusion.
When I run the SP from within SQL Server...
9 replies | 226 view(s)
-
Today, 11:50 AM
I was asked to make a few changes to a VB program.
The program resides on an XP machine running VB6 SP5.
I searched the machine for *.VBP and...
2 replies | 49 view(s)
-
Today, 11:22 AM
Can you please tell me how can i do that? Or point me in the right direction. I really need to have them running on separate threads ...
12 replies | 401 view(s)
-
Today, 11:13 AM
I am working on an estimate for a client right now and that comic hits pretty hard.
65070 replies | 6526226 view(s)
-
Today, 11:12 AM
When you paste code in this forum, you should select the full code block and press the # button above the message editor window. This will give you a...
3 replies | 56 view(s)
-
Today, 11:06 AM
True dat!
65070 replies | 6526226 view(s)
-
Today, 10:50 AM
Scanners can be cranky.
I have one that honestly admits that it can't manage contrast, brightness, etc., another that lies (and then fails if you...
8 replies | 178 view(s)
-
Today, 10:47 AM
Hi, I just cannot find a solution to this. When I print a document, it also prints the last documents, My code is as follows:
Private Sub...
3 replies | 56 view(s)
-
Today, 10:34 AM
I gained a bit, then lost it, so I'm at the same weight I was at before the pandemic. On the other hand, I've been staying away from the gym, which...
65070 replies | 6526226 view(s)
-
Today, 10:30 AM
Long story short, I inherited this pallet tag printing excel booklet. One of our new managers brought it from a previous business and I'm the only...
0 replies | 34 view(s)
-
Today, 10:30 AM
They run on the same UI thread unless you tell them otherwise, and that's usually the way you want it.
12 replies | 401 view(s)
|
Click Here to Expand Forum to Full Width
|