Answer Questions
Ayazhoda Adding buttons and click able icons to a list view control
I would like to know if there is any way to add buttons to a listview control I am only using it in its details view mode and I would like to be able to add them to some of the sub items in this view. Click able icons would also be workable. I have seen a fair few applications use this technique, although I can't think of one which uses .Net (may be that’s should tell me something ) . I realise I could just position buttons on top of the ...Show All
jrimpo How to manually copy ClickOnce projects to a publish web site?
I am developing a project using VS.NET Beta2. However, our publish web site is a IIS running .NET Framework 1.1 and we cannot upgrade it to 2.0 at this time. Can I manually copy project files to that web site and configure it to let our customer download and auto-update our project executables Thanks! You don't need .Net 2.0 on the server. You can publish your ClickOnce deployment to IIS using VS 2005. As long as you have the MIME ...Show All
Calinoiu Alexandru Accessing classes among projects in a solution
I have two projects in a solution. How can use a class in Project B which has been defined in Project A Secondly, if I declare a variable as Friend in Form1, then can I use the same variable in Form2 How is Private different fr ...Show All
Puttoju Licensing enterprise application with Serial # and Keys
Hi, We are developing an enterprise application. Here are our requirements: - turn on/off certain features of our application using some kind of license file. - Each license file should be unique to each of our clients and encrypted. - It should ...Show All
irenec Dbl click btw rows in grid?
Hi, Some time double click between rows on data grid cause UnHandeled exceptions. Any body experianced this How could avoid/ignore that This happen as soon as reachs the end of _MouseDown event, when i debug(trace) the program. the event&nbs ...Show All
Izhido_ Saveing data Into a Access Table
Hi everyone My quetion is how would I save Data into a Access table. I have a Main Form which holds a TextBox called "TextBox1" and 2 command which are called "CmdView" and & ...Show All
HerbF How to make text in datagrid or dataset column to a link? Visual C# 2003.
Hello I have a Windows Application with a datagrid and the data in the datagrid is a tables in a dataset from a mysql query. How do you do that you can make text in the datagrid so you can click on it and get the informations in a messagebox Some to help with syntax Thanks. spot ...Show All
Dick Campbell Data Abstractionlayer
Hi , im currently creating an abstraction layer for databindable objects.. its supposed to expose a common interface for all bindable objects. and now i wonder , what types/interfaces would be good to databind currently i have support to bind: DataTable (and dat ...Show All
Hooper TCP connections... How many is too many?
Hello all, I'm working on a central lobby server for a game at the moment, it will operate something like an IRC server would. I've decided I'd like to use TCP to handle the network talk but I'd like to hear about any experiences you ...Show All
BruceWang.Korea Image lists and PNG woes...
Hi All. I have a list view and I want to populate it with large images, but it seems that I have to use an image list to do this. When I insert a nice quality PNG file with alpha channel information into the list, it looses that infor ...Show All
Wlimit Embedded control keeps crashing...
I have an embedded control that works find when its in a standalone application (executable) but when it is embedded in IE it crashes everytime i close IE with it loaded or click on a link to another page. Any ideas Thanks in advance, Marco ...Show All
siugwan String Fuction
Hi ! in VB6 we can use String Function for repeating character string of the length specified, but in vb.net how can we do that. thanks. Check out String.PadRight(Integer, Char). That should do what you need. You ca ...Show All
Nahum Exception deleting a row from DataGrid bound to an ArrayList
I have a DataGrid bound to an ArrayList. When I delete a 'row' from the ArrayList the DataGrid throws an IndexOutOfRangeException exception. I constructed a very simple sample app that reproduces the problem (code below). This sample simply populates the grid from the array (see Form1 constructor). When you click the button it deletes the current row (see button1_click). At that point the exception is thrown. If anyone could suggest what I'm ...Show All
mr_humphrey how do I pass data from form 1 to form 2
Greetings, I am having trouble trying to pass data from one form to another within the same application. My project is set up with a main form [Form1] and I added a second form [Form2]. What I want to do is open Form2 from Form1 and then&n ...Show All
Frank Potter Best user interface control suite?
The application I'm currently developing requires a very robust and user-friendly interface. I know there are many third party control suites out there, but which one is the best for the money I'm looking for a package that supports dockable toolbars and windows/containers, preferrably multiple color schemes, menus with icons, tab interfaces, etc. (pretty much the standards.) I've looked at Infragistic's NetAdvantage, Actipro ...Show All
