ClickOnce - microsoft.mshtml Hi, I have an app that the users install from the ClickOnce installation link. One of the user is seeing the error: System Update Required: Unable to Run. The application requires that assembly Microsoft.mshtml version 7.0.3300.0 be installed in the GAC first. The machine has .NET framework 2.0 installed. Wh... 28 Jan 2007 20:40
Drag & Drop into Custom DataGridView Hello, I want to copy a DataRow from a Custom DataGridView to another custom DataGridView. The destination dgv is in a custom control. When I close the form after moving a Row, i have this exception: "'Child' is not a child control of this parent" the exception does not occur when I move the row while clicking ... 9 Jan 2007 16:45
this.Opacity = 0; line caused Win32Exception Try, Form.Visible = false; Regards, Mugunth nhmark64(a)newsgroup.nospam wrote: Hi, Sometimes when I execute this.Opacity = 0; in the Main thread I get the below exception: System.ComponentModel.Win32Exception was unhandled by user code Message="Not enough storage is available to process ... 21 Dec 2006 05:14
this.Opacity = 0; line caused Win32Exception Hi, Sometimes when I execute this.Opacity = 0; in the Main thread I get the below exception: System.ComponentModel.Win32Exception was unhandled by user code Message="Not enough storage is available to process this command" Source="System.Windows.Forms" ErrorCode=-2147467259 NativeErrorCode=8 St... 20 Dec 2006 22:12
Problem trying to position a process window - please advise For this first time today I used the System.Diagnositcs namespace to launch a program from my c# code. The program launches OK but I have something which has completely stumped me. The SetWindowPos method does not work. If I run the code as it is presented below, app.exe launches in its own window and is displaye... 20 Dec 2006 12:51
.Net /4GT Hi. Does anyone know how to set the IMAGE_FILE_LARGE_ADDRESS_AWARE bit for C# apps? It appears that the link switch /LARGEADDRESSAWARE will do it for C++ apps, but I can't seem to find anything for C#. I want to enable /4GT on a w2k3 server with 8GB Ram, so that one process may avail of more memory. Thanks.... 27 Nov 2006 14:45
microsoft.common.target I'm learning c#. I started trying to decipher microsoft.common.targets. I deleted several parts and now my code won't compile. Is there a way to get my compiler to reconstruct the file? Do I have to build it all manually? When I try to build some of my files I get the error The target "Build" does not exis... 6 Nov 2006 16:42
REALLY need help with SendMessage WM_GETCONTROLNAME I'm trying to get the control name of an editbox in another window. The following code set the value "MyPassword" in the password EditBox but it fail to return the control name of the EditBox. I'm sure the problem is the way i'm using the sendmessage API, the return string and the lParam return 0....is anybody h... 8 Nov 2006 19:19
How to get any upload using WUA API ? Please help! I've searched hard but failed to find an answer. If I launch the following code WUApiLib.UpdateSearcher searcher = new WUApiLib.UpdateSearcher(); WUApiLib.ISearchResult searchResult = searcher.Search("Type='Software' or Type='Driver'"); It returns me only the updates that suit current machi... 31 Oct 2006 12:50
UdpClient.BeginReceive callback function?? MSDN gives this code as an example to create a callback function for UdpClient.BeginReceive. It doesn't compile because the compiler does not recognize "UdpState". I can't find any info on it either. Does anyone know what "UdpState" is or could you point me to some sample code on how to properly implement a Receiv... 5 Oct 2006 10:08 |