Click here to Skip to main content
15,924,038 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Windows or Web Service, Which? Pin
Dave Kreskowiak1-Jul-04 3:28
mveDave Kreskowiak1-Jul-04 3:28 
Questionhow to capture an exe file file name into vb form Pin
saimram30-Jun-04 18:50
saimram30-Jun-04 18:50 
AnswerRe: how to capture an exe file file name into vb form Pin
Dave Kreskowiak1-Jul-04 3:21
mveDave Kreskowiak1-Jul-04 3:21 
Generalurgent......Pocket Pc volume Pin
Prowess30-Jun-04 17:54
Prowess30-Jun-04 17:54 
GeneralRe: urgent......Pocket Pc volume Pin
Dave Kreskowiak1-Jul-04 3:17
mveDave Kreskowiak1-Jul-04 3:17 
QuestionHow to get current user login time by Registry key Pin
Valyn30-Jun-04 16:24
Valyn30-Jun-04 16:24 
AnswerRe: How to get current user login time by Registry key Pin
Dave Kreskowiak1-Jul-04 3:15
mveDave Kreskowiak1-Jul-04 3:15 
QuestionHow come to notifyicon1_double click doesn't work?? Pin
mythinky30-Jun-04 15:39
mythinky30-Jun-04 15:39 
Private Sub NotifyIcon1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles NotifyIcon1.Click
Me.ShowInTaskbar = True
Me.WindowState = Windows.Forms.FormWindowState.Normal
Me.Show()
End Sub


Private Sub NotifyIcon1_DoubleClick(ByVal sender As Object, ByVal e As System.EventArgs) Handles NotifyIcon1.DoubleClick
Me.ShowInTaskbar = True
Me.WindowState = Windows.Forms.FormWindowState.Normal
Me.Show()
End Sub

I try to double click, but it doesn't show me the form i intended to show. How come the events doesn't work?
I set the visiblity of notify icon from the windows service to true, then check the "Allow interaction between desktop" in the Services (Control Panel). But the notify icon, still doesn't show the form when i click or double click...

Learning .NET
GeneralUsing Magic for Toolbar... Pin
federalprogrammer230-Jun-04 12:18
federalprogrammer230-Jun-04 12:18 
GeneralRe: Using Magic for Toolbar... Pin
Dave Kreskowiak1-Jul-04 2:48
mveDave Kreskowiak1-Jul-04 2:48 
Generalmenuitem name Pin
williewillie30-Jun-04 10:32
williewillie30-Jun-04 10:32 
GeneralRe: menuitem name Pin
ccotton33330-Jun-04 10:41
ccotton33330-Jun-04 10:41 
GeneralRe: menuitem name Pin
williewillie30-Jun-04 10:48
williewillie30-Jun-04 10:48 
GeneralRe: menuitem name Pin
ccotton33330-Jun-04 11:01
ccotton33330-Jun-04 11:01 
GeneralRe: menuitem name Pin
williewillie30-Jun-04 11:06
williewillie30-Jun-04 11:06 
GeneralRe: menuitem name Pin
ccotton33330-Jun-04 11:20
ccotton33330-Jun-04 11:20 
GeneralRe: menuitem name Pin
Nick Parker30-Jun-04 12:00
protectorNick Parker30-Jun-04 12:00 
GeneralGet index of selected item in Listbox Pin
Glen Conaway30-Jun-04 6:36
Glen Conaway30-Jun-04 6:36 
GeneralRe: Get index of selected item in Listbox Pin
ccotton33330-Jun-04 10:45
ccotton33330-Jun-04 10:45 
GeneralRe: Get index of selected item in Listbox Pin
ccotton33330-Jun-04 10:46
ccotton33330-Jun-04 10:46 
GeneralRe: Get index of selected item in Listbox Pin
Name Removed30-Jun-04 11:40
Name Removed30-Jun-04 11:40 
GeneralRe: Get index of selected item in Listbox Pin
Glen Conaway30-Jun-04 13:21
Glen Conaway30-Jun-04 13:21 
GeneralCombo Box Filter Pin
lildragon30-Jun-04 5:53
lildragon30-Jun-04 5:53 
GeneralRe: Combo Box Filter Pin
ccotton33330-Jun-04 10:56
ccotton33330-Jun-04 10:56 
GeneralRe: Combo Box Filter Pin
lildragon30-Jun-04 11:39
lildragon30-Jun-04 11:39 

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.