Answer Questions
Malmer What is "application framework"?
I tried creating a new Windows Forms app and had a hell of time just getting it to run. The trick was turning off something called "application framework". Can anyone explain what this is Or point me to some articles about&nb ...Show All
tkim11 The solution
Hey guys, Would it be too hard to put a status indicator on the web site somewhere indicating the availability of the server. Ie, a red or green light representing the server status being available or not would be a nice feature. I for on ...Show All
Mark Lowenstein load data only if needed...
hi to everybody! i would like to have a custom datagrid, that only loads the first 10 records of a table. when the user scrolls down on the bottom of all avaliable records a function should then load the next 10 records. i need this 'cause i&nb ...Show All
jcatnc How do I get the table to accept input into a form written via a program.
If I write to a text box via a program, the table attached to the form is not updated until I navigate to the next form record. Presumably the Form locator.position change accepts and confirms the value to the table. The Data Table is not linked to a SQL database or MS Access but I read and write to it from text files so I can not to an sql COMMIT. On occasion, the field will display the value sent but the underlyi ...Show All
Amit Bhagwat Gif animation do you need the Image Animation Class?
I have an animated gif set to play once (not loop forever) I can display an animated gif in a form using the following: picturebox.Image = Image.FromFile("c:\directory\image.gif") The image displays correctly but plays forever even though it is set to play&nb ...Show All
jgalley What is the best UI library to get for .NET windows forms development?
Hi I am look at the various libraries/controls/... available, and am wondering which is the best option, based on experience Thanks Thanks for the response, I have downloaded his set and will give them a try. Depends on what ...Show All
Steve Powell How to install windows and web application using a single setup file
Hi, I have two applications. One is a windows application and the other is a web application. I created two msi's for these projects individually. I want to create a setup file, that will combine the installation of these two files together. Also, i want to know, how to modify the config file to change the connection strings for these applications, after getting the user input for these. Also, provide us with some help on how to create a s ...Show All
JohnEK AutoComplete TextBox
Hello, Autocompletion of textbox in .net 2 works differently than I expect. If customdatasource have strings "Good boy" and "Bad girl", it does not suggest anything if I type "boy" or "girl". It only suggests if I start typing from the beggining of the string. Is there a way to extend autocompletion to this functionality Thanks Hi, that's the normal b ...Show All
james swanson Drag and Drop
Hi if i have a TreeView and that has a list of directories as nodes. And i have a list view that dissplays the files in the directory when i click on a directory in the TreeView. If a implement a drag and drop fxnality and ...Show All
chris27uk dataview and relations in vbnet 2003
Hi, I got a parent table and childtabel with a relationschip i got controls binded to the tables, this works fine Now i want to filter the parent table, so I need a dataview on the parent table. but (duh) you lose the sync. and you can not go to a relation via a data view eg: grid.Datasource = DataviewStappen.StappenToewijzingen How to proceed Remco ...Show All
ts.suresh ListView Drag and Drop
Hi i have bben tryin gto do drag and drop form one listview to another . I have been able to get this far and it works fine. ListView1 MouseDown Event -------------------------- If e.Button = MouseButtons.Left Then D ...Show All
vincentvdb Could not load type "TaskVisionWS.Global"
I actually can't get it working. When I try to navigate to http://localhost/taskvisionws/authservice.asmx I get the following error message: Parser error .... Could not load type TaskVisionWS.Global I tried to put the TaskVisionWS.dll in the GAC but it isn't a str ...Show All
rellis32 Accessing Child form function/procedure from MDI from using events and delegates.
Hi folks, Recently only i have joined in this form, for a long time i have been struced by this problem thats why i have posted our folks for good solution. Below i have listed my requirement. I have one MDI form name myMDI and two MDIChil ...Show All
Snixtor opening a form by name in a multiproject solution
In a multiproject solution, I need to use the GetType function to find the type of a form, by its name. It works in a single-project solution, but in a multi-project one, the type is never found. I tried to browse all the types, but looks like the search was limited to a "first level" (the name of the project, but not downwards Any help on that My goal is to open a form by knowing its name, (in a string variable) thanks Unfortunately yo ...Show All
George Breedlove Web Hoster that support HTTP-DAV/WebDAV
Hi, I've used the AppUpdater component and it seems to work fine in our development environment. I'm having trouble finding a hoster that supports the download protocol. They hosters say there are security issues with it on. Does anyone know  ...Show All
