| Thread | Last Post | Replies |
|
| Tab Control. Can I change tab color? | 11 Jul 2008 21:03 GMT | 1 |
Hi, I have a Windows form with a tab control. I would like to alter the appearance of some of the tabs. For example, when the user has done everything that needs to be done on that tab, make it a different color or
|
| XSD Class Generation | 11 Jul 2008 20:25 GMT | 20 |
Can someone tell me how to generate classes from XSD files? Is there an easy way to convert it into typed datasets etc? Or any other suggestion is welcomed.
|
| Problem in Unmanaged dll | 11 Jul 2008 19:18 GMT | 1 |
I have a managed dll which is a wrapper for an unmanaged dll. I add a reference for managed dll in C# simple application ( A form with just a button. Managed dll gets called on button click). All this is working in the application exactly as I want it to.
|
| Get IntPtr to Current Object? | 11 Jul 2008 19:11 GMT | 2 |
I have a class that has an Explicit StructLayout. In the constructor below, I am copying data from a byte array onto this class so as to initialize all the explicit attributes of the class. What I don't like is the overhead of allocating memory for a temporary variable
|
| Help with Recursion and Circular References | 11 Jul 2008 18:34 GMT | 5 |
I have a table of dependencies and want to check to see if the dependencies cause a circular reference. Any sugesstions on how to do this using c#. Example, ID DependsOnID
|
| Microsoft Outlook 12.0 Object Library | 11 Jul 2008 17:03 GMT | 1 |
If I use Microsoft Outlook 12.0 Object Library (Outlook 2007) COM Object in my application, the custommer must have the outlook 2007 on his computer ? But if i use Microsoft Outlook 11.0 Object Library (Outlook 2003) COM
|
| SuspendLayout, ResumeLayout() not called | 11 Jul 2008 16:00 GMT | 1 |
Hi, I was just about to wrap some code for filling a DataViewGrid in grid.SuspendLayout(); //Grid filling code
|
| PInvoke: where is SecureZeroMemory? | 11 Jul 2008 15:57 GMT | 9 |
SecureZeroMemory is an alias of RtlSecureZeroMemory, an inline function defined in WinBase.h. I opened WinBase.h with a text editor but I didn't find any inline definition; I only found:
|
| Regex: different options on different sections of the Regex? | 11 Jul 2008 15:54 GMT | 4 |
Hi, I would like to create a regular expression which matches "Y" or "male". The hard part is that the "Y" must be capital, but the "male" should be case insensitive. I think I have seen a way to have Regex options
|
| Why Is Detail Hidden In Private Fields In AccessViolationException | 11 Jul 2008 14:01 GMT | 2 |
I've written a test harness in C# to test one of our company's products, which is written in C. If the application crashes, the Instruction Address, Memory Address and the Access Type are stored in the private fields _ip, _target and _accessType of
|
| How to deal with this thread? | 11 Jul 2008 13:55 GMT | 5 |
Hello, friends, In my app, after a user selects a document, I create a new thread to print this document so that this user may continue to do his/her work. Thread thread = new Thread(new
|
| How to hide a form temporarily when you open a 2nd form? | 11 Jul 2008 13:28 GMT | 2 |
Hey guys, I've got a MAIN form, which I have a series of navigational buttons on. When I open a secondary form from that form, I'd like to be able to HIDE the original form. The reason is, if the user wants to minimize the application
|
| Mixing linq to sql and linq to xml (in linqpad) | 11 Jul 2008 12:05 GMT | 2 |
Hi group, In my database, I have a table with fields like this : id | title | xml ------------------------------------
|
| Folder browser in ASP.NET - code not working | 11 Jul 2008 12:01 GMT | 1 |
I am trying to browse folders through the following piece of code. Please let me know if there is any kind of setting to get this working. I want this to appear at the client side, but it should display the server folder and folder should be created in server.(Uploaded this code in ...
|
| Windows Workflow Foundation | 11 Jul 2008 11:00 GMT | 1 |
I have been doing some investigation of Windows Workflow Foundation. All the examples that I have seen so far use either sequential or state machine workflows. Can anyone provide me examples/documentation which combine the two types of workflow?
|