Click here to Skip to main content
15,904,817 members
Home / Discussions / C#
   

C#

 
Questionhelp me,ask two questions about windows service Pin
YapEro23-Jul-06 0:15
YapEro23-Jul-06 0:15 
AnswerRe: help me,ask two questions about windows service Pin
mav.northwind23-Jul-06 3:56
mav.northwind23-Jul-06 3:56 
GeneralRe: help me,ask two questions about windows service Pin
YapEro23-Jul-06 17:28
YapEro23-Jul-06 17:28 
QuestionTRY TO CONNECT DB WITHOUT eNGINE? Pin
malak nour22-Jul-06 23:31
malak nour22-Jul-06 23:31 
AnswerRe: TRY TO CONNECT DB WITHOUT eNGINE? Pin
Colin Angus Mackay23-Jul-06 0:03
Colin Angus Mackay23-Jul-06 0:03 
QuestionUpdating database when bound textbox text changed Pin
Glen Harvy22-Jul-06 22:51
Glen Harvy22-Jul-06 22:51 
AnswerRe: Updating database when bound textbox text changed Pin
wout de zeeuw23-Jul-06 0:20
wout de zeeuw23-Jul-06 0:20 
GeneralRe: Updating database when bound textbox text changed [modified] Pin
Glen Harvy23-Jul-06 1:53
Glen Harvy23-Jul-06 1:53 
GeneralRe: Updating database when bound textbox text changed Pin
Rocky#23-Jul-06 21:48
Rocky#23-Jul-06 21:48 
GeneralRe: Updating database when bound textbox text changed Pin
Glen Harvy26-Jul-06 17:00
Glen Harvy26-Jul-06 17:00 
QuestionNeed help in using multiThread in GUI ( use invoke method in control ) Pin
Yanshof22-Jul-06 20:40
Yanshof22-Jul-06 20:40 
AnswerRe: Need help in using multiThread in GUI ( use invoke method in control ) Pin
Ed.Poore22-Jul-06 21:08
Ed.Poore22-Jul-06 21:08 
GeneralRe: Need help in using multiThread in GUI ( use invoke method in control ) Pin
premium122-Jul-06 21:30
premium122-Jul-06 21:30 
AnswerRe: Need help in using multiThread in GUI ( use invoke method in control ) Pin
stancrm23-Jul-06 8:18
stancrm23-Jul-06 8:18 
QuestionChecking IP address for detecting changes Pin
Mirko Rostami22-Jul-06 20:31
Mirko Rostami22-Jul-06 20:31 
AnswerRe: Checking IP address for detecting changes Pin
Net_DNA22-Jul-06 23:01
Net_DNA22-Jul-06 23:01 
QuestionC# and Sql server 2000 stored procedure Pin
00thilani22-Jul-06 20:07
00thilani22-Jul-06 20:07 
AnswerRe: C# and Sql server 2000 stored procedure Pin
Colin Angus Mackay23-Jul-06 0:09
Colin Angus Mackay23-Jul-06 0:09 
QuestionC# WebBrowser using JavaScript Pin
Reanalyse22-Jul-06 18:37
Reanalyse22-Jul-06 18:37 
AnswerRe: C# WebBrowser using JavaScript Pin
Ed.Poore22-Jul-06 21:07
Ed.Poore22-Jul-06 21:07 
GeneralRe: C# WebBrowser using JavaScript Pin
Reanalyse22-Jul-06 21:32
Reanalyse22-Jul-06 21:32 
Questionhow can I show the search progress?! Pin
xkx3222-Jul-06 16:54
xkx3222-Jul-06 16:54 
AnswerRe: how can I show the search progress?! Pin
Ed.Poore22-Jul-06 21:04
Ed.Poore22-Jul-06 21:04 
If you have the number of items being searched then just use a progress bar with Maximum set to that value and set Value to the current index you're searching.

If you don't know how many items you're searching then you're best of using the ProgressBar (in .NET 2) with Style set to Marquee which is an "infinite" progressbar.  If you're using .NET 1.x there are some articles here on CP which are to do with "Busy" bars which are essentially the same thing.



As of how to accomplish this I wouldn't have a clue at the moment and I'm too lazy to google it
GeneralRe: how can I show the search progress?! Pin
xkx3222-Jul-06 21:42
xkx3222-Jul-06 21:42 
GeneralRe: how can I show the search progress?! Pin
mav.northwind22-Jul-06 22:43
mav.northwind22-Jul-06 22:43 

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.