Click here to Skip to main content
15,909,530 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow can I connect all of my database? Pin
Rharzkie11-Jul-07 23:48
Rharzkie11-Jul-07 23:48 
AnswerRe: How can I connect all of my database? Pin
Dave Kreskowiak12-Jul-07 3:45
mveDave Kreskowiak12-Jul-07 3:45 
QuestionRe: How can I connect all of my database? Pin
Rharzkie12-Jul-07 17:20
Rharzkie12-Jul-07 17:20 
AnswerRe: How can I connect all of my database? Pin
Dave Kreskowiak13-Jul-07 15:21
mveDave Kreskowiak13-Jul-07 15:21 
QuestionRe: How can I connect all of my database? Pin
Rharzkie13-Jul-07 22:39
Rharzkie13-Jul-07 22:39 
AnswerRe: How can I connect all of my database? Pin
Dave Kreskowiak16-Jul-07 1:47
mveDave Kreskowiak16-Jul-07 1:47 
QuestionThe method or operation is not implemented. Pin
magedhv11-Jul-07 22:42
magedhv11-Jul-07 22:42 
AnswerRe: The method or operation is not implemented. Pin
Luc Pattyn12-Jul-07 0:07
sitebuilderLuc Pattyn12-Jul-07 0:07 
Hi,

when you add an event wire through the keyboard, Visual will propose
default method name, which you can accept with TAB key; if you do, it also
creates the event handler containing a single throw statement. You are then
supposed to replace the throw by your actual code; if you forget to do so,
Designer may not like it.

BTW: if you never noticed, try it on a new project and form. Inside the
constructor of the form, type "this.Load+=" now wait a while, accept with
TAB, wait a while, accept with TAB. The Load handler skeleton will be inserted.

Remedy: close the project in Visual. Open the source file with a simple
editor (Notepad) and disable those throw statements. Reopen project in Visual.

Smile | :)






GeneralRe: The method or operation is not implemented. Pin
magedhv12-Jul-07 1:00
magedhv12-Jul-07 1:00 
GeneralRe: The method or operation is not implemented. Pin
Luc Pattyn12-Jul-07 1:47
sitebuilderLuc Pattyn12-Jul-07 1:47 
GeneralRe: The method or operation is not implemented. Pin
Dave Kreskowiak12-Jul-07 1:50
mveDave Kreskowiak12-Jul-07 1:50 
AnswerRe: The method or operation is not implemented. Pin
Christian Graus12-Jul-07 1:49
protectorChristian Graus12-Jul-07 1:49 
QuestionHow to get the Instance Handle from a Process ID? Pin
Billypon11-Jul-07 22:26
Billypon11-Jul-07 22:26 
AnswerRe: How to get the Instance Handle from a Process ID? Pin
Pete O'Hanlon11-Jul-07 22:34
mvePete O'Hanlon11-Jul-07 22:34 
GeneralRe: How to get the Instance Handle from a Process ID? Pin
Billypon11-Jul-07 23:56
Billypon11-Jul-07 23:56 
GeneralRe: How to get the Instance Handle from a Process ID? Pin
Pete O'Hanlon12-Jul-07 1:55
mvePete O'Hanlon12-Jul-07 1:55 
QuestionHow can set reportsource for reportviewer in correct way Pin
Rupesh Kumar Swami11-Jul-07 20:48
Rupesh Kumar Swami11-Jul-07 20:48 
AnswerRe: How can set reportsource for reportviewer in correct way Pin
Paul Conrad29-Jul-07 6:10
professionalPaul Conrad29-Jul-07 6:10 
QuestionTextBox databinding Pin
Ravi_KRTech11-Jul-07 20:35
Ravi_KRTech11-Jul-07 20:35 
QuestionAbt Ax media Player Pin
kaushik49011-Jul-07 20:24
kaushik49011-Jul-07 20:24 
AnswerRe: Abt Ax media Player Pin
Christian Graus12-Jul-07 1:50
protectorChristian Graus12-Jul-07 1:50 
Questionprint color in a crystal report by using vb.net Pin
zed8311-Jul-07 17:04
zed8311-Jul-07 17:04 
AnswerRe: print color in a crystal report by using vb.net Pin
Dave Kreskowiak12-Jul-07 1:43
mveDave Kreskowiak12-Jul-07 1:43 
GeneralRe: print color in a crystal report by using vb.net Pin
zed8312-Jul-07 15:52
zed8312-Jul-07 15:52 
GeneralRe: print color in a crystal report by using vb.net Pin
Dave Kreskowiak13-Jul-07 15:19
mveDave Kreskowiak13-Jul-07 15:19 

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.