Click here to Skip to main content
15,901,373 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Tree List Double Click Event (new) Pin
Midnight Ahri19-Feb-12 21:35
Midnight Ahri19-Feb-12 21:35 
AnswerRe: Tree List Double Click Event (new) Pin
ProEnggSoft19-Feb-12 21:55
ProEnggSoft19-Feb-12 21:55 
AnswerRe: Tree List Double Click Event (new) Pin
Midnight Ahri19-Feb-12 22:03
Midnight Ahri19-Feb-12 22:03 
GeneralRe: Tree List Double Click Event (new) Pin
ProEnggSoft19-Feb-12 22:09
ProEnggSoft19-Feb-12 22:09 
Questionhow to make slide puzzle game with VB 6.0 Pin
goteku17-Feb-12 2:38
goteku17-Feb-12 2:38 
AnswerRe: how to make slide puzzle game with VB 6.0 Pin
Simon_Whale17-Feb-12 3:14
Simon_Whale17-Feb-12 3:14 
AnswerRe: how to make slide puzzle game with VB 6.0 Pin
Dave Kreskowiak17-Feb-12 3:57
mveDave Kreskowiak17-Feb-12 3:57 
GeneralI used to love VB6 Pin
MacRaider417-Feb-12 2:24
MacRaider417-Feb-12 2:24 
Recently I had to go back though some old VB6 code and make some fixes. It was odd, we changed our Database server to something newer but kept with SQL 2000 WTF | :WTF: (yeah we're current in some things ) When we did that for some reason our one application query that uses temp tables went from running in under 1 second to 30+. For what ever reason using the same connection for temps and the "regular" tables no longer worked after 12 years (go figure).

Not knowing what the problem could be I started to throw together a test program and what a pain in the butt that was. I wanted to check the one table and then remembered that I couldn't do a ExecuteScalar and I can't count the times I did something like conn.close() and then found out that oh yeah you don't use the (). Heck even For Each loops work a bit different, oh and then there is the starting at 1 and not 0 for arrays.

I started my programming career using VB around half way through the life of VB5, then moved to 6 and then jumped to 2005 and haven't looked back. The best way I can describe VB6 now is it's like running 15 miles. It basically sucks while your doing it, but you look back and think "hmm, that wasn't too bad and somewhat enjoyable... I think I'll do that again". Don't get me wrong I still enjoy VB and it's usually my goto language, but I think I'll stick with .Net
AnswerRe: I used to love VB6 Pin
Midnight Ahri17-Feb-12 16:28
Midnight Ahri17-Feb-12 16:28 
QuestionIncluding domain admin/password in script - how to avoid? Pin
charlieg16-Feb-12 8:17
charlieg16-Feb-12 8:17 
AnswerRe: Including domain admin/password in script - how to avoid? Pin
Dave Kreskowiak16-Feb-12 8:43
mveDave Kreskowiak16-Feb-12 8:43 
GeneralRe: Including domain admin/password in script - how to avoid? Pin
charlieg16-Feb-12 9:01
charlieg16-Feb-12 9:01 
GeneralRe: Including domain admin/password in script - how to avoid? Pin
Dave Kreskowiak16-Feb-12 11:17
mveDave Kreskowiak16-Feb-12 11:17 
GeneralRe: Including domain admin/password in script - how to avoid? Pin
charlieg16-Feb-12 11:22
charlieg16-Feb-12 11:22 
AnswerRe: Including domain admin/password in script - how to avoid? Pin
phil.o22-Feb-12 9:59
professionalphil.o22-Feb-12 9:59 
QuestionSQL Error Pin
Pasan14816-Feb-12 5:38
Pasan14816-Feb-12 5:38 
AnswerRe: SQL Error Pin
Luc Pattyn16-Feb-12 5:49
sitebuilderLuc Pattyn16-Feb-12 5:49 
GeneralRe: SQL Error Pin
Pasan14816-Feb-12 5:56
Pasan14816-Feb-12 5:56 
AnswerRe: SQL Error Pin
David Mujica16-Feb-12 5:51
David Mujica16-Feb-12 5:51 
QuestionHow to create result Classification Pin
Member 865157216-Feb-12 0:44
Member 865157216-Feb-12 0:44 
AnswerRe: How to create result Classification Pin
Wayne Gaylard16-Feb-12 0:55
professionalWayne Gaylard16-Feb-12 0:55 
AnswerRe: How to create result Classification Pin
Luc Pattyn16-Feb-12 1:36
sitebuilderLuc Pattyn16-Feb-12 1:36 
GeneralRe: How to create result Classification Pin
Dave Kreskowiak16-Feb-12 1:51
mveDave Kreskowiak16-Feb-12 1:51 
AnswerRe: How to create result Classification Pin
Luc Pattyn16-Feb-12 1:53
sitebuilderLuc Pattyn16-Feb-12 1:53 
GeneralRe: How to create result Classification Pin
Wayne Gaylard16-Feb-12 1:57
professionalWayne Gaylard16-Feb-12 1:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.