Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for JDoggieIII

Hi, I am attempting to replace the database in an application with MariaDB. This application is written in C# and previously accessed the database (mostly inserts) with LINQ. When I attempt to insert (other transactions have the same type of issue) I get the error message: "You have an error …

Member Avatar for Ketsuekiame
0
1K
Member Avatar for JDoggieIII

Hi, I am using C++ MFC and I wouldn't exactly call myself an expert :-). What I have is a thread drawMonitor which monitors when to draw and I would like it to call DrawLines() (which is a member function in the class) to do the drawing. void drawMonitor(void *); …

Member Avatar for Ancient Dragon
0
266
Member Avatar for JDoggieIII

Hello, I have a Silverlight application that runs out of browser. It contains several Windows (of type Window). I would like these windows to display ChildWindows as needed. These child windows should ideally display as children of the individial Window, not of the applicaiton as a whole. However, they are …

0
95
Member Avatar for JDoggieIII

Hello, I am attempting to sandbox a silverlight application that will display several windows both within a browser, and out of a browser. I'm new to silverlight, so this is giving me some trouble. Creating this sort of application using .Net for a windows application is straightforward, but I'm not …

Member Avatar for JDoggieIII
0
126
Member Avatar for JDoggieIII

I am attempting to use a WebBrowser control in C# to display a webpage. I would like my C# application to know when a Javascript function is called within the loaded webpage. Is there anyway to do this? I can't seem to find an event handler for it.

Member Avatar for JDoggieIII
0
380