Answer Questions
Janakiraman A Form owned only by MDI child
Hi, I would like to know how can i display a new form (NOT one of the MDI Childs) above only a specific child, i mean when i will select a different MDI Child form i will not see the new form and when i will switch to t ...Show All
Sijmen Dynamically add code to program?
I am slowly figuring out how to dynamicaly add controls to my program. I want the user to be able to add checkboxes and text boxes as needed for his or her needs. When I calculate the price at the end, i add or subtract depending on what checkboxes are checked. How can I add to an if statement once a user adds a new control, so that the if statement is updated for that new control Is this even possible Thanks ...Show All
Parky106 add customized combo box in datagridview
i have my customized combo box found in the other site. i need this to add in dfatagrid view the combox box have multiple columns which i find it suitable for me.for now, the problem is aading it in datagridview heres the my code public class mycombo inherits datagridviewcomboboxcolumn public withevents columncombobox as mtgccombobox ---this mtgccombobox is mycombobox found on the other site ........ end class th ...Show All
Phansu Problem with uploading tableAdapter...
I'm having a bit of trouble using the tableAdapter.Upload method in VS 2005 beta2. Filling the dataset and populating a datagridview works perfect though. Being rather new to ADO-programming, I guess I've just something seriously wrong. Anywho, my update look something like this. try { this .Validate(); this .MyBindingSource.EndEdit(); this .MyTableAdapter.Update( this .MyDataSet.MyT ...Show All
SuperHornet Datasources not showing when on a form in VS release candidate
I am using Visual Studio Release Candidate. Creating a winform. I add a datasource to my windows project. I add a new form. In beta2 (as I remember it) you simply draged tables or columns from the datasources tab to a form. However, my datasources tab has nothing in it when I am on a form. If I click on a dataset window (an .xsd window) I see the datasources as I would expect them. That is, there are tables li ...Show All
semaphor TaskVisionWS DataSet(xxx).vb
First, thanks to Microsoft for TaskVision and Microsoft Application Blocks, they are great tools. I’m attempting to leverage off of the TaskVision framework for development of a custom solution. I’m currently involved in the rather tedious process of adapting the ...Show All
DD4V3 Remote Server Is Unreachable - New Install
I downloaded the install for the source today. I ran the install. Verified that the database was created and that the tables had been poplulated. Also verified the virtual web was created in IIS. Database and client are on the local sys ...Show All
MarcHoeppnerNeoGeo Using Inherited Forms
Hi- My goal is to be able to use forms, created with VB .Net, in Mathematica, using NETLink. I'm experimenting first in .Net, with a simple Windows application, that uses an inherited form, defined in a DLL. I can run the project OK&nbs ...Show All
keram Windows forms and Office Word
Hi, I'm currently developing an application for a small company. Basically, I have a windows form with some textboxes bound to a MS Access database. The company's already created a bunch of nice Word reports (documents) that took them a long time to develop. What my client wants to do is that once he finished capturing the info in the controls, have a button that fill up that same info into their Word reports and save it to the DB ( ...Show All
JohnFTZ Getting screen location of HTML elements inside a Webbrowser control
I'm working on a C# win form application in which I need to render a web page in a control, and get the screen coordinates of the rendered links. I've got the web pages showing up ok, but I have had no luck getting the actual screen locations. I've used the Webbrowser.document.links[index].offset values, but these are not the correct values at all. Does anyone know of a way to quickly identify the screen location of links in a webpage Thanks Ke ...Show All
Eivind Gussias Lokseth Text does not appear on form load
Here is the problem. Certain controls don't display text. I will create a form in the IDE that has group boxes and combo boxes on it. The combo boxes only display text on the top line or the line that I select. When I click the dropdown, nothing else is displayed. As for the group boxes, the header displays, but any labels inside the text box don't display any text. They show up in the IDE, but not at runtime. I have a screen shot showing the ID ...Show All
Glenn Wellington .NET combobox and NULL values
I have a .NET combobox that is bound to a column that accepts dbNULL values in an ADO.NET DataTable. (This column is, in turn, related to a SQL Server 2000 database column that accepts NULL values).) I am having the following problems wit ...Show All
zs no- touch deployment - Updating dlls
Hi, I have an app that is deployed on an iis server. It contains an exe file and 5 dlls. When i rebuild my app I copy and replace the latest version of the dlls and exe file to the server. When the user goes to run the app b ...Show All
aaronexodus Host Designer
I'm following the article http://www.divil.co.uk/net/articles/designers/hosting.asp Ok well it's a pretty simple question. lets say I have a control with a Child_Form property ok, how to I select another form if only one is loaded in the host at a time. I f ...Show All
hebboy Getting key events in IE hosted UserControl
Hi all, I've problems getting key events in my IE hosted UserControl. If I use this control in a Forms application, I get all events. But in IE OnKeyPressed isn't called. Mouse events are no problem. Any hints Thanks in advance, Thomas ...Show All
