Click here to Skip to main content
16,005,734 members
Home / Discussions / C#
   

C#

 
QuestionProblem importing csv data in dataset with existing schema Pin
DFrag23-Mar-07 7:48
DFrag23-Mar-07 7:48 
AnswerRe: Problem importing csv data in dataset with existing schema Pin
Muammar©23-Mar-07 10:50
Muammar©23-Mar-07 10:50 
GeneralRe: Problem importing csv data in dataset with existing schema Pin
DFrag23-Mar-07 13:22
DFrag23-Mar-07 13:22 
GeneralRe: Problem importing csv data in dataset with existing schema Pin
Muammar©23-Mar-07 20:47
Muammar©23-Mar-07 20:47 
Questiondisplaying a baloon message from task bar Pin
Rocky#23-Mar-07 7:12
Rocky#23-Mar-07 7:12 
AnswerRe: displaying a baloon message from task bar Pin
Stefan Troschuetz23-Mar-07 10:43
Stefan Troschuetz23-Mar-07 10:43 
GeneralRe: displaying a baloon message from task bar Pin
Rocky#23-Mar-07 20:30
Rocky#23-Mar-07 20:30 
GeneralRe: displaying a baloon message from task bar Pin
Stefan Troschuetz23-Mar-07 23:11
Stefan Troschuetz23-Mar-07 23:11 
The notify icon is not shown by default, so you have to explicitely set its Visible property to true. Furthermore, you have to specify the icon that should be shown in the tray (assign it to the Icon property). I guess the component will throw an exception or simply does not show if you try to show it without having assigned an icon first. Finally, register to the BalloonTipClicked to open the new form.


"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

www.troschuetz.de

GeneralRe: displaying a baloon message from task bar Pin
Rocky#25-Mar-07 0:50
Rocky#25-Mar-07 0:50 
GeneralRe: displaying a baloon message from task bar Pin
Stefan Troschuetz25-Mar-07 1:52
Stefan Troschuetz25-Mar-07 1:52 
GeneralRe: displaying a baloon message from task bar Pin
Rocky#26-Mar-07 2:59
Rocky#26-Mar-07 2:59 
AnswerRe: displaying a baloon message from task bar Pin
Muammar©23-Mar-07 10:53
Muammar©23-Mar-07 10:53 
QuestionInserting a huge text file into oracle table Pin
Furi Goled23-Mar-07 6:57
Furi Goled23-Mar-07 6:57 
Questioncreate and write in to the file Pin
Nkuttynasi23-Mar-07 6:55
Nkuttynasi23-Mar-07 6:55 
AnswerRe: create and write in to the file Pin
Christian Graus23-Mar-07 7:04
protectorChristian Graus23-Mar-07 7:04 
GeneralRe: create and write in to the file Pin
Nkuttynasi26-Mar-07 3:06
Nkuttynasi26-Mar-07 3:06 
Questionerror in web page loaded on window form Pin
Saira Tanwir23-Mar-07 6:54
Saira Tanwir23-Mar-07 6:54 
AnswerRe: error in web page loaded on window form Pin
Christian Graus23-Mar-07 7:01
protectorChristian Graus23-Mar-07 7:01 
AnswerRe: error in web page loaded on window form Pin
Saira Tanwir23-Mar-07 7:14
Saira Tanwir23-Mar-07 7:14 
Questionwindows service Pin
arkiboys23-Mar-07 6:50
arkiboys23-Mar-07 6:50 
AnswerRe: windows service Pin
led mike23-Mar-07 6:54
led mike23-Mar-07 6:54 
GeneralRe: windows service Pin
arkiboys23-Mar-07 6:58
arkiboys23-Mar-07 6:58 
GeneralRe: windows service Pin
Christian Graus23-Mar-07 7:44
protectorChristian Graus23-Mar-07 7:44 
GeneralRe: windows service Pin
arkiboys25-Mar-07 21:42
arkiboys25-Mar-07 21:42 
QuestionHow to maximize the main form at load time? Pin
sinosoidal23-Mar-07 6:17
sinosoidal23-Mar-07 6:17 

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.