Answer Questions
John Lemire ListView, CheckBox Clumn issue.
Hi all, I have a ListView control that has the CheckBoxes property set to true. Now, when the ListView gets displayed, the CheckBoxes get displayed in the first column along with the ListView Item text of each ListViewItem. Is there anyway I can get this CheckBox to be in its own column (whilst remaining as the first column in the ListView) Thanks Tryst Thanks, Yifung Lin! That has solved my problem. Its just a shame that you can't lock ...Show All
mdinu Excel 2002 problem
When trying to export to excel I've got a problem in the ExportTasks method The exception says: An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in TaskVision.exe Additional information: Old format or invalid type library. I do have Office XP  ...Show All
JDHill Gridview rows conditional colouring
Hi I need to color rows of a gridview based on the values of column in gridview. So if the column has value A that row needs to be green if it has value B then the row needs to be in red and so on. How can I do&nbs ...Show All
pradeepp Sharing same data on two forms
I am new to VB.Net and windows form so bear with me. I am working on an inventory program and am having some trouble figuring out how to do the following. I have a dataset with several tables adapters. The viewSalesCallItems table adapter combines several tables and has the following columns: ItemKey UPC ProductDescription SalesCallKey CutIn Npnt Discontinued Dispaly Price ReducedPrice Facing The second table adapter handles the tblSale ...Show All
Mikelll Model-View-Controller Implementation
I have learnt about Model-View-Controller concept and after reading it i tried to implement it in VC++. I am having trouble in making the modules M,V and C communicate with each other. I am not able to find out a method of making the controller a kind of bridge between the model and the view. So can anyone give me an example program which does so. Any simple program will do, like for example making a calculator with just three t ...Show All
No.1 Of Mew Dataset Changes Using Two Forms Linked to One Dataset
I have created a simple database program using the new automation tools supplied by Visual Studio 2005 and SQLServer 2005 Developer Edition. I have created a link to a single data source containing one table. In the first form, I have used the data source tools to drag a "DataGridView" to the form , creating a BindingSource, TableAdaper, BindingNavigator and DataSource In the second form, I use the same data source to drag the same ...Show All
Thomas Belser ListBox MultiSelect
Hello, I have a listbox, from where I have say 3 items selected, how can I find which are selected.... ahhh dont know ASP.NET Good Luck with your problem Hi, you can use the below condition in a loop to check whether the items are selected or not. if (ListBox1.Items[0].Selected == true ) // replace 0 with i in a for loop Hope this helps Regards, Nasha man not like that. ...Show All
Payton Byrd BackColor Property for TabControl
Wouldn't it be nice if THIS property worked sometime ago, some one posted this somewhere, i haven't tried it myself, but give it a shot tab page Dim tb2 As New TabPage("") Dim lala As New TabControl() lala.Parent = Me lala.Location =&nbs ...Show All
rtanislav Problems setting up data in the Application Data directory
I have an application that I have written in C# 2.0 that I would like to deploy using a Setup and Deployment Project. The application uses data stored in a SQL 2005 .mdf file that I install along with it. Currently, I have the .mdf file installing into the Program Files\Application directory, which works fine for an administrator. What I would like to do is install the data into the User's Application Data folder, or, if they select All Users, i ...Show All
csillagyitzik Terrarium Server Source Code...
Is there any chance that we could get hold of the Terrarium Server or Client source code. Since the Terrarium was sayd to be a .Net showcase project. I would love to have a look at how the entire thing is implemented. W1ld0ne ...Show All
Marc Selman VB.net crashes when loaded, please help
I just installed VB.net. When I launch the program, a windows installer comes up and closes the application. I have tried timing it where I can hit cancel, but it still closes the application. I have also tried opening a VB applica ...Show All
IPiscean Form Activated Event Going in multiple loops
hi! I have a form called frmContact which performs the following operations on its activated event. I have noticed that everytime the llOpenClose=true, the form runs correctly. however when the MsgBox loop ie the else loop is executed, the form keeps on& ...Show All
monk3yatthekeyboard Granting more trust with the control hosted in IE
Hi all, I've written a .NET control that is hosted in IE. For some reason I have invoked some platform API in my control, so I need a full trust to run this control. In my own machine I can get into the .NET configuration tool to  ...Show All
Aisac G. onlky refreshing and not adding rows using Fill()
Hi, I need to refresh my dataset after a certain period and I am using DataAdapter.Fill method myCommand = new SqlCommand(ReferenceClass.MarketExposureSPName(), myAccessConn ); myCommand.CommandType = CommandType.StoredProcedure; myCommand.CommandText = ReferenceClass.MarketExposureSPName(); myCommand.Parameters.Add(ReferenceClass.MarketExposureSPLimitParamName(),iMarketExposure); myAdapter.SelectCommand = myCommand ; but ...Show All
Francis Ballares ToolBar Flicker problem
Dears, i use windows user control using C#, that contain a toolbar. after build windows user control i used it in web application (<Object ......>) the problem is when user move to links (mouseover) the toolbar will flicker, i need to solve this problem please advise Have you tried setting the user control's DoubleBuffered property to True Dear Jim Perry, am use visual Studio 2003 not 2005 ...Show All
