Click here to Skip to main content
15,888,351 members
Home / Discussions / C#
   

C#

 
AnswerRe: I'm needing to have a textbox to be on top of all other controls on the form. Pin
OriginalGriff29-Jun-09 8:22
mveOriginalGriff29-Jun-09 8:22 
QuestionCalling GetPrinterData (windows api) from c# Pin
belzer29-Jun-09 6:52
belzer29-Jun-09 6:52 
AnswerRe: Calling GetPrinterData (windows api) from c# Pin
Svetlin Panayotov29-Jun-09 8:56
Svetlin Panayotov29-Jun-09 8:56 
GeneralRe: Calling GetPrinterData (windows api) from c# Pin
belzer29-Jun-09 10:51
belzer29-Jun-09 10:51 
GeneralRe: Calling GetPrinterData (windows api) from c# Pin
Manfred Wilner25-Jul-16 7:18
Manfred Wilner25-Jul-16 7:18 
AnswerRe: Calling GetPrinterData (windows api) from c# Pin
Henry Minute29-Jun-09 14:11
Henry Minute29-Jun-09 14:11 
GeneralRe: Calling GetPrinterData (windows api) from c# Pin
belzer30-Jun-09 2:56
belzer30-Jun-09 2:56 
QuestionWindows Service Application: Will not execute separate class Pin
bellorke29-Jun-09 6:37
bellorke29-Jun-09 6:37 
AnswerRe: Windows Service Application: Will not execute separate class Pin
Gajula Srikanth29-Jun-09 10:27
Gajula Srikanth29-Jun-09 10:27 
QuestionSerial Port DataReceived method in a Windows Service Pin
saeidfarahi29-Jun-09 6:20
saeidfarahi29-Jun-09 6:20 
AnswerRe: Serial Port DataReceived method in a Windows Service Pin
Luc Pattyn29-Jun-09 7:07
sitebuilderLuc Pattyn29-Jun-09 7:07 
Questionchange "registry value's" type by c# ? [modified] Pin
jamesband00729-Jun-09 5:27
jamesband00729-Jun-09 5:27 
AnswerRe: change "registry value's" type by c# ? Pin
michaelvdnest29-Jun-09 6:22
michaelvdnest29-Jun-09 6:22 
AnswerRe: change "registry value's" type by c# ? Pin
Eddy Vluggen29-Jun-09 6:29
professionalEddy Vluggen29-Jun-09 6:29 
GeneralRe: change "registry value's" type by c# ? Pin
Luc Pattyn29-Jun-09 7:10
sitebuilderLuc Pattyn29-Jun-09 7:10 
GeneralRe: change "registry value's" type by c# ? Pin
Eddy Vluggen29-Jun-09 7:35
professionalEddy Vluggen29-Jun-09 7:35 
QuestionCreate and open a taskpane in outlook opened worddocument Pin
fhoernchen29-Jun-09 4:57
fhoernchen29-Jun-09 4:57 
QuestionIIS Server with C# application Pin
treuveni29-Jun-09 4:55
treuveni29-Jun-09 4:55 
AnswerRe: IIS Server with C# application Pin
DoctorMick29-Jun-09 5:28
DoctorMick29-Jun-09 5:28 
GeneralRe: IIS Server with C# application Pin
treuveni29-Jun-09 5:38
treuveni29-Jun-09 5:38 
GeneralRe: IIS Server with C# application Pin
EliottA29-Jun-09 5:45
EliottA29-Jun-09 5:45 
GeneralRe: IIS Server with C# application Pin
treuveni29-Jun-09 5:51
treuveni29-Jun-09 5:51 
GeneralRe: IIS Server with C# application Pin
EliottA29-Jun-09 6:07
EliottA29-Jun-09 6:07 
GeneralRe: IIS Server with C# application Pin
Not Active29-Jun-09 8:30
mentorNot Active29-Jun-09 8:30 
Questionabout full-text-search Pin
leone29-Jun-09 4:43
leone29-Jun-09 4:43 
i am using ms sql server 2005. i used full text search (fts) facility. now i want to know that does fts cares about sequence of a phrase. for example
("select * from news AS N INNER JOIN containstable(news,datacontent,'local' AND 'company') AS A ON N.[id]=A.[KEY] ORDER BY A.RANK DESC",connec)
this returns results that includes local and company but anywhere in the document. but i want it like "my local company is very big." so i mean the word "company" must come after "local" (at least 1 time) to have a result. how can i do this. i tried it as 'local company' but an error occured.

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.