| Thread | Last Post | Replies |
|
| converting VB to C# | 28 Feb 2005 11:43 GMT | 8 |
How can i convert this lines of codes into C#? Many thanks for x=65 to 90 SQLHolder.text=SQLHolder.text & "<a href=""alpha.aspx?alpha=" & chr(x) & chr(34) & _
|
| go on printing to a new page | 28 Feb 2005 10:49 GMT | 1 |
in PrintDocument1_PrintPage i want to go on printing to a new page
|
| Problem with postgres | 28 Feb 2005 09:21 GMT | 1 |
I have the following problem : I am using oleDnAdapter to connect with database in Postgres when I want to Generate dataset I get the following massage "Retrieving the shema for dataadapter failed" ,but if I want to "Previev data" it works very well...so what is wrong??
|
| metadata | 28 Feb 2005 08:57 GMT | 7 |
i need to work with assemblies, but i don't think that the reflection namespace gives me enough control, that's why i'm tempted to work directly with the file format. Is the format going to change in the next versions of the framework? Any answer is welcome =) thx.
|
| how to use vs.net 2005 compile the program run in sdk1.1 | 28 Feb 2005 08:54 GMT | 2 |
I'm using vs.net 2005 beta1 to compile the program,but I have many machines that only have the framework 1.1 installed,and I can't install the framework beta2.0 on them, so I need to compile the program that can run on framwork 1.1, does anybody know how to resolve this problem.
|
| How to check if the connection to a remote computer exist | 28 Feb 2005 07:43 GMT | 3 |
I looking for a solution for how to check if a connection to a remote computer exist or not using vb.net. I 'm writing a program which will request data from a remote sql server. I need to check if the connection to the remote server exist, before open the
|
| HELP with IList please | 28 Feb 2005 07:15 GMT | 2 |
I'm trying to bound a custom object to a combobox using DataSource property. The code works correctly however when the user selects a different value I get a runtime error of NullReferenceException - Object reference not set to an instance of an object. I've posted a
|
| Custom Events in Web Services | 28 Feb 2005 05:35 GMT | 2 |
I have created a class with custom events. The delegate for the event is created before the class is declared. This event works fine when deployed locally. I convertied the Class into a Web Service, by adding the appropriate
|
| Responding to custom property changes. | 28 Feb 2005 03:59 GMT | 4 |
I have implemented DashStyle and LineThickness for custom circle control as follows: Public Property DashStyle() As DashStyle Get
|
| DataGrid and MS Access database | 28 Feb 2005 00:09 GMT | 3 |
I have a datagrid on a web form and I am setting the datasource in Page_Load Event and there are no errors generated, I can interrogate the DataTable and it returns row count, column count, data in rows, etc., but the DataGrid itself will NOT appear at all on the web form. ...
|
| Is it possible to hide a row in a datagrid? | 27 Feb 2005 23:35 GMT | 1 |
I'm wondering if there is a property in the datagrid that allows me to hide a particular row. My situation is that I have approximately 100 rows that I want to filter by category. This makes organizing the data and saving the data easier.
|
| Visual Studio | 27 Feb 2005 23:15 GMT | 1 |
Is there a newsgroup for Visual Studio? Thanks
|
| make console wait until async method is complete | 27 Feb 2005 19:20 GMT | 3 |
static void Main(string[] args) { DoSomething(); } static void DoSomething() { for (int i=0; i<=10; i++) { CallAsyncMethod(); } }
|
| Control-characters | 27 Feb 2005 15:16 GMT | 1 |
probably a very simple and stupid question: :) I touched some key while working with visual.not. Now the control characters are turned aon (I can see tabs and spaces...). I am not able to find the option to turn them on again, an can't find something in the help too.
|
| Small apps, JVM, NET and such | 27 Feb 2005 14:23 GMT | 2 |
I have been developing small applications to speed up certain tasks. First I have been using NetBeans(Java Sun) as my base language. Well the problem that I have reached was that I was not able to distribute my apps (30 kb) to the clients without the JVM(14mb). Trying to figure ...
|