| Thread | Last Post | Replies |
|
| Dragdrop with NTD | 16 Aug 2004 17:22 GMT | 3 |
I've developped a windows form application in C# that uses drag and drop. This application works fine when I execute it locally directly from the PC on which it has been installed. Now I'm testing the execution of this application by using NTD (i.e. launch
|
| Sub-forms | 16 Aug 2004 16:17 GMT | 6 |
What is the best way to show a 'form' inside another form. Or could I better use a user-control? I currently don't want MDI, rather a wizard-style interface... - Joris
|
| Working online | 16 Aug 2004 13:15 GMT | 4 |
Hello group, I need to know the best and best responsive way to determinate is a windows form (or the desktop computer) is online (access to internet). I particularly interested for a quick check.
|
| help(F1)(F1) datagrid column width | 16 Aug 2004 08:56 GMT | 2 |
hello all i need your help when i try to customize the datagrid and it's column in programmaticaly way by this code nothing happening so i need your help
|
| MS Outlook cool control question | 16 Aug 2004 06:13 GMT | 2 |
MS Outlook has a cool control that's a combobox, a textbox and a label. The combobox selection (marked with a check) shows in the label and the value goes into the textbox. The control is used to select which TYPE of phone number (home,mobile...) to allow the user to alter in the ...
|
| Messagebox | 16 Aug 2004 01:36 GMT | 4 |
What is the way/code to generate a messagebox to get confirmation from users in ASP.net, e.g. before they delete a record, i want a message box to pop up. Thanks Ed
|
| combox text not editable | 14 Aug 2004 18:30 GMT | 3 |
I cannot seem to change the comboBoxStyle in WIndowsCE projects .net I can add a combox box but the DropDownStyle property can only be set to DropDownList not DropDown which I is what I need. The reason it cannot be set is because there is only one value for
|
| Question about communication between forms | 14 Aug 2004 14:38 GMT | 6 |
I am working on a winforms app in which I have a main form that has an outlook-style explorer bar on the left, and a client area that is used to host other forms in response to a user clicking on one of the items in the explorer bar. The various forms that are hosted in the client ...
|
| Custom List Control | 14 Aug 2004 14:30 GMT | 1 |
How do I create a list which holds some columns that holds to a button or some other custom control I made? ThanX, Moshe!
|
| dotNet & VB ActiveX DLL error | 14 Aug 2004 13:53 GMT | 1 |
when I call function from my object written in VB6 to show form from that object following exception is thrown: "Non-modal forms cannot be displayed in this host application from an ActiveX DLL, ActiveX Control, or Property Page"
|
| Localization of windows forms made in C# | 14 Aug 2004 09:08 GMT | 2 |
I'm currently working on a C# project. We have some Windows forms GUI's that we need to translate to other languages. The translation itself is done by external people, so we need a way to send them some files that they can translate.
|
| Newbie: info entered in steps | 14 Aug 2004 06:35 GMT | 1 |
i was wondering how to duplicate the effect where a user enters groups of info in individual steps. Best way to describe it would be something very similar to a software installation screen.
|
| how to validate textfields tied into a database? Note: Dotnet newby so be forewarned ;) | 14 Aug 2004 06:31 GMT | 1 |
I'm new to dotnet so bear with me if this question has been asked a zillion times (I searched for any assistance but may not have been using the correct jargon). Here's the scenairo: we're migrating from an old java app to a new c#-based app. One of the spiffy features of the ...
|
| How to resize controls size automatically when form resizing | 14 Aug 2004 06:08 GMT | 1 |
I'm having a situation for a windows application, where i don't want to strict the form size or windows resolution, Is there a simple solution to do that with out affecting code programmatically? There is also a problem for font sizes which will differs between different ...
|
| Problems copying output dll's in a post build step | 13 Aug 2004 22:28 GMT | 2 |
I have a solution that has several projects, where many of the projects contain controls that are discovered at runtime, rather than direct reference (this is a requirement). Therefore, the 'copy local' reference copy mechanism for of visual studio does not apply.
|