| Thread | Last Post | Replies |
|
| AscW Equivalent | 23 Oct 2007 21:49 GMT | 6 |
VB has the AscW function. There is no corresponding C# function. How can I do this in C#? I do not want to reference the Microsoft.VisualBasic namespace for just this function.
|
| ArrayList ToArray() throwing exception (concatenate double[]) | 23 Oct 2007 21:36 GMT | 3 |
I have many double[] that each have a few thousand numbers in them. I need to concatenate groups of these double arrays into a new set of double[]. I don't know the total # of points.
|
| reading ColumnAttribute data | 23 Oct 2007 21:30 GMT | 2 |
How can ColumnAttribute data be read from xxDataClasses.cs Columns like this? [Column(Storage="_Name", DbType="VarChar(256) NOT NULL", CanBeNull=false)]
|
| Localisation - satelite assemblies | 23 Oct 2007 21:09 GMT | 2 |
Hey guys n gals I am using resource file to localise my user interface. But i have an issue with it. When i use assembly key file does not become strong!! and localisation does not work... When i take out the assembly key
|
| XML Node Retrieve | 23 Oct 2007 20:30 GMT | 2 |
Hi, I am trying to retrieve a value from a node in an XML document and cannot.. .any ideas? Here is my code: string isDBConfig =
|
| Datagridview | 23 Oct 2007 20:20 GMT | 5 |
I have a really stupid question about DataGridView. how dynamically create and display it on the form ? i tried : DataGridView myGrid = new DataGridView();
|
| create nullable type with string | 23 Oct 2007 20:01 GMT | 1 |
i need to get an object of type Type when i have a string. That is the easy part (Type.GetType("int")). What if i want that type to be nullable? This doesn't work Type.GetType("int?"). It returns null. This does work but i don't know how to know all that information at runtime ...
|
| Framework 1.1 apps in VS2005... Runs??? | 23 Oct 2007 19:24 GMT | 4 |
Hello All... Actually, I use Framework 1.1 and VS2003... I'm migrating to Framework 2.0 and VS2005. My doubt is following: Can I open My old apps that runs over Framwork 1.1 in VS2005 or I need
|
| Multicolumn Listbox | 23 Oct 2007 18:49 GMT | 5 |
I want to have a multicolumn listbox. I never used one before so I looked at a Help example. I set the multicolumn property and the column width and tested with this example... this.listBox3.Items.AddRange(new object[]
|
| Can i decompile * All * the .NET applications ? | 23 Oct 2007 18:47 GMT | 6 |
Can i decompile * All * the .NET applications for extract original source ? Can i recompiler the source ?
|
| PInvoke Marshalling.... | 23 Oct 2007 18:00 GMT | 11 |
I'm trying to call this method in a c# app... SNAPIDLL_API int __stdcall SNAPI_SetCapabilitiesBuffer(HANDLE DeviceHandle, unsigned char *pData, long max_length); So far I've got this:
|
| ComboBox Paste | 23 Oct 2007 17:59 GMT | 2 |
How can i disable Paste on ComboBox? ComboBox DropDownStyle is DropDown. ComboBox must accept only numbers. I know how to handle keypress event to accept only digits, but how to
|
| COM MessageBox in need of Closing | 23 Oct 2007 17:53 GMT | 1 |
I am creating an application that utilizes a COM application. In certain circumstances, the COM app will create an inaccessible message box which will prevent the first application from working (a deadlock). How do you monitor the COM message loop and dismiss the messagebox when ...
|
| NOOB QUESTION: How can I access an element in nested classes | 23 Oct 2007 17:46 GMT | 3 |
Here is a sample to explain my problem class Foo { int a;
|
| How to Get MachineName at Compile Time? | 23 Oct 2007 17:34 GMT | 4 |
How can I get the machine name on which the C# code is compiled and then reference that value within the executable code, as in a "Help --
> About" MessageBox? Preferably embed the answer in a .dll. Worst case would be some pre-
|