Click here to Skip to main content
15,891,708 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to specify 2 buttonState in ControlPaint.DrawCheckBox Pin
Mohammed Faci29-Dec-05 17:45
Mohammed Faci29-Dec-05 17:45 
GeneralRe: How to specify 2 buttonState in ControlPaint.DrawCheckBox Pin
merlynml29-Dec-05 19:04
merlynml29-Dec-05 19:04 
Questionaccess random Pin
militiaware29-Dec-05 13:49
militiaware29-Dec-05 13:49 
AnswerRe: access random Pin
Brian Van Beek29-Dec-05 15:48
Brian Van Beek29-Dec-05 15:48 
Questionset picture as desktop wallpaper Pin
militiaware29-Dec-05 13:45
militiaware29-Dec-05 13:45 
AnswerRe: set picture as desktop wallpaper Pin
[Marc]29-Dec-05 15:43
[Marc]29-Dec-05 15:43 
QuestionProblems with detecting object type Pin
Hmmkk29-Dec-05 11:16
Hmmkk29-Dec-05 11:16 
GeneralRe: Problems with detecting object type Pin
Hmmkk29-Dec-05 12:01
Hmmkk29-Dec-05 12:01 
It seems like this works to detect the object type,
Dim ControlType As String
ControlType = Microsoft.VisualBasic.Right(sender.GetType.ToString, Len(sender.GetType.ToString) - (InStr(sender.GetType.ToString, "Forms") + 5))

If ControlType = "Panel" Then



but the problem with handling programmically created controls or all controls still remains...=/ MyBase.Click doesn't work...

Regards,
Hmmkk
AnswerRe: Problems with detecting object type Pin
Dave Kreskowiak29-Dec-05 13:00
mveDave Kreskowiak29-Dec-05 13:00 
QuestionSQL - Convert String to Date Pin
dptalt29-Dec-05 10:35
dptalt29-Dec-05 10:35 
AnswerRe: SQL - Convert String to Date Pin
Michael Flanakin29-Dec-05 12:40
Michael Flanakin29-Dec-05 12:40 
QuestionProblems with File System Watcher and File.Copy() Pin
chiyinhk29-Dec-05 7:36
chiyinhk29-Dec-05 7:36 
AnswerRe: Problems with File System Watcher and File.Copy() Pin
Dave Kreskowiak29-Dec-05 12:48
mveDave Kreskowiak29-Dec-05 12:48 
QuestionWhat is wrong with this connectionstring definition? Pin
JUNEYT29-Dec-05 4:25
JUNEYT29-Dec-05 4:25 
AnswerRe: What is wrong with this connectionstring definition? Pin
Michael Flanakin29-Dec-05 5:21
Michael Flanakin29-Dec-05 5:21 
QuestionBinding dataset to a textbox Pin
y_mmohd29-Dec-05 0:15
y_mmohd29-Dec-05 0:15 
AnswerRe: Binding dataset to a textbox Pin
abhinish29-Dec-05 0:58
abhinish29-Dec-05 0:58 
AnswerRe: Binding dataset to a textbox Pin
vonb29-Dec-05 0:59
vonb29-Dec-05 0:59 
QuestionUTF-8 read and write back to Oracle DB from VB application corrupts the data[if-non-english char] to unreadable format Pin
22491728-Dec-05 22:22
22491728-Dec-05 22:22 
AnswerRe: UTF-8 read and write back to Oracle DB from VB application corrupts the data[if-non-english char] to unreadable format Pin
22491711-Jan-06 0:01
22491711-Jan-06 0:01 
QuestionCreate interface Pin
Kusal28-Dec-05 21:45
Kusal28-Dec-05 21:45 
AnswerRe: Create interface Pin
Dave Kreskowiak29-Dec-05 5:27
mveDave Kreskowiak29-Dec-05 5:27 
QuestionError: Exception has been thrown by the target of an invocation Pin
drexler_kk28-Dec-05 16:29
drexler_kk28-Dec-05 16:29 
AnswerRe: Error: Exception has been thrown by the target of an invocation Pin
Dave Kreskowiak28-Dec-05 16:40
mveDave Kreskowiak28-Dec-05 16:40 
GeneralRe: Error: Exception has been thrown by the target of an invocation Pin
drexler_kk28-Dec-05 17:02
drexler_kk28-Dec-05 17:02 

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.