Answer Questions
Barry Kwok A product like TaskVision
Since the TaskVision product is no longer available for download, if you are looking for a simple multi-user defect/feature/task tracking tool, there is a product called "OnTime" from Axosoft that is very similar, but has a ton more features. ...Show All
Sandy Gallagher SQL Server Functionality within Windows Forms
I want to write an app that mimics some of SQL Server's Enterprise Manager's functionality. Basically, I would like to display a list of servers. The user would pick a server and I would display a list of tables (provided they have ...Show All
vindos listView
i have listView1 and i want to be able to select the index i want..just like in a listBox... example in a listBox u can do: listBox1.SelectedIndex = 10; and it select the index 10... listView does not have the SelectedIndex so how can i select the index that i want Try the following: listBox1.Items[0].Selected = true ; thanks but didnt worked..... anybody knows how can i get and set t ...Show All
Irenej Slideshow Using PictureBox - Images From Specified Directory or Website
Hi, I'm creating a C# Windows application using several .NET components for ClickOnce distribution. I'd like to include an automatic slideshow area using PictureBox. In looking through the samples and forum requests I notice several examples of PictureBox using ListView to select an image. I added a listview and populated a column with the full file path\name (except for the first row under the column label being b ...Show All
MAA1 Called Forms referencing calling Forms controls
I have a form A that calls the Form B. I know that if i put the modifiers of textbox in the Form A i can reference it from form B. But, all textboxes that i have in form A are created on the fly and i cannot use the&nbs ...Show All
lukics How do I stop the character from appearing in a Textbox
I'm writing an HTML Editor and I added a feature that adds a <br /> if shift + enter is pressed and a if shift + space is pressed. However the enter/space is still added to the text box. Any Ideas on how to stop the enter/space from apearing The trick here is to add code that says something like if(c.KeyChar == ' ' ) { int i = 0; ++i; } and set a breakpoint in the ++i line. ...Show All
Dmitrit AutoToolboxPopulate option question
Hi, Is it possible to limit the AutoToolboxPopulate to some certain projects in a solution Or is it possible to exclude some projects in the solution from toolbox population Thank you in advance Thank you ToolBoxItem(false) gives me control over toolbox population in the "Control" level, which is good, but I want the controls to be visible in certain solution configurations only... The only reason I want to acco ...Show All
kewpcg event on scaning barcode
hi , i am using vb.net 2003 and i want to scan barcodes with the scaner i want if the scaner completes the scaning doesn't matter what the length is the next textbox is focused i tried it on different events but could not find the&nbs ...Show All
Gary J DataGrid in TabControl
Hi, I have a tabControl (in a windows form) contains two tab pages. In the first tab page, there is a data grid. When I click and switch to the second tab page, I also want to see the same datagrid showing on this tab. How ...Show All
tc ace Problem with datagridview in VS2005 (C#)
Hi, I've implemented a datagridview in a form and have create the event RowEnter in order to catch the events when changing a row, in this event i output the currentrow index. This works however i remark some strange behaviour. When launching the form the currentIndex is 0 (thus the first row). When i navigate towards the 2nd row the event is launched however the row index remains the index of the previous one. And this behaviour remains while ...Show All
zooto68 Populating controls from a ListView
I have a ListView control that is populated with values from a DataSet. I want to (upon selecting a row in the ListView control) populate a series of controls on the same form (text boxes, combo boxes, etc.). In VB6, I would use the ItemData property to snag the ID and use that as a key to find the corresponding record. I don't see a way to associate an ID with each row in the ListView. If I can do this, I can then get the ID and get the corresp ...Show All
Master Ruthless opening a paticular cell in editMode when dg row is highlighted
hiya, When the user clicks on a dgRow, I want to be able to be open the 5th cell (in editMode) of the selected dgRow.Ideally, I want the underlying datable to be updated if the user subsequently enters data in this cell and then moves ...Show All
peternolan9 Outlook2003 web Access Look&Feel
i would like to incorporate look & feel similar to that of outlook2003 web access. Is there any free components out there that i could use. I know few companies that are offering softwares that could be used to produce forms of that na ...Show All
vpopadic WinForms GUI TEST tools?
Hi! I am looking for some GUI Test tools for a windows forms app. Do you know some good regards, gicio Hi Gicio, I've used NUnit Forms (http://nunitforms.sourceforge.net) with success in the past. Good luck, -Paul ...Show All
KoKoNassar Network Browser Control Like Explorer
I am trying to get the list of computers seen by the My Network Places explorer window. (I am trying to make a custom Explorer-type control) So far, I have the following code snippet. However, this grabs all the computers that were ...Show All
