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

C#

 
AnswerRe: I am working on software in that i need to print certain things....... which is the easy way........ kindly help Pin
carlecomm21-Sep-09 19:15
carlecomm21-Sep-09 19:15 
Questionusing console application as service Pin
Rabia_Arif16-Sep-09 6:55
Rabia_Arif16-Sep-09 6:55 
AnswerRe: using console application as service Pin
Alan N16-Sep-09 7:05
Alan N16-Sep-09 7:05 
AnswerRe: using console application as service Pin
Muhammad Mazhar16-Sep-09 11:24
Muhammad Mazhar16-Sep-09 11:24 
QuestionRunnable and Next Run Date is not coming with job created in Job Activity monitor c# Pin
deepak_dubey16-Sep-09 6:33
deepak_dubey16-Sep-09 6:33 
AnswerRe: Runnable and Next Run Date is not coming with job created in Job Activity monitor c# Pin
deepak_dubey17-Sep-09 20:17
deepak_dubey17-Sep-09 20:17 
QuestionWindows Message Queue Asynchronous Peek Problem Pin
faheemnadeem16-Sep-09 5:24
faheemnadeem16-Sep-09 5:24 
AnswerRe: Windows Message Queue Asynchronous Peek Problem Pin
Matt Meyer16-Sep-09 6:14
Matt Meyer16-Sep-09 6:14 
The code you've posted doesn't have anything that removes the current message from the queue, so peeking will always return the same message.   You either need to add something to receive messages from the queue (which will remove them), or use a message queue cursor to peek at messages past the first one.
GeneralRe: Windows Message Queue Asynchronous Peek Problem Pin
faheemnadeem16-Sep-09 17:50
faheemnadeem16-Sep-09 17:50 
GeneralRe: Windows Message Queue Asynchronous Peek Problem Pin
Matt Meyer17-Sep-09 7:01
Matt Meyer17-Sep-09 7:01 
QuestionFile Format Pin
Senseicads16-Sep-09 4:45
Senseicads16-Sep-09 4:45 
AnswerRe: File Format Pin
Eddy Vluggen16-Sep-09 4:49
professionalEddy Vluggen16-Sep-09 4:49 
GeneralRe: File Format Pin
Senseicads16-Sep-09 4:55
Senseicads16-Sep-09 4:55 
GeneralRe: File Format Pin
Eddy Vluggen16-Sep-09 5:20
professionalEddy Vluggen16-Sep-09 5:20 
GeneralRe: File Format Pin
Senseicads16-Sep-09 5:23
Senseicads16-Sep-09 5:23 
GeneralRe: File Format Pin
Eddy Vluggen16-Sep-09 5:28
professionalEddy Vluggen16-Sep-09 5:28 
GeneralRe: File Format Pin
Not Active16-Sep-09 5:31
mentorNot Active16-Sep-09 5:31 
GeneralRe: File Format Pin
Eddy Vluggen16-Sep-09 5:33
professionalEddy Vluggen16-Sep-09 5:33 
GeneralRe: File Format Pin
Not Active16-Sep-09 5:29
mentorNot Active16-Sep-09 5:29 
RantRe: File Format Pin
Eddy Vluggen16-Sep-09 5:39
professionalEddy Vluggen16-Sep-09 5:39 
AnswerRe: File Format Pin
Luc Pattyn16-Sep-09 5:03
sitebuilderLuc Pattyn16-Sep-09 5:03 
GeneralRe: File Format Pin
Senseicads16-Sep-09 5:08
Senseicads16-Sep-09 5:08 
GeneralRe: File Format Pin
Luc Pattyn16-Sep-09 5:22
sitebuilderLuc Pattyn16-Sep-09 5:22 
GeneralRe: File Format Pin
Senseicads16-Sep-09 5:28
Senseicads16-Sep-09 5:28 
GeneralRe: File Format Pin
Luc Pattyn16-Sep-09 5:35
sitebuilderLuc Pattyn16-Sep-09 5:35 

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.