| Thread | Last Post | Replies |
|
| Yield control to windows for screen update | 13 Jun 2007 20:57 GMT | 6 |
While in extensive math calculation in MFC application, i used to yield control to window by calling this code: void YieldControl( void ) {
|
| Can a Forms Application trace to Console.Out? | 13 Jun 2007 20:29 GMT | 3 |
Does anyone know a way to view tracing from a Forms Application in real time? Currently our application traces to log files, but these are cumbersome and have to be manually refreshed. For Console applications we simple trace to Console.Out. Any help is appreciated.
|
| Falloimitation - New Trends, New Brands | 13 Jun 2007 19:36 GMT | 1 |
Imitate your fallos within 5 minutes from here. Perfect solution for part-time prostitution. How many times was it very lines? In your pockets are empty rockets. ------------------------
|
| Is there a way to grant a group of specific store proc. to a user? | 13 Jun 2007 19:25 GMT | 2 |
I'm using MS SQL studio express edition and it is a pain in the a.s to grant store proc. to a user by clicking. is there a better to do so? thank
|
| setup and deployment graphics | 13 Jun 2007 19:24 GMT | 1 |
I am using the VS2005 setup and deployment project template to deploy my new app. However it only seems to allow graphics during the setup process to be placed in the top banner area.
|
| Passing dual dimensions array to unmanaged function | 13 Jun 2007 19:20 GMT | 9 |
In my managed code (C#) I have a some dozens of single dimension byte array. I get each of this arrays from another unmanaged code (first DLL). I need to stitch these arrays to a dual dimensions array and to be passed to a unmanaged DLL (second DLL) that will change the values of ...
|
| How to clear up all attached event handlers. | 13 Jun 2007 19:15 GMT | 5 |
I have an UserControl created by other component, its creator attachs some event handlers to MouseDoubleClick event, but I do not like those events to be triggered while it is db-clicked. I want to know how to clear up them? Thanks
|
| interfaces | 13 Jun 2007 19:06 GMT | 18 |
Can someone tell me whats the exact advantage of Interfaces in C#. To me abstract classes serves the purpose and have all good things then what is special about interfaces...can someone tell me some real example from system, user, developer point of view....
|
| converting a word doc to pdf in .net | 13 Jun 2007 18:16 GMT | 2 |
Is it possible to convert a microsoft word document to pdf in .net code. If anyone has done this before, please let me know.
|
| dynamic stylesheet problem | 13 Jun 2007 17:52 GMT | 1 |
On my page, i have external stylesheet <link id="sbSiteCSS" rel="stylesheet" type="text/css" runat="server" /> whose href is determined on page_load protected void Page_Load(object sender, EventArgs e)
|
| System.Threading.Thread.Suspend/Resume and StackTrace | 13 Jun 2007 17:41 GMT | 3 |
I have a code which registers all threads with a thread dump class. At intervals this thread dump class will dump the stack trace of all threads. As calling StackTrace(threadtoDump) from a different thread other than the treadToDump the threadToDump must be suspended otherwise ...
|
| actulizar un textbox desde otro formulario | 13 Jun 2007 17:38 GMT | 1 |
hola amigos.... tengo dos formularios en los cuales desde uno de ellos quiero poder modificar lo que lleva dentro un textbox el otro. agradesco su colaboracion. Marcelo
|
| this.Context.Cache and Web Services: value not persisted between two subsequent calls. | 13 Jun 2007 17:27 GMT | 2 |
this.Context.Cache.Insert["lastUpdateDateTime"] = lastUpdateDateTime; When I retrieve lastUpdateDateTime is always null if the web method call is subsequent to the one which set it. Why???
|
| Form based authentication fails for .de | 13 Jun 2007 16:57 GMT | 1 |
We have a form based authentication implemented on our site that has been working great for over 2 years for oursite.com, oursite.ca and oursite.co.uk. However, today I found out that oursite.de is failing (nothing happens). All other directories that require authentication
|
| Namespace exploring with XmlDocument | 13 Jun 2007 16:54 GMT | 4 |
If I have an XmlDocument and I want to discover which namespaces it has, how should I do? And is the schemaLocation attribute automatically expanded somewhere? (the schemaLocation has this format: namespacename filename [namespacename filename] [namespacename filename]
|