Click here to Skip to main content
15,901,373 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Anti SQL Injection Helper Pin
Steven Campbell18-Jun-04 5:18
Steven Campbell18-Jun-04 5:18 
GeneralRe: Anti SQL Injection Helper Pin
Jim Taylor18-Jun-04 8:10
Jim Taylor18-Jun-04 8:10 
Generalcalendar control Pin
Vicetta18-Jun-04 3:53
Vicetta18-Jun-04 3:53 
GeneralRe: calendar control Pin
Dave Kreskowiak18-Jun-04 4:47
mveDave Kreskowiak18-Jun-04 4:47 
GeneralRe: calendar control Pin
Vicetta18-Jun-04 4:57
Vicetta18-Jun-04 4:57 
GeneralRe: calendar control Pin
Dave Kreskowiak18-Jun-04 5:19
mveDave Kreskowiak18-Jun-04 5:19 
GeneralRe: calendar control Pin
Vicetta21-Jun-04 21:44
Vicetta21-Jun-04 21:44 
GeneralSystemTray Pin
Yoseikan18-Jun-04 3:15
Yoseikan18-Jun-04 3:15 
Hi, i found how to get my application in system tray. The problem is when i want it to go in normal state. My app only want to go in maximize state. Here's my code

Private Sub Main_SizeChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.SizeChanged
If Me.WindowState = FormWindowState.Minimized Then
TrayIcon.Visible = True
Me.ShowInTaskbar = False
End If
End Sub

Private Sub TrayIcon_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles TrayIcon.Click
'Ouvre l'application main window si on click sur l'icon dans le tray
Me.ShowInTaskbar = True
Me.WindowState = FormWindowState.Normal
TrayIcon.Visible = False
Me.Show()
End Sub


Thx in advance!
GeneralRe: SystemTray Pin
Yoseikan18-Jun-04 3:53
Yoseikan18-Jun-04 3:53 
GeneralFolder Browse Dialog Control Pin
mphanides18-Jun-04 0:22
mphanides18-Jun-04 0:22 
GeneralRe: Folder Browse Dialog Control Pin
Dave Kreskowiak18-Jun-04 5:10
mveDave Kreskowiak18-Jun-04 5:10 
GeneralPackage & Deployment wizard Pin
syed saba17-Jun-04 23:59
syed saba17-Jun-04 23:59 
GeneralRe: Package & Deployment wizard Pin
Dave Kreskowiak18-Jun-04 3:26
mveDave Kreskowiak18-Jun-04 3:26 
GeneralRe: Package & Deployment wizard Pin
Ian Darling18-Jun-04 3:47
Ian Darling18-Jun-04 3:47 
GeneralRe: Package & Deployment wizard Pin
Dave Kreskowiak18-Jun-04 4:20
mveDave Kreskowiak18-Jun-04 4:20 
GeneralApplication won't quit Pin
PaleyX17-Jun-04 23:04
PaleyX17-Jun-04 23:04 
GeneralRe: Application won't quit Pin
Dave Kreskowiak18-Jun-04 3:23
mveDave Kreskowiak18-Jun-04 3:23 
GeneralRe: Application won't quit Pin
PaleyX18-Jun-04 3:56
PaleyX18-Jun-04 3:56 
GeneralRe: Application won't quit Pin
Dave Kreskowiak18-Jun-04 4:17
mveDave Kreskowiak18-Jun-04 4:17 
GeneralRe: Application won't quit Pin
PaleyX21-Jun-04 10:40
PaleyX21-Jun-04 10:40 
GeneralRe: Application won't quit Pin
Dave Kreskowiak21-Jun-04 11:36
mveDave Kreskowiak21-Jun-04 11:36 
GeneralRe: Application won't quit Pin
PaleyX21-Jun-04 11:58
PaleyX21-Jun-04 11:58 
QuestionCheck internet connection??? Pin
mythinky17-Jun-04 22:22
mythinky17-Jun-04 22:22 
AnswerRe: Check internet connection??? Pin
Dave Kreskowiak18-Jun-04 3:17
mveDave Kreskowiak18-Jun-04 3:17 
Generalwildcard string searches Pin
dmbf1b517-Jun-04 17:01
dmbf1b517-Jun-04 17:01 

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.