Click here to Skip to main content
15,915,857 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to get the code of .exe file Pin
maheshreddy_iiith29-Oct-05 10:49
maheshreddy_iiith29-Oct-05 10:49 
AnswerRe: How to get the code of .exe file Pin
rwestgraham29-Oct-05 11:27
rwestgraham29-Oct-05 11:27 
QuestionClick throught a form Pin
Omar Mallat29-Oct-05 10:20
professionalOmar Mallat29-Oct-05 10:20 
AnswerRe: Click throught a form Pin
[Marc]29-Oct-05 10:51
[Marc]29-Oct-05 10:51 
GeneralRe: Click throught a form Pin
Omar Mallat29-Oct-05 10:55
professionalOmar Mallat29-Oct-05 10:55 
GeneralRe: Click throught a form Pin
[Marc]29-Oct-05 10:56
[Marc]29-Oct-05 10:56 
GeneralRe: Click throught a form Pin
Omar Mallat29-Oct-05 10:59
professionalOmar Mallat29-Oct-05 10:59 
GeneralRe: Click throught a form Pin
[Marc]29-Oct-05 11:03
[Marc]29-Oct-05 11:03 
I already edited my first post...
Seems to me you missed it. Wink | ;)
[Marc] wrote:

EDIT: kut wrong forum
Public Const WM_NCHITTEST As Integer = 132
Public Const HTTRANSPARENT As Integer = -1

Protected Overrides Sub WndProc(ByRef m as Message)
    If (m.Msg = WM_NCHITTEST)
        m.Result = New IntPtr(HTTRANSPARENT )
    Else
        MyBase.WndProc(m)
    End If
End Sub


Pompiedompiedom... Wink | ;)
"..Commit yourself to quality from day one..it's better to do nothing at all than to do something badly.."
-- Mark McCormick


-- modified at 17:03 Saturday 29th October, 2005
GeneralRe: Click throught a form Pin
Omar Mallat29-Oct-05 11:09
professionalOmar Mallat29-Oct-05 11:09 
GeneralRe: Click throught a form Pin
[Marc]29-Oct-05 11:26
[Marc]29-Oct-05 11:26 
GeneralRe: Click throught a form Pin
Omar Mallat29-Oct-05 11:59
professionalOmar Mallat29-Oct-05 11:59 
GeneralRe: Click throught a form Pin
[Marc]29-Oct-05 13:09
[Marc]29-Oct-05 13:09 
GeneralRe: Click throught a form Pin
Greeky30-Oct-05 0:23
Greeky30-Oct-05 0:23 
QuestionUser Control does not process KeyDown event Pin
Gulfraz Khan29-Oct-05 2:03
Gulfraz Khan29-Oct-05 2:03 
AnswerRe: User Control does not process KeyDown event Pin
Christian Graus30-Oct-05 11:51
protectorChristian Graus30-Oct-05 11:51 
GeneralRe: User Control does not process KeyDown event Pin
Gulfraz Khan30-Oct-05 23:56
Gulfraz Khan30-Oct-05 23:56 
Questioncon not find keycodev2.dll or invalid keycode Pin
mostafa_h29-Oct-05 1:44
mostafa_h29-Oct-05 1:44 
Questionmschart control Pin
amadullah29-Oct-05 1:37
amadullah29-Oct-05 1:37 
AnswerRe: mschart control Pin
Joshua Quick29-Oct-05 11:18
Joshua Quick29-Oct-05 11:18 
Questionputing a icon in treeview Pin
Paritos28-Oct-05 21:00
Paritos28-Oct-05 21:00 
AnswerRe: puting a icon in treeview Pin
S. Senthil Kumar29-Oct-05 19:28
S. Senthil Kumar29-Oct-05 19:28 
QuestionHow do I print an invoice Pin
William Penington28-Oct-05 13:51
William Penington28-Oct-05 13:51 
AnswerRe: How do I print an invoice Pin
Gulfraz Khan29-Oct-05 3:07
Gulfraz Khan29-Oct-05 3:07 
QuestionRe: How do I print an invoice Pin
| Muhammad Waqas Butt |30-Oct-05 22:18
professional| Muhammad Waqas Butt |30-Oct-05 22:18 
AnswerRe: How do I print an invoice Pin
Gulfraz Khan31-Oct-05 0:11
Gulfraz Khan31-Oct-05 0:11 

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.