Forum: Visual Basic 4 / 5 / 6 Jul 9th, 2009 |
| Replies: 6 Views: 497 isdate is a great function and it only BLOWS up when you least want it to, i.e. when the date is bogus.
In order of precedence and with only ONE test per NESTED IF statement
1- test for the... |
Forum: Visual Basic 4 / 5 / 6 Jul 8th, 2009 |
| Replies: 2 Views: 294 https://community.devexpress.com/blogs/paulk/archive/2009/05/20/importing-external-image-files-to-sql-server-down-and-dirty.aspx |
Forum: Visual Basic 4 / 5 / 6 Jan 15th, 2008 |
| Replies: 13 Views: 3,584 The site says:
"This is ONLY for LEGAL users of VB Pro 3 ... everyone else stay out!!!"
Since you have BINARY saved code, I'm guessing that is proof of your rights.
Of, Course, I'd have a... |
Forum: Visual Basic 4 / 5 / 6 Jan 13th, 2008 |
| Replies: 7 Views: 2,792 I'm guessing but don't you mean 01/31 not 01/01? |
Forum: Visual Basic 4 / 5 / 6 Jan 12th, 2008 |
| Replies: 8 Views: 4,354 LINDOWS was the first.
But now there's MONO
http://www.linuxdevices.com/news/NS9725385854.html
http://www.mono-project.com/VisualBasic.NET_support
Suse is IBM Linux and VB is Microsoft is... |
Forum: Visual Basic 4 / 5 / 6 Jan 12th, 2008 |
| Replies: 6 Views: 3,456 Fascinating question. Assume you have good reason for it. Either you're wanting to display a form and it's specific content as a picture such as in a help display or a tutorial which is ultra easy... |
Forum: Visual Basic 4 / 5 / 6 Jan 12th, 2008 |
| Replies: 3 Views: 2,622 That was too easy !!!!
I googled CMT numeric control data file and found the source of that file:
http://www.sub-soft.com/dncplus.htm
tc |
Forum: Visual Basic 4 / 5 / 6 Jan 12th, 2008 |
| Replies: 13 Views: 3,584 Yes!
http://www.thescripts.com/forum/thread14708.html |
Forum: Visual Basic 4 / 5 / 6 Jan 12th, 2008 |
| Replies: 7 Views: 2,792 Interesting time math error... ignoring the modulo half hour when subtracting the hours. Confusion sets in with time math when we switch bases (base 60 for minutes and seconds, base 24 for hours) and... |
Forum: Visual Basic 4 / 5 / 6 Jan 27th, 2006 |
| Replies: 2 Views: 8,373 all over the web?
this was the first hit in google for "datagrid"
http://www.datagridgirl.com/articles.aspx
and microsoft calls it "ItemStyle" in their page... |
Forum: Visual Basic 4 / 5 / 6 Jan 27th, 2006 |
| Replies: 3 Views: 3,112 sounds like a half hour of work, tops.
where's the gotcha? |
Forum: Visual Basic 4 / 5 / 6 Jan 27th, 2006 |
| Replies: 4 Views: 1,902 i see several issues
but lets address code simplicity and compiler blindness first.
you declare
Global ErrorStatus As Long
then you treat the compiler with a redefinition by using
ErrorStatus&... |
Forum: Visual Basic 4 / 5 / 6 Jan 27th, 2006 |
| Replies: 5 Views: 2,718 use the timer function
or use a timer control
either works great. |
Forum: Visual Basic 4 / 5 / 6 Jan 27th, 2006 |
| Replies: 7 Views: 1,779 that would be because num is an integer not a string.
use str(num) and it won't error out. |