Click here to Skip to main content
15,913,669 members
Home / Discussions / C#
   

C#

 
AnswerRe: Strange Behaviour from Web Service? Pin
Christian Graus23-Mar-07 9:13
protectorChristian Graus23-Mar-07 9:13 
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 
well I'm using .Net 2.0 and I've already tried using NotifyIcon but it's not working. Probably I'm missing a trick here.
I've just made a new form for testing its functionality and I've coded like this

form1_Load()<br />
{<br />
NotifyIcon n = new NotifyIcon();<br />
n.BaloonTipText="This is the text";<br />
n.BaloonTipTitle="This is the title";<br />
n.ShowBaloonTip(5000);<br />
}


so now pz tell me what to do.
what I wanna do is to use this baloon tip to show an alert in my application and when the user clicks the baloon, it should open a new form.


Rocky
GeneralRe: displaying a baloon message from task bar Pin
Stefan Troschuetz23-Mar-07 23:11
Stefan Troschuetz23-Mar-07 23:11 
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 

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.