| Thread | Last Post | Replies |
|
| SupraNews news reader | 26 Sep 2004 13:24 GMT | 6 |
Ok, I gave up on converting Gigi's news reader -- there were too many missing parts, and running System.Windows.Form.Forms from winelib was too slow. gtksharp is the only way to do for widgets and forms technology as far as I'm concerned.
|
| .NET vs Java opinion! | 26 Sep 2004 12:10 GMT | 16 |
Hello, guys. I need some help to convince the bosses to adopt the .Net in my work. I really believe that .Net is the BEST option to use, therefore the opinions must be with no passions.
|
| question about validating in datagrid | 26 Sep 2004 11:49 GMT | 2 |
i have a dataSet with table that has only integer fields and im using dataGrid with DataGridTextBoxColumn connected to the dataSet. when im writing a string into the cell in the dataGrid , the string is replaced with the old value (number) , so the cell validation is ...
|
| Secure FTP avaliable in .NET? | 26 Sep 2004 05:09 GMT | 5 |
My team has developed an application that uses the .NET "FtpOpenFile" command. How can I find out if this FTP comamnd is secure... Well, I guess in general does .NET support secure FTPs - if so, how do I use it?
|
| how to get icon from url............ | 25 Sep 2004 23:59 GMT | 5 |
how do i get icon from url into combobox? i already got webbrowser working it is lsimilar if u typed www.firefox.com, u will c icon stored in combobox. ne ideas how to do this? regards,
|
| Equivalent ADODB.Connector and ADODB.Recordset in VB.NET | 25 Sep 2004 22:36 GMT | 3 |
What is the VB.NET equivalent of the VB6 ADODB.Connector and ADODB.Recordset? Thanks Marty
|
| <PrivateImplementationDetails> | 25 Sep 2004 21:44 GMT | 3 |
I was looking at some commercial assemblies that we had purchased through Lutz Roeder's .Net Reflector, and noticed this entry in some of them. What is it and how does it get there? Also, under this same namespace node (no name) there is an internal class.
|
| Enter Key trapping in aspx with ImageButton | 25 Sep 2004 19:19 GMT | 1 |
Hi Experts I have an aspx page in which I am providing a search facility apart from other matters. I have placed an image button. I have several dropdown lists and textboxes in the page to provide the search criteria. I want the
|
| Visual Studio 2003 losing ability to add web usercontrol | 25 Sep 2004 17:00 GMT | 3 |
For some reason in my project, I am unable to add a new web user control in Visual Studio. Normally I would right somewhere in my web app and "Add Web User Control", but when I do this it creates an ASPX page. If I try to then "Add new item" the web user control is not specified in
|
| Where are all the properties? | 25 Sep 2004 16:16 GMT | 3 |
I have a button on a form, but when I look at the button properties window it only has a few properties. How do I get the rest in the window, like BackColor, for instance? I would like it if I didn't manually have to put it in. THanks
|
| changes in DataGrid and DataTable.GetChanges() | 25 Sep 2004 09:59 GMT | 2 |
I have a DataGrid(View) and a DataTable. The DataTable is displayed in the DataGridView: dataGridView.DataSource = theTable; The user is allowed to select some rows and then the following
|
| Cleaning up after the process is ended in task manager | 25 Sep 2004 07:10 GMT | 4 |
I have a problem that relates to running "cleanup" code when an application is forcibly ended using the "End Process" of "Task Manager" (Please note that this is very different from "End Task" since end task sends a message to the application, requesting it to close)
|
| Server Error in '/' Application. | 25 Sep 2004 00:05 GMT | 3 |
I have a webfarm which contains several ii6 web servers. A .net web application is running fine on all servers except one where I will occasionally get the error below; If I restart web service it will work again.
|
| Tab Control Focus | 24 Sep 2004 22:19 GMT | 1 |
I am trying to set some checks on my tab pages. I have many sets of tab control pages with many controls on each page. I have got the code on the button to check each control to make sure it has an amount. It then sets the focus to that control if it does not have an amount. If I ...
|
| createprocess doesnt work in .NET ( i am using vb .NET ) | 24 Sep 2004 21:30 GMT | 1 |
in VB6 the api declares the createprocess lbEnv var as any. When converted to .NET is change the type any to Object. The problem is, what kind of object. I can not get the env variables set when excuting a process with createprocess. I dont know if its the fact that VB.NET doesnt ...
|