Answer Questions
scalpa task notification service?
Hi all, I am thinking of creating an extra feature into a derivative taskvision app to send reminder emails out to task assignees when the 'complete by' date is almost up. Basically I am looking for some pointers on how to approach designing/coding ...Show All
chreiter Using datagridview with two columns -> textbox and combobox columns
Hi all, i no undertand how i can use a datagrid to display a like master/detail structure of data of my access table that contain characteristics data. For example the access table have this structure: cod codcar desccaratter valcar CUF 1200 Profondita (mm) CUF 2810 Altezza (mm) CUF 3410 Larghezza (mm) CUF 5480 Peso (Kg) CUF 7170 Dolby ...Show All
Gayatri_SSIS Disable datasource creation when adding a web reference
Hi I'm developping a framework that consumes web services and I was wondering if it was possible to disable the creation of the datasources when adding a web reference. I'm going to have many web methods and I find that it pollutes my project since I wont be using them. Please dont suggest I delete them manually... I'm looking for a better solution. Thanks Hi I was talking about the xxxx.datasource files that appear under ...Show All
kingace A component does not recognize if it is in design mode!, a bug?
Hi I just discovered something interesting while I was creating my library If you are using the last release of Microsoft Visual Studio.NET 2003, create a new component, and in the component constructor add the following: if(this.DesignMode) System.Windows.Forms.MessageBox.Show(" ...Show All
Duke Nukem .NET & WinForms for touchscreen applications
Hi All. I'm just learning WinForms with C# and I am primarily concerned about creating applications to be deployed on a touchscreen. I have a few questions that I hope somone can shed some light on, point me in the right direction for additiona ...Show All
Runtime05 XML.XMLDocument Alternatives Help!
I am trying to find and hoping that there is an alternative to the system.Xml.XMLDocument object. I would use xml.xmldocument except for the fact that when I call the xmldocument.load method it loads all of the xml entries into the xmldocument objec ...Show All
Andy Needham buttons in a tablelayoutpanel in a inherited form
Hi there I cant work out if this is a bug, or I'm doing something wrong. I have a base form with some buttons in a tablelayoutpanel and when I inherit the form, all the buttons are locked. I've made sure both the buttons and the tablelayoutpanel access modifiers are protected, but the IDE still won't let me edit the properties of any of the inherited buttons. Interestingly, if I put a button on the form directly (not in a tablelayoutp ...Show All
Rahul.Bhot Creating new master record when adding detail via dialog
My application has master / detail tables - let's say "Product" and "Category" The main form uses databound listboxes to show you categories and products; clicking a category will show the products within that category. I want a dialog box that allows users to enter details of a new product. The "new product" form should have a drop-down list allowing them to select a category. One of the options should be ...Show All
Joey What is the AddNew method of BindingContext???
I need to try this question again: Does anyone know what the AddNew method of BindingContext Class is It is not documented in the Class Members. Here is the code that generated this question. This code is found on a form displaying one ...Show All
Anshuman Srivastava - MS How to extract text from string
Hello readers, I have a string which is a stream of a URI. I would like to know how I can go about extracting text from that string I only want to save certain text that show up on the web page, to a table and discard the&n ...Show All
RicoIT How do you write a 'login' winform?
I have a quick question: I have a winform that needs to have a 'login' window. I would like to show the login window before the main form opens. If the login fails, the whole thing should close; otherwise, the login window should hi ...Show All
jsc7810 Newbie Publishing Question
Hi, Just starting to use VB for the first time. I've written an application which is a hotch-potch of the VB Express templates, my own code and code from other authors. The project works quite happily on my desktop. To get some practice at publishing I attempted to install my application via CD to my laptop. After numerous windows updates and a long download and install of .NET Framework 2, I'm left with the following error on installation. Una ...Show All
shoey7474 Microsoft WebBrowser control question
I have a web browser control hosted in a windows forms app I'm developing as a reporting tool. The control is used to show Sql Reporting Services web based reports in the application. I would like to show a loading screen while the control  ...Show All
Carlos Loachamin app.config file question
Hi all, Is it possible to progammatically write to the app.config file I would like to set a value to a key in the appSettings. I want to do this to set the location path of the database whose location will not be known at design time&nbs ...Show All
Keandre datagridboolcolumn
Hello I've got an datagrid and in it i have a column with datagridboolcolumn. It works fine but the problem is that i'm filling the grid with empty rows when it's not filled with data. The problem is that a would like to get rid ...Show All
