| Thread | Last Post | Replies |
|
| MoveWindow leaving imprint on desktop | 20 Aug 2007 08:48 GMT | 2 |
Background: I am taking a render window from another application and placing it upon a panel in my c# application. This is done by getting the handle to the window of interest then setting
|
| incorrect result when converting from basic string to System::String | 20 Aug 2007 07:00 GMT | 1 |
I am using a c# library in my c++ project. so I have to convert a basic string to System::string to make use of a function that takes System::String as argument. I did it like this: System::String^ s = gcnew System::String(basic_s.c_str()); //here
|
| MessageSecurityException when consuming WCF service | 20 Aug 2007 04:08 GMT | 7 |
Recently I'm confused by this exception. ----- The message could not be processed. This is most likely because the action 'http://tempuri.org/IBCC2MatrixService/UserMatchingSearch' is incorrect or
|
| How to read the message of a system event log | 20 Aug 2007 03:30 GMT | 10 |
Under Vista, my program, when reading the system event log, will not show the message saying I don't have the right permission. All I wisht to do is read the event log and show the error messages. Do I need to somehow use EventLogPermission? I can't find any examples of how to ...
|
| trying to WriteConsoleInput | 20 Aug 2007 02:14 GMT | 1 |
Hi I'm tring to WriteConsoleInput to a Console app after I use AttachConsole. I don't know where to get the HANDLE definition -- I tried "using System;,System.Runtime.InteropServices, System.Diagnostics,,using System.IO, Microsoft.Win32,
|
| convert MAC addres to a unique serial number | 20 Aug 2007 01:42 GMT | 6 |
my CPU mac address is BFEBFBFF000006F6 and my software name is : shefa is there any function or encryption way in C# to generate a 24 digits (alpha numeric) from both CPu MAC address and software name?
|
| Easy Question, I hope... regarding add-ins | 19 Aug 2007 21:46 GMT | 2 |
I'm new to the Vstudio environment and am learing C# express. I want to use the Pinvoke.net, freebie, add-in, however, I do not see how to *install* an add-in from within the IDE. Is this even possible with the express version? If so, how do I do it? The pinvoke.net addin
|
| Switch on Interface Type | 19 Aug 2007 19:25 GMT | 2 |
How can I implement the following pseudocode in a switch block? Notice it would need to switch on the type of interface implemented in currentObject. if (currentObject is ISomeInterface01) {
|
| hiding properties | 19 Aug 2007 17:26 GMT | 5 |
Hi I was wondering how one normally does to hide standard properties in a user control e.g. X,Y or Width. I have one approach where I have a base object which hides some of the properties and derive from it to
|
| popular free ringtones | 19 Aug 2007 17:13 GMT | 1 |
popular free ringtones www.thehotstop.info signature..
|
| Get The coordinates Point on MouseEnter Event | 19 Aug 2007 15:44 GMT | 4 |
I've a MouseEnter event on a dataGrid, and I want to know, if the mouse entered column no. 0 or column no. 1 . How can it be done? Thanks,
|
| how to translate string to web compatible format? | 19 Aug 2007 14:50 GMT | 1 |
I want to open a google search from my program. But Google does for example not understand the search parameters, if one of them is C# , e.g. "C# tutorials". Only if I convert it to c%23%20tutorials. Is there a function which can already do this? It has to be, because every ...
|
| how to make controls exported public | 19 Aug 2007 14:44 GMT | 2 |
im blind or just can't find it where or how can i make window controls exported or public tks MJ
|
| Validating - Windows Forms | 19 Aug 2007 14:40 GMT | 1 |
Consider a dialog that contains some control. You know, the form is validated when every single control in the form is validated successfully. However, if one control tries to cancel the validation process, the other controls are still validating! (i.e., the
|
| DLL and string resource | 19 Aug 2007 14:28 GMT | 2 |
Under VC++ i used to create DLL for storing string resource for my international application. Now, i would like to do the same under C#. Do you have any suggestion about it or some recommandations ?
|