| Thread | Last Post | Replies |
|
| Installation of .NET framework | 19 Dec 2005 18:33 GMT | 1 |
We have the following situation: we have a CSharp program on a CD. We don't want the customer to install the .NET framework on his machine, because he doesn't have the admin rights. Is it possible to run .NET programs without "installing" the .NET framework on the target machine. ...
|
| String (how to type an enter in a string) | 19 Dec 2005 18:32 GMT | 2 |
I have a string and I want to type it in 2 rows... how do i make an enter in a string???? My text is TempValue Line1 Station1 I want to save it all to one string with an enter between tempvalue and Line1
|
| Two DataReaders, one Connection | 19 Dec 2005 18:12 GMT | 4 |
Good day for everybody! I new .NET developer... How I can to do this: Dim cmdCommand1 As SqlCommand Dim cmdCommand2 As SqlCommand
|
| System.Configuration.ConfigurationManager | 19 Dec 2005 18:00 GMT | 2 |
I am seeing something weird in my c# winforms application. I cannot instantiate a ConfigurationManager object from the class. I have added System.Configuration in the uses section. I then try to make a private class member field and the ConfigurationManager is not recognized in ...
|
| How to Zip a folder in C#? | 19 Dec 2005 16:16 GMT | 2 |
I wanted to zip a folder using C#. I have checked in the HELP documentation but could not find any examples. The same when searched in the net. Can someone please help me on this regard. (Sample examples would be of great help)
|
| VS 2005 licensing | 19 Dec 2005 15:51 GMT | 2 |
sorry for the cross-post but I didn't get an answer in the other groups I posted in. I'm hoping someone can help with a definitive answer on this question: On the "Microsoft Software License Terms" agreement, under 2.a. it states:
|
| "Windows Form Designer generated code" section is hidden when viewing code | 19 Dec 2005 15:44 GMT | 1 |
I am having trouble when viewing the code behind a form, any events i do are shown, however the Windows Form Designer generated code Section is not shown, Does anyone know how to turn this on and off.
|
| How to remove Banner Text in Windows Installer? | 19 Dec 2005 15:43 GMT | 3 |
I'm confused the documentation says I can use a 500 x 70 pixel banner image (bmp or jpg) but when I do, the banner text is written on top of my image. Is there anything I can do to remove the banner text? Thanks, Rob.
|
| how to supress rounding | 19 Dec 2005 14:50 GMT | 2 |
Currently a crystal report is getting 359.9999 from a dataset. Even with rounding set to 0.0001 it displays 360.0 which is wrong. How can I supress rounding or get it to display 359.9999? Many thanks!
|
| DateTime problem with NT but not XP..... | 19 Dec 2005 11:52 GMT | 1 |
I have a windows app running on several machines. Some are XP some are 2000 and a couple are NT SP 6. I have a search screen which can search on date. When searching on date using the NT machine client I get no records, but on the other machines i get records. My SQL code ...
|
| attributes | 19 Dec 2005 10:19 GMT | 1 |
simple question, are attributes inherited? eg if base class is marked serializable are classes that inherit from it also serializable?
|
| Datasets - Urgent!! | 19 Dec 2005 08:34 GMT | 1 |
I have the follow code: private void crear() { //creating a dataset DataSet myDataset=null;
|
| MyInteger.ToString | 19 Dec 2005 06:58 GMT | 2 |
Can I create something which is based upon an integer and that does this... Dim _Resolution as MyInteger = 100 Debug.Assert( _Resolution.ToString = "100 dpi")
|
| Opening URL to the web browser from a .NET C++ application | 19 Dec 2005 02:53 GMT | 2 |
I want my C++ application send a URL to open in Explorer. What might be the "simple code line" I can write in the method called when I press a button in my dialog based application? As you can see, I wish to go up to opening the web browser
|
| ASP.net 2 book for classroom? | 19 Dec 2005 02:36 GMT | 1 |
Looking for a suitable asp.net 2 book to be taught in a community college course (1 semester). Any recommendations please? Thanks!
|