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

C#

 
AnswerRe: How organize privilege levels in my client-server database (C#) Pin
#realJSOP13-Mar-10 0:52
mve#realJSOP13-Mar-10 0:52 
QuestionDataTemplate in ListBox Not working Pin
Anu_Bala12-Mar-10 17:24
Anu_Bala12-Mar-10 17:24 
AnswerRe: DataTemplate in ListBox Not working Pin
Abhinav S12-Mar-10 19:59
Abhinav S12-Mar-10 19:59 
GeneralRe: DataTemplate in ListBox Not working Pin
#realJSOP13-Mar-10 0:54
mve#realJSOP13-Mar-10 0:54 
QuestionRunning Multiple Versions of Crystal Reports in WinApp. Pin
DotNetMan12-Mar-10 17:07
DotNetMan12-Mar-10 17:07 
AnswerRe: Running Multiple Versions of Crystal Reports in WinApp. Pin
DotNetMan13-Mar-10 1:53
DotNetMan13-Mar-10 1:53 
QuestionResponding to Web Browser generated MessageBox Pin
Lilith.C12-Mar-10 14:47
Lilith.C12-Mar-10 14:47 
AnswerRe: Responding to Web Browser generated MessageBox Pin
#realJSOP13-Mar-10 0:59
mve#realJSOP13-Mar-10 0:59 
Well, there are several issues here.

When you say "web browser", do you mean the WebBrowser control, or an external web browser, like IE, or FireFox?

If we're talking about WebBrowser control, then yes, you can probably manage that with a little research and work. If you're talking about an external browser, that's a whole other kettle of fish. The user could be using ANY of the dozen or so available web browsers, each of which still have several versions in significant use. This means you'd have to use Spy++ to discover the window handle of the browser's meassage box window *for each of the supported versions*, and then watch for each of those windows to be created, and respond accordingly.

Good luck with that.
.45 ACP - because shooting twice is just silly
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

GeneralRe: Responding to Web Browser generated MessageBox Pin
Lilith.C13-Mar-10 6:30
Lilith.C13-Mar-10 6:30 
GeneralRe: Responding to Web Browser generated MessageBox Pin
#realJSOP13-Mar-10 7:10
mve#realJSOP13-Mar-10 7:10 
QuestionDatabase not updating values - nullreference exception keeps getting thrown [modified] Pin
Eagle3212-Mar-10 13:13
Eagle3212-Mar-10 13:13 
AnswerRe: Database not updating values - nullreference exception keeps getting thrown Pin
Dan Mos12-Mar-10 13:36
Dan Mos12-Mar-10 13:36 
GeneralRe: Database not updating values - nullreference exception keeps getting thrown Pin
Eagle3212-Mar-10 13:56
Eagle3212-Mar-10 13:56 
GeneralRe: Database not updating values - nullreference exception keeps getting thrown[modified] Pin
Dan Mos12-Mar-10 14:01
Dan Mos12-Mar-10 14:01 
GeneralRe: Database not updating values - nullreference exception keeps getting throw Pin
Eagle3213-Mar-10 2:23
Eagle3213-Mar-10 2:23 
GeneralRe: Database not updating values - nullreference exception keeps getting throw Pin
Dan Mos13-Mar-10 13:06
Dan Mos13-Mar-10 13:06 
QuestionSpeed difference between two functions with unknown reason Pin
SimpleData12-Mar-10 10:10
SimpleData12-Mar-10 10:10 
AnswerMessage Closed Pin
12-Mar-10 10:17
stancrm12-Mar-10 10:17 
GeneralRe: Speed difference between two functions with unknown reason Pin
SimpleData12-Mar-10 10:18
SimpleData12-Mar-10 10:18 
AnswerRe: Speed difference between two functions with unknown reason Pin
Luc Pattyn12-Mar-10 11:00
sitebuilderLuc Pattyn12-Mar-10 11:00 
GeneralRe: Speed difference between two functions with unknown reason Pin
SimpleData12-Mar-10 11:06
SimpleData12-Mar-10 11:06 
GeneralRe: Speed difference between two functions with unknown reason Pin
harold aptroot12-Mar-10 11:31
harold aptroot12-Mar-10 11:31 
GeneralRe: Speed difference between two functions with unknown reason Pin
Luc Pattyn12-Mar-10 11:41
sitebuilderLuc Pattyn12-Mar-10 11:41 
GeneralRe: Speed difference between two functions with unknown reason Pin
harold aptroot12-Mar-10 12:06
harold aptroot12-Mar-10 12:06 
GeneralRe: Speed difference between two functions with unknown reason Pin
Luc Pattyn12-Mar-10 12:29
sitebuilderLuc Pattyn12-Mar-10 12:29 

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.