Answer Questions
San71 how can i programaticaly delete the selected item (row) from a listview with 3 or more columns ?
Hi. I make a form with a listview. I managed to programaticaly add items on the listview but dont know how to edit or remove the selected rows. Can anyone help me Thx. The ListView control's MultiSelect property is set to true by default. If the user selects more than one item, your code will only delete the first one. If you set ListView.MultiSelect = false, then this code is fine. If anyone ...Show All
Gabriel_M Creating Custom Controls
hi, i'm developing some custom controls for an app , and i was wondering if it is stricly necessary to have code for serialization and UIEditor Iterfaces, i'm asking this because i cannot understand very well the FlashTrackBar example that's on MSDN , i can understand the FlashTrackBar class but still can't seem to find the right info on the FlashTrackBarValueEditor and FlashTrackBarDarkenByEditor, ...Show All
Pierre Bakker Developing a Keyboard component
I've developed a little HTML keyboard for typing Greek in Unicode (<A href=http://dev.basictheology.com/greekkeyboard.aspx>http://dev.basictheology.com/greekkeyboard.aspx</a>) and I'd like convert this to a WindowForms app. I don't really know where to start on drawing out th ...Show All
Davood Windows Authentication with hosted SQL Server?
I have a client that is a private school that can't afford their own SQL Server. They can, however, afford to pay monthly for a SQL Server that is hosted on the internet (e.g. www.alentus.com) Can I develop and deploy a WinForms application (fo ...Show All
Francois Tanguay Range Parameters in my Report Doesn't work
Hi, I just created a simple report using one range parameter with no default values because I have a WinForm with two comboboxes showing values from a table, Selecting the item from the combo boxes I set the range parameters for my report ...Show All
nhinkle App.Config returning null values in Windows Services but returns right values in Windows Application.
Hi All, I have created an Windows Service where I am using App.Config for global variables. But, it is always returning null values ( string xyz=ConfigurationSettings.AppSettings["abc"]) for all the variables I have declared in App.Config. (But the same thing if I am doing as a Windows Application then it's returning the right values.) Interestingly, this same Windows Service is working properly in another machine but not ...Show All
Gilbee app.config file and deployment
Hello, I have a windowsform app. I have included the database string connection in the app.config file. It works fine on the developer box, but when I try to deploy, the application cannot find the connection string. Is there something I have to do with this file when deploying. Regards Peter Yes, that's what I was trying to say. Peter, your suggestion to use <app_name>.exe.config fixed the issue I ...Show All
Moustafa Arafa Express 2005 C# or VB
Can these versions work with Terrarium I tried using C# but the resulting DLL file (using a sample bug) Gives this error when loading into Terrarium mode Assembly failed validation process. Please fix the following: But it does not list anything, but ...Show All
Yanick Running Loop without Hogging App
How do you run a loop in a program without using up all the resources for you application. For instance, you are trying to verify that all of the data on a spreadsheet is correct, such as making sure the e-mail address, phone, and fax is&n ...Show All
Radwanh Install app as admin for ALLUSERS on a single machine, requires .msi be present 1st time nonm-admin users run app.
I have an app that I have been installing using InstallShield Express. I install for ALLUSERS while logged in as administrator. The installer creates the appropriate icons and start menu entries for all users and any subsequent non-admin user can run the app even after the installation file (usually on a CD) is no longer available. The app and all sub-dirs and support files are installed to \Program Files\<my company name>\<my app name& ...Show All
noobOOP Replicating VISIO Functionality (IMPORTANT)
I have to replicate VISIO's ability to create the FLOWCHARTS using VB.NET. Please provide me a basic roadmap, as to how should I proceed . I am new to GDI and am going through the basics through the material and source code availaible ove ...Show All
AloneSword how to embed child datagrid from its parent - this is not IT
Hi, All, posted a thread earlier regarding nested tables on .net data grid, guess, the simple goal that I am looking for is: for a .net datagrid on a win form app, how can I embed a child datagrid for each data row - so I ca ...Show All
SBurden Auto-expanding TextBox?
Hi, Am I mistaken or is there no automatic way of getting a multiline TextBox to grow as the number of lines in it increases and when the form is resized I'd think something like this would be standard in a mature UI framework like WinForms Many thanks, Jiten There is no built in way to automatically grow the number of lines in a TextBox as you enter more and more text into it. Instead, make sure y ...Show All
RahulB Ordering Items in a Property Grid
This is really pathetic. I have tried a ton of stuff to try to order property grid items in VB.NET but it seems there is no way. I have heard that it is a VB.Net langauge bug, but very low priority on Microsoft's list... Well, its something everyone with a propertygrid wants, so can't Microsoft just add an Attribute for "Order" I assume you are talking about using the property grid within your application Ha ...Show All
TSZ ListView Export To Excel
Hi, I have a requirement to export the contents of a ListView (Detail View with Group By) to Excel - either saving it to a file or opening it inside Excel. Does anyone have any suggestions, samples, links Thank you in advance for your help, http://support.microsoft.com/kb/306022/ ...Show All
