| Thread | Last Post | Replies |
|
| how to run a php script from a winform? | 15 Sep 2005 13:46 GMT | 1 |
Hi, i need a simple php script to run from a webserver (ex: http://www.me.be/run.php): that script creates www.me.be/runned.txt and that txt I need in a WinForm application. (I must use that scripts because there is no other way to get info
|
| How to call the existing form in ASP.Net C# windows form? | 15 Sep 2005 13:28 GMT | 4 |
Thanks for help in advance! In Form1, I "New" a Form2 and ShowDialog the Form2, it's OK. My intention is passing a value from Form2 to Form1. However, in Form2, I shouldn't "New" a Form1, 'cuz it will open a new Form1,
|
| Code Organisation in VS2005 | 15 Sep 2005 13:23 GMT | 1 |
Are there any up to date reccomendations regarding how to organise large solutions (>100 proj) in VS2005? Is this still relevant...? http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/tdlg _rm.asp
|
| Converting ArrayList to Array of user defined objects | 15 Sep 2005 12:02 GMT | 2 |
I have an ArrayList that contains objects of type "Client", and I would like to convert the ArrayList to a regular Array before returning it from a method. I would like to return it as an Array of "Client" objects. I have looked at ArrayList.ToArray(Type type) but I am unsure how ...
|
| Traverse TreeView Items | 15 Sep 2005 11:07 GMT | 1 |
I have a TreeView with 4 levels I need to implement Next and Back capability , my problem in how to traverse the tree to achieve this task.
|
| running c# executable.... | 15 Sep 2005 10:50 GMT | 14 |
fellow c# programmers... i need some help.... i have created a program, a module that is part of another bigger program...
|
| Problem when executing batch file with HelloWorld.exe %1 | 15 Sep 2005 09:48 GMT | 2 |
I have compiled this simple program which accept arguments on line using System; class HelloWorld {
|
| Interface question | 15 Sep 2005 07:04 GMT | 12 |
I am puzzled, what is the purpose of an interface? How does it work, what i mean is how does the compiler treats this? Why when we talk about separating user interface from business logic, an interface is declared, what is it's purpose?
|
| Question on Reflection.. | 15 Sep 2005 06:48 GMT | 8 |
I have a class which defines a few integer Constants: public class AppConst { public const int XVALUE = 100;
|
| Reflection Enum Type Value__ FieldInfo.isPublic | 15 Sep 2005 06:43 GMT | 1 |
I'm doing some actions through reflection and generating some source code to speed up my actions. But, when I'm generating source code to read and write the fields of an Enum type, it goes wrong. An internal field "Value__" is added to the field.
|
| Are there problems with Nesting Forms | 15 Sep 2005 03:48 GMT | 2 |
I've always been a bit annoyed by the over 200 methods and properties that are inherited from Form, so I came up with a technique to get around this. I create the Form in the designer, and then I wrap the Form class in an outer class that acts as my dialog. This lets me keep ...
|
| Basic Datagrid Code | 15 Sep 2005 03:34 GMT | 1 |
This is for a Win form. I want the user to select from a drop down box the license type, and then click the "ADD" button to add a new row to the datagrid, with the license type in cell 1 for that new row.
|
| Session Timed Out Issue (URGENT) | 15 Sep 2005 02:38 GMT | 7 |
I am developin an application that access a web site, i can get to the first page of the site, but when i POST to get to other pages, it gives me a message (amongst the HTML code) "Session Timed Out" It doesnt happen in IE, unless i leave the site sitting for about 10mins (my
|
| Singleton Pattern and Collections | 15 Sep 2005 02:02 GMT | 13 |
At the beginning of my C# days (about 6 months ago) I learned about the Singleton pattern and implemented for Reference data, such as the kind that appears in an Options dialog box. My Singleton code looks like this: public sealed class Reference
|
| coco/r and c# | 15 Sep 2005 00:26 GMT | 2 |
I need to pass a string to scanner coco/r. Now my code is this: I pass a file named "data.txt". I would like pass instead a string.
|