Answer Questions
BruceH12 a problem with Context menus.
Hello all i am using third party toolbar and menubar tools for my project. The toolbar control is having 2-3 drop down menus. i can assign the contextMenu property of toolbar to the Context menu objects and show them using Contextmenu. ...Show All
RajuRaman Paint Program(C#)
Im making a paint like program where the user can use the mouse to scribble on the form. I have another form that allows the user to specify the X, Y, Height and Width coordinates for a rectangle. When i show this form it overlaps&nbs ...Show All
Rajasekaran_itech Controlling activeChild form from MdiParent
I am developing a MDI application where I would like to be able to control the activeChild form from buttons on the MdiParent toolbar. For example navigate through records in the dataset of the activeChild form. I would like to use the same&nb ...Show All
mohamad m hadi AutoRun from CD
Hi I have developed a VB.NET application which needs .net framework installed on the machine to run. I created autorun file on the CD to enable the customers to run the application from the CD directly . I provide the dotnetfix with the& ...Show All
netk Can OpenFileDialog be used to obtain a path?
Can I use OpenFileDialog to obtain a path, not a file In the Installer class of a Windows Console program, I want the user to open a dialog box to specify a folder where the application program can create files later. Is it doable How if so Thank you very much! ok, if you cannot use WinForm, there's not other way as let the user enter the path string by himself... No, but .NET 1.1 introduced the FolderB ...Show All
Rob Davis How to set the current cell programatically in datagridview?
Hi everybody, I tried the following code, but I still need to click on the cell before it is selected. Is there a way to make the a cell the selected... dataGridView.CurrentCell = dataGridView.Rows[e.RowIndex].Cells[pathIndex]; Any suggestions will be appreciated, Elvia dgv.CurrentCell = dgv(rowIndex, colIndex) dgv.BeginEdit(True) Wish I knew that too. I've bee ...Show All
Pacowar UnhandledException?
How could i capture & handle UnhandledException in client or service side this is the sample that i copy from the MSDN help, bear in mind that AppDomain.UnhandledException will halt your application when it happen in most cases, a&nbs ...Show All
hoobler CurrentPrincipal changed
Hi, I'm looking for a way to find out if the thread's current principal changed. If I change Thread.CurrentPrincipal it should trigger an event. Does there exists an event that does something like this I don't want to raise an event manually! Thanks Bjorn ...Show All
bitjunkie What is this?
I was surfin and came across this picture. It's exactly what i'm looking for the only difference is is that here is used in IE but i want it in a winform. Is it panel on which they can drag and drop or which component can u  ...Show All
thowe Serious error with selectedindexchange
Hi, I have three combobox on a window form all are bounded through database but related to each other i.e. data in combobox2 is related to data in combobox1 and data in combobox3 is related to data in combobox2. My requirement is: When form loaded, combobox1 should be bound with corresponding data (upto this been completed). And when I select any of the item from combobox1 the related data in combobox2 & combobox3 sho ...Show All
shunsuke keydown repeats keys?
Hi Any property/way for the keydown event to receive a number about repeats due to key being held down Justin, Tons of thanks for this full and clear note. Actually i already overwrite WndProc to reject the keys that i donot ...Show All
David Pritchard Restricting color change of windows title bar in my application.
Hi, If we change desktop color by right clicking on desktop and selecting Properties/Appearance, our windows application Title Bar color gets changed. I couldn't find any property by which I can restrict this change of color. How to do it if any ext ...Show All
bravipandey Safe Source ?
I have been using visual safe source for about a year now and have been very unhappy with it. Is there a better source control program out there Thanks, Trey I use Vault by sourcegear and am very happy with it - even ...Show All
Kathirvel Office XP PIA with word
I am using office 2000 with the office xp pia and i just extracted the files to a folder and added Microsoft.Office.Interop.Word as a reference. When i did this with this code Private Sub btnMerge_Click(ByVal sender As System.Object, ByVal e A ...Show All
Alfio Casiano COMBOBOX many-to-many
i have three tables: CountryTable: CountryId,CountryName,Description CityTable: CityId,CityName,Description I would hace tho combobox,the first one for Country and second for City the second combobox (CityCombobox) should show only Cities that belong to the selected country on the first combobox (CountruComboBox). i use a look up table : CountryCity: CountryId,CityId i have 2 relations: rel1: ParentTable=CountryTable ...Show All
