| Thread | Last Post | Replies |
|
| VS .NET Installation Error. Help! | 27 Sep 2005 23:47 GMT | 1 |
G'day to all. Trying to install VS.NET on WinXP (SP2). I keep getting an error messages that says "Please go to the Windows Control Panel to install Windows Components"
|
| web.config with windows | 27 Sep 2005 23:38 GMT | 1 |
i haven't tried this, but if i add variables or user permissions on a web config filefor a windows app., will they work if i make the app into an .exe? it works in asp., but don't know in window apps
|
| Running a DOS program with parameters. | 27 Sep 2005 21:14 GMT | 7 |
I got help from somebody here telling me how to run a DOS command using the process variable. Problem for me is that I need to be able to pass parameters to the program - multiple parameters at that. When I run the full command line, which looks something like:
|
| Help with Generating Random ID | 27 Sep 2005 19:52 GMT | 2 |
I need to generate IDs for entries and I would Like to have it in the format MMDDYYYHHMMTTMS-RANDOM NUMBER I am using the following to generate the random number
|
| Copied form class doesn't work | 27 Sep 2005 17:56 GMT | 2 |
I have made a form class, it is an about box. the form (the form class) resides in a project where I call it from a test form. Everything works ok.
|
| Automatic resizing of controls in group box | 27 Sep 2005 17:28 GMT | 1 |
I am trying to make a dynamic GroupBox that will contain a variable number of child controls of a single type, e.g. RadioButtons or CheckBoxes. I want to read the neccesarry information about the controls (such as the text) from an xml-file, create controls, and then
|
| BinaryFormatter.Deserialize fails when used with .net ActiveX | 27 Sep 2005 16:01 GMT | 5 |
I have an annoying trouble with binary serialization. I have a windows forms application which works like a server and keeps sending data to its clients. The data is serialized before being sent using BinaryFormatter and a serializable object. When using a windows forms ...
|
| Numeric data type issue | 27 Sep 2005 15:53 GMT | 6 |
Why in the world is this happening: double MyCount=0.00; MyCount = (100 * 2611508) / 37792454; Response.Write(MyCount.ToString("F2");
|
| Store Connection Settings in a config file | 27 Sep 2005 15:13 GMT | 4 |
C# I am trying to store my connection settings in a config file, mainly so I can easily change the db that the app connects to without doing a release of code. I have the config file sorted fine, and I can read the connection
|
| MS Access -> Listview -> Excel | 27 Sep 2005 14:12 GMT | 2 |
I am fairly new to VB.Net, and have gotten stuck with an invoicing application. My database (Access 2000 / 2003) is used to store records of our products, customers, suppliers etc. The user can select customer details which form the proposal / invoice header. The user can also ...
|
| Retrieve the property name - How To? | 27 Sep 2005 13:38 GMT | 3 |
Imaginate you have one method that accept some arguments like: 1- a control 2- un Type (MyType)
|
| Can anyone share any info on software vendor? | 27 Sep 2005 13:26 GMT | 1 |
I am a young independent developer and still not too well used to today’s severe world. I need a reliable reporting component for my business application and my search has brought me to 9Rays.Net’s reporting tool. The problem is that I
|
| ITextSharp in production environment | 27 Sep 2005 12:32 GMT | 1 |
We are developing an application in C# which has to generate a report in PDF format. ITextSharp meets our requirments and we are intending to use it in our project. Has any one used ITextSharp in commercial projects? in a production
|
| Change to Local Group Membership Requires Reboot?! | 27 Sep 2005 11:45 GMT | 2 |
Although I havent been able to find any documentation to confirm it, it looks like any change to a windows local group's membership is only reflected in the group editing UI (and the command-line tool 'net localgroup'), and requires a full reboot of windows to take effect for
|
| parameter problems | 27 Sep 2005 09:40 GMT | 7 |
i have info table in sql server 2000 INFO: name surname ______________________________________
|