Click here to Skip to main content
15,922,696 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Encryption Pin
AliAmjad13-Nov-07 5:39
AliAmjad13-Nov-07 5:39 
AnswerRe: Encryption Pin
Ocean4713-Nov-07 7:13
Ocean4713-Nov-07 7:13 
GeneralRe: Encryption Pin
mpavas13-Nov-07 19:20
mpavas13-Nov-07 19:20 
AnswerRe: Encryption Pin
Steven J Jowett13-Nov-07 22:41
Steven J Jowett13-Nov-07 22:41 
GeneralRe: Encryption Pin
Mark Churchill17-Dec-07 14:47
Mark Churchill17-Dec-07 14:47 
QuestionPopulate web page Pin
mcnewsxp13-Nov-07 3:48
mcnewsxp13-Nov-07 3:48 
Questiondifficult to handle datagridview with keyboard Pin
eyes200713-Nov-07 3:23
eyes200713-Nov-07 3:23 
QuestionError creating window handle Pin
Steven J Jowett13-Nov-07 1:17
Steven J Jowett13-Nov-07 1:17 
I have been creating a custom control the base of which is an Panel and consists of a collection of Buttons.

The problem I am experiencing is when I try to add a button to the Button Collection, of the control, in the Form designer, an "Error creating window handle" error is generated.

If I add the button in code in the form Load event the button is added with no errors.

The offending code, which is appart of my Button class, is as follows :-

Protected Overrides Sub WndProc(ByRef m As Message)<br />
        MyBase.WndProc(m)<br />
    End Sub


On investigation the values of m are :-

LParam : 0
Msg : 133
Result : 0
WParam : 1

Steve Jowett
-------------------------
Sometimes a man who deserves to be looked down upon because he is a fool, is only despised only because he is an 'I.T. Consultant'

AnswerRe: Error creating window handle Pin
Steven J Jowett13-Nov-07 22:46
Steven J Jowett13-Nov-07 22:46 
QuestionCOM, Marshal, GetActiveObject Pin
Rheinflut199513-Nov-07 1:15
Rheinflut199513-Nov-07 1:15 
QuestionReference of VB6 COM & Activex components in VB.net setup : Need urgent help [modified] Pin
nishkarsh_k12-Nov-07 23:44
nishkarsh_k12-Nov-07 23:44 
AnswerRe: Reference of VB6 COM & Activex components in VB.net setup : Need urgent help Pin
Pankaj - Joshi13-Nov-07 0:30
Pankaj - Joshi13-Nov-07 0:30 
QuestionAcessing the Registry. Pin
SekharOne12-Nov-07 22:58
SekharOne12-Nov-07 22:58 
AnswerRe: Acessing the Registry. Pin
Christian Graus12-Nov-07 23:40
protectorChristian Graus12-Nov-07 23:40 
QuestionHow to speed up drop down of a combobox type column in a datagridview Pin
SekharOne12-Nov-07 22:52
SekharOne12-Nov-07 22:52 
AnswerRe: How to speed up drop down of a combobox type column in a datagridview Pin
Christian Graus12-Nov-07 23:40
protectorChristian Graus12-Nov-07 23:40 
GeneralRe: How to speed up drop down of a combobox type column in a datagridview Pin
SekharOne13-Nov-07 0:32
SekharOne13-Nov-07 0:32 
Questionnow a can read text file line by line but how to split it [modified] Pin
abdullah Hejory12-Nov-07 22:26
abdullah Hejory12-Nov-07 22:26 
AnswerRe: now a can read text file line by line but how to split it Pin
Christian Graus12-Nov-07 23:43
protectorChristian Graus12-Nov-07 23:43 
GeneralRe: now a can read text file line by line but how to split it Pin
abdullah Hejory13-Nov-07 0:22
abdullah Hejory13-Nov-07 0:22 
GeneralRe: now a can read text file line by line but how to split it Pin
Christian Graus13-Nov-07 0:24
protectorChristian Graus13-Nov-07 0:24 
GeneralRe: now a can read text file line by line but how to split it Pin
abdullah Hejory13-Nov-07 19:14
abdullah Hejory13-Nov-07 19:14 
QuestionDetecting a system shutdown from a windows service Pin
StephenBlack12-Nov-07 22:23
StephenBlack12-Nov-07 22:23 
AnswerRe: Detecting a system shutdown from a windows service Pin
StephenBlack12-Nov-07 22:42
StephenBlack12-Nov-07 22:42 
QuestionHow to Write Text in currently opened cmd window Pin
JothiMurugeswaran12-Nov-07 22:16
JothiMurugeswaran12-Nov-07 22:16 

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.