Click here to Skip to main content
15,898,538 members
Home / Discussions / C#
   

C#

 
AnswerRe: Pdf File Creation Pin
blackjack215022-Jul-07 23:55
blackjack215022-Jul-07 23:55 
GeneralRe: Pdf File Creation Pin
javid4u23-Jul-07 0:16
javid4u23-Jul-07 0:16 
Questiondatagrid problem Pin
srinivassam22-Jul-07 23:28
srinivassam22-Jul-07 23:28 
AnswerRe: datagrid problem Pin
satsumatable23-Jul-07 0:33
satsumatable23-Jul-07 0:33 
GeneralRe: datagrid problem Pin
srinivassam23-Jul-07 1:24
srinivassam23-Jul-07 1:24 
QuestionWhich one to use? Pin
Hum Dum22-Jul-07 23:09
Hum Dum22-Jul-07 23:09 
AnswerRe: Which one to use? Pin
Guffa22-Jul-07 23:32
Guffa22-Jul-07 23:32 
QuestionMessage Queue Manipulation Pin
M. J. Jaya Chitra22-Jul-07 22:49
M. J. Jaya Chitra22-Jul-07 22:49 
Hai Everybody,
I want to queue some events in the message queue and it has to be retained even though the system is restarted. I have created a message queue as follows but it is not retaining the messages can any one give a solution to this please it is very very important and urgent.

<br />
                    private System.Messaging.MessageQueue eventMessageQueue;<br />
                    if (!System.Messaging.MessageQueue.Exists(System.Net.Dns.GetHostName() + @"\EM"))<br />
                    {<br />
                        try<br />
                        {<br />
                            eventMessageQueue = System.Messaging.MessageQueue.Create(System.Net.Dns.GetHostName() + @"\EM",true);<br />
                        }<br />
                        catch (System.Messaging.MessageQueueException messagingException)<br />
                        {<br />
                            schedulerClass.LogError(messagingException, "Scheduler Error", EventLogEntryType.Error);<br />
                        }<br />
                        catch (Exception generalException)<br />
                        {<br />
                            schedulerClass.LogError(generalException, "Scheduler Error", EventLogEntryType.Error);<br />
                        }<br />
                    }<br />
                    else<br />
                    {<br />
                        eventMessageQueue = new MessageQueue(System.Net.Dns.GetHostName() + @"\EM");<br />
                    }<br />


Best Regards,
M. J. Jaya Chitra

Questionusing user control Pin
cyn822-Jul-07 22:04
cyn822-Jul-07 22:04 
QuestionThreads and modules... Pin
Arish rivlin22-Jul-07 22:04
Arish rivlin22-Jul-07 22:04 
AnswerRe: Threads and modules... Pin
Stephen Hewitt22-Jul-07 22:14
Stephen Hewitt22-Jul-07 22:14 
GeneralRe: Threads and modules... Pin
Arish rivlin22-Jul-07 22:28
Arish rivlin22-Jul-07 22:28 
GeneralRe: Threads and modules... Pin
Stephen Hewitt22-Jul-07 22:33
Stephen Hewitt22-Jul-07 22:33 
GeneralRe: Threads and modules... Pin
Arish rivlin23-Jul-07 0:16
Arish rivlin23-Jul-07 0:16 
GeneralRe: Threads and modules... Pin
Luc Pattyn23-Jul-07 2:08
sitebuilderLuc Pattyn23-Jul-07 2:08 
QuestionLine Object on Form with any coordinate- May be? Pin
Doan Quynh22-Jul-07 21:57
Doan Quynh22-Jul-07 21:57 
QuestionHow to include a DialogBox in a C#.Net at design time. Pin
AmarjeetSinghMatharu22-Jul-07 21:39
AmarjeetSinghMatharu22-Jul-07 21:39 
AnswerRe: How to include a DialogBox in a C#.Net at design time. Pin
satsumatable23-Jul-07 0:36
satsumatable23-Jul-07 0:36 
GeneralRe: How to include a DialogBox in a C#.Net at design time. Pin
AmarjeetSinghMatharu24-Jul-07 23:39
AmarjeetSinghMatharu24-Jul-07 23:39 
Questionusing settings Pin
baelzaden22-Jul-07 21:06
baelzaden22-Jul-07 21:06 
AnswerRe: using settings Pin
Guffa22-Jul-07 22:39
Guffa22-Jul-07 22:39 
AnswerRe: using settings Pin
ekynox22-Jul-07 22:47
ekynox22-Jul-07 22:47 
QuestionControl Box Close Button Event Pin
VenkataRamana.Gali22-Jul-07 20:58
VenkataRamana.Gali22-Jul-07 20:58 
AnswerRe: Control Box Close Button Event Pin
Martin#22-Jul-07 21:30
Martin#22-Jul-07 21:30 
GeneralRe: Control Box Close Button Event Pin
VenkataRamana.Gali22-Jul-07 22:44
VenkataRamana.Gali22-Jul-07 22:44 

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.