Answer Questions
SiuMei stand alone WinForm testing in VS 2005
Hi, Is there any way I can test a winform (eihter .exe or dll project) without building the whole project for the UI look and feel purpose in VS 2005 I guess, old days from VBA, we can test a form in Excel or Access just to look at the appreance of the form without testing the interactions. It will be useful when we are building a class library project, where we sometimes don't want to test the functionality but just to have a look at the form i ...Show All
Wild Dog McDog Really easy question
Im new to VB 2k5, I was going to add a inherited form...then decieded against it, now i cant get back into designer view on my main form, when i click it, it just goes back into code view.. :( Also another side question....What im trying to replicate is like a setup program where you hit next and another screen comes up..im not sure if i want to use a inherited form..or something diffrent to do this. same thing.. under the vbpr ...Show All
Chu Xu Master/Detail
I am trying to include a couple of master/detail forms on an current project, and I have set up all the relationships in the dataset. However, the details(in a DataGridView) are not updating when the main form's current record is changed. I have done all the setup in the forms designer, with the following setup: BindingSource [IncidentsBindingSource] bound to BindingNavigator Relation "IncToOffense" exists as follows: [Incidents].[In ...Show All
Saratoga ContextMenuStrip for treenode
Hello, I'm using a contextmenustrip for a treenode; how do I figure out which tree node currently has the context menu strip for it I'm trying to use the contextmenustrip location, but it references the wrong tree node. Thanks. This is an example from one of my projects, where you have TreeView named: tree_tools and a context menu for it (only one for the all treeView) and it listen to MouseClick ...Show All
kundalani inherit control in the flowLayoutPanel.
Hello.. I want to ask a question because I faced the weird situation. The test process is as below. 1. Make the ancestor form. 2. Put in the flowLayoutPanel and adjust the modifiers to "public". 3. Put in the button in that flowLayoutPanel and adjust the modifiers to "public". 4. Inherit from above the form. ( Make the descendant form ) 5. See the properties of button in the descendant form. That properties are "read only". If ...Show All
drastik Can someone please help me convert the following C# Calss to VB
I am ready to rip my hair out trying to convertthe following C# class to VB So if some one helps me you will save my hair Thanks in advance public class MessageStore : INotifyPropertyChanged { static MessageStore _store; BindingList < MailMessage > _messages; int _unreadCount = 0; int _draftsCount = 3; int _deletedCount = 16; MailMessage _selectedMessage; int _previous = 0; private event PropertyChan ...Show All
Fabio Vessoni Associating a File Type To An Application
I have a .net application which is associated to a file extension. When I double click on a file that is associated to my application, my application is supposed to launch, then I check the command line arguments and open the file which&n ...Show All
Mukhthar Recursive database access problem
I am currently working on a system to allow our Help Desk to better managing software licenses. I'm attempting to develop a solution for counting licenses that have been deployed using Microsoft's backward licensing, IE: We originally owned office&nbs ...Show All
Ashok Debnath Add a control plus its designer
Hello I have a control plus its designer . now I want to add the control to toolbox . but I wanted to put it in there I have got this error :"Insufficient state to deserialize .... I dont know what should I do when we have two c ...Show All
JaceMan Text position in a rich textbox
Hey, How do you Aline Text to the left or right, or center it with a RichTextBox control I tryed this: RichTextBoxPrintCtrl1.Text.somthing the somthing is nothing, I could not find a option for .Text that would Aline it... Thanks :) Oh, ok, but there is a little problem... So I did the Select All one, but then, after that I put: RichTextBoxPrintCtrl1.SelectionAlignment.Left() And RichTextBoxPrintCtrl1 ...Show All
DavidT1361 Custom control containing child custom controls
Hi Everyone, I have a question about the correct way to create a custom control that contains a dynamically controlled number of child controls. Basically i'm trying to implement a basic vector drawing control similar to that found in photoshop/xara/inkscape etc. I have a parent "vector" control that containes a number of "point" controls and "line" controls (where the lines connect the points). I figured this was t ...Show All
Spy versus Spy Change the Build Number?
I had to reinstall all my computer and now my Build Number is lower than the one I had before, is there a way to change this number generated by the system Thank you You mean the build number of Visual Studio.NET Or ...Show All
Neha Roy Desktop Toolbar application use with message boxes
I am current developing a WinForm app that contain's a form that may be docked on the desktop, in a similar manner to the task bar. This uses the SHAppBarMessage API, and is based on the sample app posted on this site by Fred Balsiger ...Show All
Alan K Save File Dialog
My question is di I have to place menu on the Child Form for saving from RichTextBox or it can work by placing the code on the MDI Form and here what I am tying to use but it did save the file but it was empty. private void saveAsToolStripMenuItem_Click( object sender, EventArgs e) { saveFileDialog1.Title = "Specify Destination Filename" ; saveFileDialog1.Filter = "Text Files|*.txt" ; saveFileDialog ...Show All
apk23886 2 Bounds DataGridViewComboBoxColumn - Select value from the first should filter the second !
Hi All, I saw that a some members ask the same question and no one get an answare until now. I have a simple situation , One column is bounded to the "countries" table (country,description) , and the ather is bounded to the "cities" table (country,city,description). All I want is : when the user will select a country from the first column he will see just the relevant cities in the second column. The problem be ...Show All
