| Thread | Last Post | Replies |
|
| need help on readers and writes....... | 27 Sep 2005 18:37 GMT | 2 |
Sir, I have got a series of float values coming and i want to store these values into a file in such a way that when one value is written in the file then it goes to next line and writes other line.(like using of \n ; how can i do it.i
|
| get RegistryKey's parent? | 27 Sep 2005 16:15 GMT | 5 |
Hi all, im wondering if theres any way to get the parent of a RegistryKey? Using the Microsoft.Win32.RegistryKey class? I am using the Application.UserAppDataRegistry object. I want to then get the parent key of this key.
|
| Deploying class library into GAC | 27 Sep 2005 14:01 GMT | 4 |
I have installed my .dll into the GAC using the Gacutil.I did this by first creating a strong name key and adding the AssemblyKeyFile attribute to the AssemblyInfo.vb file. I thought doing so would result in being able to add a reference to it in
|
| install sdk 2.0 beta | 27 Sep 2005 13:53 GMT | 1 |
I have installed .net framework 2.0 then I installed sdk .net framework 2.0 beta and it keep come back with .net framework 2.0 has not been installed. I checked the add/remove program and it was there. Help...
|
| Smart Client - Where should errors be logged? | 27 Sep 2005 13:46 GMT | 1 |
We are about to implement error logging in our .NET Smart Client application. We will be logging to the Event Log (for both client and server) and to a database table (for server side). We are using the MS EMAB (Exception Management Application Block).
|
| reading xsd files with imports | 27 Sep 2005 13:41 GMT | 1 |
I want to read an xsd file programatically, iterate through all the xsd elements and output some information to the user. This xsd file contains several import statements as well. How do I read this xsd?
|
| Run .NET Appllications without runtime. | 27 Sep 2005 12:40 GMT | 14 |
I know it is possible to run a .NET App without installing the framework. http://www.thinstall.com/help/index.html?welcometothinstall.htm What I want to know is how effective this is and if there are
|
| Not updated Textbox value inside a datalist editItemTemplate | 27 Sep 2005 11:22 GMT | 1 |
Good Morning, I still havent solved my problem with a textbox inside an editItemTemplate of a datalist,
|
| Securing the desktop | 27 Sep 2005 04:42 GMT | 6 |
We have designed a Tablet PC application running on .Net 2.0. The Tablet PC is dedicated to the application, only that application is aloud on the tablet PC. Here is what we think: If we disable the windows taskbar and if there is
|
| System.Windows.Forms.DataGrid.AddNewRow() | 27 Sep 2005 03:58 GMT | 3 |
I can generate this error by NOT assigning a tableName to the view: at System.Windows.Forms.DataGrid.AddNewRow() at System.Windows.Forms.DataGridAddNewRow.OnEdit() Is there any possibility of getting an event from the AddNewRow()? I
|
| Process.Start() problem / slowness | 27 Sep 2005 01:42 GMT | 6 |
In my app I have a download folder and I try to open it with this code: ProcessStartInfo psi = new ProcessStartInfo(OutputDir); psi.UseShellExecute = true; Process.Start(psi);
|
| How get value from IntPtr that hold someone value in memory using Marshal | 27 Sep 2005 00:56 GMT | 1 |
How to get i value (in my case compressed with gzip data ) from IntPtr that hold this value in memory in known adress. Declatarion: [DllImport("clamqa.dll", CharSet=CharSet.Ansi, EntryPoint="CLMQGet")]
|
| Display DataSet in <table> | 26 Sep 2005 22:51 GMT | 2 |
I have a dataset that contains product data in the following format: ProdID ProdName Price 1 Laptop $2000 2 Mouse $30
|
| Dynamic Event raising. How? | 26 Sep 2005 21:36 GMT | 1 |
I'm trying to be "smart" and have some kind of dynamic event invocation. I have differfent events, all of them raised by my application. Because I do not want to wait for some answers I call BeginInvoke and send EndInvoke as a parameter for my callback method.
|
| Portable Apps | 26 Sep 2005 21:12 GMT | 4 |
Is there a way to write code in visual c++ .net so that when I distribute my application, the host computer does not require .net framework to run my application? Your help is very much appreciated.
|