| Thread | Last Post | Replies |
|
| resize textbox | 12 Sep 2004 13:34 GMT | 1 |
I have installed framework 1.1. and SP 1 on my computer. I include a textbox to my form but it can only be resized horisontally and not vertically. What is wrong? (It works fine on other components like buttons, labels...)
|
| null in datagrid | 12 Sep 2004 08:02 GMT | 1 |
i getting only "null" in my dataGrid can someone tell me why?? thanks Dim DataGrid1 As New DataGrid
|
| Help with some basic concepts | 12 Sep 2004 07:45 GMT | 1 |
Hey all, In a master/detail relationship I can work with the master details fine (you know maniupulating the dataset with edits, inserts, and deletes) what I'm wondering is working with the details records. I don't have any exerience
|
| Bad .NET 1.1 Service Pack 1? | 12 Sep 2004 02:51 GMT | 2 |
In spite of trying various ways of loading .NET Framework 1.1 Service Pack 1 under my new WinXP Service pack 1, I was unable to get it to install. Typically, the installation would hang after a minute or two of execution. After many hours of frustration, I called Microsoft tech ...
|
| ASP.Net TAPI Programming | 11 Sep 2004 23:54 GMT | 4 |
I come to know that TAPI programming can be done using ASP.Net with the help of Interop.Can anyone please explain what is Interop?.
|
| Mono and Gtk# programms. | 11 Sep 2004 23:53 GMT | 5 |
does anyone have successfull experience with mono on Windows. I have download mono-1.0.1-gtksharp-1.0-win32-0.5.exe But to compile und run programs whitch use Gtk# is not possible:
|
| Architecture Question | 11 Sep 2004 23:09 GMT | 2 |
Small architecture question I'm hoping someone can answer? I want to create a Windows Service Component that will periodically poll a database for data changes, respond to several client application messages, and in turn notify clients of events that they can then respond to.
|
| Dataset changes reset | 11 Sep 2004 20:07 GMT | 1 |
Hey all, Is there a way/.method to discard all changes made to the current dataset and reload to datagrid? thanks,
|
| Virtual Directory | 11 Sep 2004 18:24 GMT | 1 |
I have a doubt about uploading ASP.NET web application from development computer to web server. Is there any way to store the ASP.NET web application in the server's virtual directory that is different from the virtual directory that I used during development? For example, I used ...
|
| form size - no resize | 11 Sep 2004 17:43 GMT | 1 |
I have an app where I change the size of the form at run time using controls and I do not want the user to be able to resize the form, I have removed the min and max buttons. I have tried to set the min and max size to what I want but now the form will not resize when they should ...
|
| .NET Framwork SP1 (Version 1.1.4322) Bug? | 11 Sep 2004 15:29 GMT | 2 |
After installing .NET Framework SP1, I find that re-compiling Visual C++.NET code with Visual Studio 2003 (v 7.1.3088) that previously compiled successfully gives rise to two errors: C2039: 'SuppressFinalize' : is not a member of 'System::GC'
|
| Message Box centered in app and not screen | 11 Sep 2004 08:23 GMT | 1 |
Does anyone know how to have a message box pop up in the center of the app and not the screen. Thanks in advance. Roger.
|
| Chat | 11 Sep 2004 08:21 GMT | 1 |
Are there any good CHAT rooms for developers, particularly of the .Net kind?
 Signature -Demetri
|
| WebControl Span or Div tag | 11 Sep 2004 07:25 GMT | 1 |
I can render most all html tags by creating webcontrols in code behind. Is there a span or div web control? Thanks in advance.
|
| Combobox | 11 Sep 2004 06:43 GMT | 2 |
In Combo Box, i am dispalying the values (Names) from database. At the same time I have one default Name to dispaly in ComboBox like "New Category". But I don't want to add it("New Category") into database because User may delete it from database by Manually.
|