| Thread | Last Post | Replies |
|
| Problem with combination SSL and Proxy | 14 Sep 2004 14:33 GMT | 1 |
Our .Net Windows Form Application accesses 2 web services (over Internet). 1 web service is configured as SSL, and 1 without. The SSL web service methods are accessed after first setting the .Credential object on the web service object -> Successfull.
|
| Windows Forms through IE | 14 Sep 2004 12:21 GMT | 6 |
I have an ASP/SQL project that we are looking to port to .Net. At this point, much of the functionality is handled using DHTML and RDS. We have been looking to change over to something like a DLL that is displayed in IE. I have seen some writeups that indicate that windows ...
|
| IDE to code on the fly | 14 Sep 2004 12:01 GMT | 2 |
In my application, I have a window that the user write code c# and after my application run on the fly. I need a IDE to help the user to write the code. Example, intelisense and colors.
|
| blinking issue while using invalidate | 14 Sep 2004 06:33 GMT | 2 |
I have been having problems using invalidate which forms when the mouse is triggering the screen repainting. It seems that if the invalidate function is called too frequently and unsightly blinking effect happens. Below is a sample program which produces the effect I am trying to ...
|
| DataGrid select row | 13 Sep 2004 22:54 GMT | 2 |
How do I programmatically select a full row by clicking on it? DataGrid only select a cell by default.. Thanks. david
|
| Comparing two strings | 13 Sep 2004 21:57 GMT | 5 |
A simple question: How to compare two strings finding out which one should go first alphabetically? In other words is there a function that would told us which string of two
|
| How to add a manifest resource? | 13 Sep 2004 21:11 GMT | 4 |
I have a WinForms app source code with a batch file containing compilation script: csc /t:winexe /r:System.dll /r:System.Drawing.dll /r:System.Windows.Forms.dll /r:Cassini.dll /win32icon:myicon.ico
|
| hide some checkboxes on treeview control | 13 Sep 2004 15:33 GMT | 1 |
Hi friends, I want to show checkboxes on a treeview control but hide some of them. I found that when I set the checkbox property of treeview to true, all checkboxes will be shown. Is there a way so that I can hide some checkboxes
|
| Update package | 13 Sep 2004 15:09 GMT | 1 |
I have a solution that includes a deployment project. The solution also contains a database file (access). Now I'd like to exclude the database and only deploy an updated version of the other file, so far so good. Hence, all the old files, except the database, should be written ...
|
| Unable to access form in Designer View. | 13 Sep 2004 15:06 GMT | 5 |
I created a VB.Net Smart Device Application solution with only 1 project in it. The project has only on form that I created by selecting Windows Forms from the Windows Forms Toolbox. After writing and running the code, I copied the entire Solutions directory to another folder.
|
| Binding ComboBox with an Enumeration | 13 Sep 2004 14:34 GMT | 1 |
I got a simple question that, how can i bind a comboBox control with an Enumeration. Thanks in advance,
|
| MDI Forms with Infragistics Components VB.NET | 13 Sep 2004 09:24 GMT | 3 |
Hi all; I have one mdi form with several components, some of them from Infragistics. Somewhere in my app, i open another form (sdi) containing a Crystal
|
| massively confused about ListControl and its programming model | 13 Sep 2004 09:09 GMT | 1 |
I am used to working with DropDownList of Web and ListItem in Web programming. The list control is populated with ListItems whose two properties are DisplayText and Value. Very clear cut. So I thought windows list controls would be similar, but noooo. I am
|
| FolderBrowserDialog is empty | 13 Sep 2004 08:19 GMT | 5 |
i'm sure i overlooked something silly, but for some reason if i try to use the FolderBrowserDialog.ShowDialog method, the dialog does not show a treeview containing folders... the dialog only contains the button to create a new folder (which also doesn't do anything) and
|
| Caching in Windows Based Application | 13 Sep 2004 08:07 GMT | 1 |
How do I Implement caching in case of windows based application. My windows based application fetches the data from server, I want to cache it. As my data is 2 huge and I don't want to use webservice as it will slow down my process.
|