Click here to Skip to main content
15,902,492 members
Home / Discussions / C#
   

C#

 
Generalserial to parallel data conversion code in C# Pin
4-Jul-05 0:55
suss4-Jul-05 0:55 
GeneralPlz help me Pin
Member 17061224-Jul-05 0:47
Member 17061224-Jul-05 0:47 
GeneralRe: Plz help me Pin
S. Senthil Kumar4-Jul-05 1:09
S. Senthil Kumar4-Jul-05 1:09 
GeneralPlz help me Pin
Anonymous4-Jul-05 2:24
Anonymous4-Jul-05 2:24 
GeneralRe: Plz help me Pin
J4amieC4-Jul-05 1:09
J4amieC4-Jul-05 1:09 
QuestionHow to use System.Drawing in c# dll? Pin
Liu Baofang4-Jul-05 0:18
Liu Baofang4-Jul-05 0:18 
AnswerRe: How to use System.Drawing in c# dll? Pin
WillemM4-Jul-05 0:31
WillemM4-Jul-05 0:31 
GeneralLaunching a form with visible set to false Pin
Sharpoverride3-Jul-05 23:25
Sharpoverride3-Jul-05 23:25 
My problem :
I use a notify icon on a form .. and I want to only show the notify icon and not the form ... but I didn't have any success cause the form tries to open as visible

The only solutions I came up with are
1.to start a timer on form load
2.override the OnVisibleChange method and set visibble always to false

I think the cause for the error is Application.Run( myform ) or probably an error with .NET Framework wich I doubt

Is anybody else experiencing this or I 'm the only one who gets this king of errors .
I tried to set visible false in the constructor but it still shows the form ..

This error comes up in .Net 1.1 , 2.0 Beta2 , haven't tried it on 1.0.. but i'm pretty sure it's the same

If you want to see that I'm write ... create a new C# project ... and in the form constructor write
,.....
this.Visible = false

......

Laugh | :laugh:


Sniff | :^) Ok... if someone can tell me why ... or if they have a more viable solution I'll whait for it


Lazar Mihai
Highschool student
GeneralRe: Launching a form with visible set to false Pin
Gavin Jeffrey3-Jul-05 23:43
Gavin Jeffrey3-Jul-05 23:43 
GeneralRe: Launching a form with visible set to false Pin
WillemM4-Jul-05 0:02
WillemM4-Jul-05 0:02 
GeneralRe: Launching a form with visible set to false Pin
Gavin Jeffrey4-Jul-05 0:12
Gavin Jeffrey4-Jul-05 0:12 
GeneralRe: Launching a form with visible set to false Pin
Sharpoverride5-Jul-05 21:20
Sharpoverride5-Jul-05 21:20 
GeneralRe: Launching a form with visible set to false Pin
Dave Kreskowiak4-Jul-05 3:54
mveDave Kreskowiak4-Jul-05 3:54 
GeneralRe: Launching a form with visible set to false Pin
Sharpoverride5-Jul-05 21:21
Sharpoverride5-Jul-05 21:21 
GeneralRe: Launching a form with visible set to false Pin
Iurii Okhmat4-Jul-05 6:27
Iurii Okhmat4-Jul-05 6:27 
GeneralRe: Launching a form with visible set to false Pin
cmaissan4-Jul-05 14:01
cmaissan4-Jul-05 14:01 
Generaldisplay datagrid row on textBoxes Pin
__horus__3-Jul-05 22:51
__horus__3-Jul-05 22:51 
GeneralRe: display datagrid row on textBoxes Pin
WillemM3-Jul-05 23:09
WillemM3-Jul-05 23:09 
GeneralRe: display datagrid row on textBoxes Pin
xrado3-Jul-05 23:12
xrado3-Jul-05 23:12 
GeneralRe: display datagrid row on textBoxes Pin
__horus__4-Jul-05 0:17
__horus__4-Jul-05 0:17 
Generaldataset to array Pin
xrado3-Jul-05 22:05
xrado3-Jul-05 22:05 
GeneralRetriving the value from Hash table Pin
BicycleTheif3-Jul-05 21:59
BicycleTheif3-Jul-05 21:59 
GeneralRe: Retriving the value from Hash table Pin
S. Senthil Kumar3-Jul-05 22:07
S. Senthil Kumar3-Jul-05 22:07 
Questionany curves plotter example? Pin
azusakt3-Jul-05 21:34
azusakt3-Jul-05 21:34 
AnswerRe: any curves plotter example? Pin
azusakt4-Jul-05 16:07
azusakt4-Jul-05 16:07 

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.