Click here to Skip to main content
15,890,579 members
Home / Discussions / C#
   

C#

 
AnswerRe: Is there any way to diaplay description of a function as tooltip for a userdefined function C# Pin
girm2-Oct-07 21:07
girm2-Oct-07 21:07 
GeneralRe: Is there any way to diaplay description of a function as tooltip for a userdefined function C# Pin
nicolus2-Oct-07 21:11
nicolus2-Oct-07 21:11 
General[edit] Pin
girm2-Oct-07 21:11
girm2-Oct-07 21:11 
AnswerRe: Is there any way to diaplay description of a function as tooltip for a userdefined function C# Pin
Scott Dorman3-Oct-07 11:59
professionalScott Dorman3-Oct-07 11:59 
QuestionHow to use window applications in window services Pin
Bojja Lakshmi2-Oct-07 20:25
Bojja Lakshmi2-Oct-07 20:25 
AnswerRe: How to use window applications in window services Pin
Andrei Ungureanu2-Oct-07 20:30
Andrei Ungureanu2-Oct-07 20:30 
GeneralRe: How to use window applications in window services Pin
Bojja Lakshmi2-Oct-07 22:45
Bojja Lakshmi2-Oct-07 22:45 
GeneralRe: How to use window applications in window services Pin
RaviBattula3-Oct-07 1:04
professionalRaviBattula3-Oct-07 1:04 
Hi,

There are several ways try this.

1. First create windows service application(minimal application)

2.
<br />
 private static Form Form1;<br />
 protected override void OnStart(string[] args)<br />
 {<br />
            //Here call your windows application using process call or using seperate class object.<br />
            Form1=new Form();<br />
            base.OnStart(args);<br />
            <br />
 }<br />


Ravi

AnswerRe: How to use window applications in window services Pin
PaulPrice3-Oct-07 1:40
PaulPrice3-Oct-07 1:40 
AnswerRe: How to use window applications in window services Pin
Scott Dorman3-Oct-07 11:57
professionalScott Dorman3-Oct-07 11:57 
QuestionImage Open Pin
Xmen Real 2-Oct-07 20:02
professional Xmen Real 2-Oct-07 20:02 
AnswerRe: Image Open Pin
Christian Graus2-Oct-07 20:13
protectorChristian Graus2-Oct-07 20:13 
AnswerRe: Image Open Pin
Andrei Ungureanu2-Oct-07 20:19
Andrei Ungureanu2-Oct-07 20:19 
GeneralRe: Image Open [modified] Pin
Xmen Real 2-Oct-07 20:39
professional Xmen Real 2-Oct-07 20:39 
GeneralRe: Image Open Pin
Andrei Ungureanu3-Oct-07 0:07
Andrei Ungureanu3-Oct-07 0:07 
QuestionSend message through my application Pin
amolpate2-Oct-07 20:00
professionalamolpate2-Oct-07 20:00 
AnswerRe: Send message through my application Pin
Christian Graus2-Oct-07 20:16
protectorChristian Graus2-Oct-07 20:16 
QuestionProblem binding a dataset in SQL Reporting Services Pin
Bonny Babu2-Oct-07 19:38
Bonny Babu2-Oct-07 19:38 
QuestionGeneric Methods [modified] Pin
N a v a n e e t h2-Oct-07 19:22
N a v a n e e t h2-Oct-07 19:22 
QuestionRe: Generic Methods Pin
TJoe2-Oct-07 19:55
TJoe2-Oct-07 19:55 
AnswerRe: Generic Methods Pin
N a v a n e e t h2-Oct-07 20:12
N a v a n e e t h2-Oct-07 20:12 
GeneralRe: Generic Methods [modified] Pin
TJoe2-Oct-07 20:23
TJoe2-Oct-07 20:23 
GeneralRe: Generic Methods Pin
N a v a n e e t h2-Oct-07 20:34
N a v a n e e t h2-Oct-07 20:34 
GeneralRe: Generic Methods Pin
TJoe2-Oct-07 20:41
TJoe2-Oct-07 20:41 
Questionhow to recieve sms in c#.net Pin
shabi uz zaman2-Oct-07 19:13
shabi uz zaman2-Oct-07 19:13 

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.