Answer Questions
another_pancho Combobox selected index in datagridview
Dear All, I am using VS.NET 2005. I bound a datasource into a combobox type in the datagridview column. I cannot find any property of selected index when the selection changed in the dropdown list selection. Is there any property of combobox in datagridview equivalent to the normal combobox property comboBox1.SelectedIndex Regards, LG Check out the DataGridView ...Show All
bartonking Binding of dynamically created controls
hi, i have a form which creates in the loop i am creating them nicely here is my code for that Sub createcontrols() Dim i As Integer = 1 Dim j As Integer = 1 &nb ...Show All
alvi fawad Windows Explorer Style App
hi... as i said my app has windows Explorer look and feel i need to do the drag and drop i have diff case...(one at a time) TreeView to TreeView TreeView to ListView ListView to TreeView so currently i tried for TreeView to&nb ...Show All
riverwalker Deployment and Updates
I am new to deploying and updating an application. Anyone seen a good article explaining the process and possibly an example Thanks Not sure if this is what you're in need of, but here's an article on how to have your .NET ...Show All
HoldenDT how to filter out duplicate values?
I have a DataTable with the following schema and sample data: ProductID | LocationID | ProductName | Quantity | SellingPrice --------------------------------------------------------------------- 1 | 1 &nb ...Show All
JamesDawson DateTimePicker with Month selector only
Is it possible to limit the DateTimePicker to select Month only In that its better to develop a custom component. You can use list control or you can override the datetime picker paint method to draw as u want. use the following code: dateTimePicker1.Format = DateTimePickerFormat .Custom; dateTimePicker1.CustomFormat = "MMMM" ; dateTimePicker1.ShowUpDown = true ; This is actually what I am doing now. How ...Show All
Nick Asseloos giving a panel focus
I am sure its simple, but I have searched about and can't seem to et something working. Simple window, i created a panel in. Here is what I have and have tried: The commented portions are what I have tried. [code] private : System::Void IrrlichtPanel_Paint_1(System::Object^ sender, System::Windows::Forms::PaintEventArgs^ e) { ObjDisplay->init((s32) this ->MyPanel->Handle.ToPointer()); //this ->MyPanel ...Show All
nagarajuch Terrarium 1.2 Client Available!!!
The new Terrarium client is now available for download. Here is a list of some of the changes: - Organism SDK Installed with Client (Includes docs, tutorials, reference and skeletons) - VS.NET 2003 Project Templates - Resizable Window&n ...Show All
Daraius Beginner to Forms
I've just started using VB .NET and forms. I have created 2 forms, the first form has a button that when clicked will: create an instance of the second form show the second form hide the first form. Then when i close the second form I wan ...Show All
GMohr Adding new line to a multiline text box
Hi I wonder how can I add new line like enter to a multiline text box I tried to enter txtBox1.Text = "\n"; and it shows a weird character when I do that Anyone please help me Thank's I never know which way a component& ...Show All
bopamax Transparent Usercontrols
Currently transparent background color is not supported in usercontrols with overlapping controls as it was supported within VB6 with the backstyle proeprty. In the transfer of our software from VB6 to VB.Net this lack of functionality is killing our applicat ...Show All
4kapple Master-Details using Listboxes
Hi, I am using Windows Forms, not Web Forms. My desire is to set up a Master-Details interface using 3 Listboxes. I have three Listboxes (not DataList and not DataGrid): 1) Listbox_A 2) Listbox_B 3) Listbox_C Listbox_A is the master of Listbox_B Listbox_B is the master ...Show All
Will K VS2005 Beta2 Version Issues when using Strong Named key file
I am using VS2005 Beta 2. Question... 1) Does anyone know why once I publish an application that is signed with a strong name key file, I can no longer publish updates to it using the same key file Here are some steps I took that caused the version issue I had. 1) Added a single button to a form and built my application 2) Signed the ClickOnce Manifest with a VS2005 created Test Certificate. 3) Signed the assembly with a newly built ...Show All
NAB Web Browser Control, Delete Key not functioning
Hi, We have a smart client app whose front end is an windows form and we are using 3 browser controls within that form. On one of the browser we load the data supplied from back-end web services. We have forms that allow users to fill in data. For some reason, I am not sure whether its a browser setting thing (i did not find it), the form does not allow use of Delete key on the keyboard, Backspace works but not the Delete Key. Nothing happ ...Show All
AndrewMK Column spanning cell editor
I have got display of colunm spanning cells working in the datagrigview control bydrawing in the RowPostPaint event handler. However, I cannot seem to find the correct event to handle in order to change the size (and if necessary, type) of the cell& ...Show All
