| Thread | Last Post | Replies |
|
| RightToLeft tabControl | 17 Sep 2005 07:47 GMT | 2 |
is there any way i can move tabControl's tabs to the top right when RightToLeft set to true ? Thank you Sharon
|
| User Preferences Form -> Good Example Anyone? | 17 Sep 2005 07:32 GMT | 1 |
I'm looking for some code for displaying a user preferences form in my application. However, I have not found any code (besides designing the entire thing myself) which shows either a good "treeview -> panel" setup or "tabstrip -> panel" setup. Does anyone know of any good ...
|
| using Math.sqrt | 17 Sep 2005 03:33 GMT | 3 |
Hi. I'm trying to construct a simple console application in c#. I basically want to print out the sqrt of 9, here's the line: Console.WriteLine(Math.Sqrt(9)); But an error is saying that an assembly is missing. The namespace system is
|
| Problems with ASP.NET | 17 Sep 2005 02:45 GMT | 5 |
When I load some asp.net project in Visual Studio 2003 than I get this message: "Visual Studio .NET has detected that specified Web server is not runing ASP.NET version 1.1. You will be unable to run ASP.NET web aplications or
|
| casting from base class to derive class | 17 Sep 2005 01:29 GMT | 2 |
Can I cast from base class to derive class? class A { }
|
| Non-static method requires a target | 17 Sep 2005 00:28 GMT | 9 |
I am trying to load an assembly, instantiate a class and invoke a non-static void method using the following code: I am getting the error "Non-static method requires a target" on the InvokeMember method but don't see why. Can anyone shed light on this??
|
| how to add Guid in Primary Key automatically, in "Replication ID" field size type? | 16 Sep 2005 23:58 GMT | 1 |
When in database(.mdb) the primary key have fields size type "Replication ID" it creates Guid. I tried to create string of Guid and insert it but did it not work. Control.databindings.add(), Method for this field is only working one
|
| Is it posible to create COM in .Net C# | 16 Sep 2005 23:13 GMT | 11 |
Hai I want to create a COM in C# .Net, is it posible to create a COM in C# Net, if how can we create a COM in C# .Net. Regards
|
| what is wrong with this expression? | 16 Sep 2005 22:08 GMT | 4 |
Hi all, I have the following event function, and the compiler is having a problem handling negative constant values. What can be happening? Thanks in advance.. private void button1_Click(object sender, System.EventArgs e)
|
| Problem with Webcontrols.dropDownList | 16 Sep 2005 21:57 GMT | 5 |
My Web dropdownlist with AutoPostback equal to true has code in its SelectedIndexChanged Event . When I change the dropdownlist value and the SelectedIndexChanged Event is executed, the page does a Refresh, puts the initial value back into the dropdownlist, and then runs ...
|
| Can function calling conventions be changed in unmanaged C# | 16 Sep 2005 21:30 GMT | 4 |
Can calling conventions of functions be changed in unmanaged C# in a similar way that they can be changed using C++?
|
| Unhandled exception | 16 Sep 2005 21:14 GMT | 3 |
I have an application using managed extension for C++ which calls a function in a dll written in C. That function initializes a character pointer passed to it.. char *pfNamesList = NULL;
|
| Help with interop service, marshalling | 16 Sep 2005 21:08 GMT | 1 |
I'm trying to call my DLL written in C, and got the error: "Cannot marshal field 'b' of type 'mystruct': There is no marshaling support for this type." The 2 functions in the DLL are: void unpack(mystruct* str, void* in_buf);
|
| Generically Referring to a Complex Class | 16 Sep 2005 20:26 GMT | 9 |
I have built several kinds of complex classes that I work with in my program. Storing them to disk is no problem because I just pass the instantiated object to a SaveData method, accepting it as a generic "object". Then I use reflection to iterate through the object and save ...
|
| HELP PLEASE - Implementation of SHAppBarMessage / ApplicationBar | 16 Sep 2005 20:00 GMT | 2 |
I hope someone can help me. I'm trying to create as part of my application an ApplicationBar (similar to Yahoo and trillian). I've done the research and found that all the examples are for C++ and well, out of my league. I was hoping someone may know who to do this w/ C#.
|