Answer Questions
sweet_dreams Replacement of ImageList Collection Editor
I'd like to know how to either replace the ImageList Collection Editor or at least have it show my images in the correct size instead of "scrunched". Yes, but a 16x16 bitmap is not supposed to be "scrunched" int ...Show All
Knut G bind data to combobox makes selected index change
Why is it that if I have this code: comboBox1.BeginUpdate(); for (int i=0;i<10;i++) comboBox1.Items.Add(i); comboBox1.EndUpdate(); The selected indexChanged is not fired but with this code it is: comboBox1.BeginUpdate(); DataSet ds = new DataSet(); ds.ReadXml("sites.xml"); comboBox1.DataSour ...Show All
Dan Moreira For consideration
Some of these would be better suited to the VS.NET team, I'm not sure how much the winforms team and the VS.NET team work together. 1) I know this would be difficult to implement, and not even sure if you guys have control over VS.NET,&nbs ...Show All
Phil Grigg webBrowser question, content from string?
Hello. I am using VS 2005 beta 2 and am building a C# project with a webbrowser control embedded in my Windows.Form. I see that I can use the DocumentText hook to feed HTML from a string to the webbrowser. What I would like to do is feed SVG code to the browser from a string (I have already installed Adobe SVG Viewer, so the browser can render SVG content). Is there a way to tell the browser control that the mime type it is ge ...Show All
Joe_Hellsten replacing "session" in web application
session is used in web application to store information across diff webpage.. but is there any other way of replacing it into window application form thanks and regards. Um, I suppose you could but why would you want to A WinForm&nb ...Show All
TheMagic Prerequisites and ClickOnce Application
Hi All, I deployed ClickOnce application with prerequisites(.Net FrameWork,Sql Express etc..). The application is working fine. In the long run if I have to upgrade my application and if it needs some other prerequisites, is there any way to include prerequisites with application updates Plz suggest any solution for these scenario. Thanks in advance Srinivas Hi Srinivas, Unfortunately there is no way to have ClickOnce auto-install up ...Show All
Dean K Closing a Windows form from another form
I am working on a program that has a timeout routine running in the background. After three minutes of inactivity, a timeout warning window is displayed on the screen. After an additional 3 minutes, the program times-out and I display the&nbs ...Show All
groot DataGridView Refresh (no prior solutions work)
All, Preface: I really appreciate the help. I know questions similar have been asked many times because I've seen them in these forums and all over Google. No solution works. Problem: When adding entries (rows) to a database, the DataGridView that is bound to the dataset connected to that database does not refresh. Description: I essentially have bound my DataGridView to an MS Access file containing the table personnel. When I use the p ...Show All
NatalieE How to remove a cell value in datagrid?
Hi, How could i programmatically delete the value in a data grid cell. I need to add a function to the datagrid to be able to delete/remove the current cell value by pressing a key. Following statement clear the cell but in visual mode& ...Show All
Dan.G Very strange ComboBox databinding problem
Hi, this problem really drives me nuts. I have a custom ComboBox, which derives from the normal ComboBox control. I'm setting the DataSource of the ComboBox in my code to a DataTable and also set DisplayMember and ValueMember. So, the binding in general works fine, but here's the odd part: Depending on what is selected I color the background of the ComboBox differently. To achieve this effect when the DataSource changed i overwrite the OnDataS ...Show All
ThomasC22 Making a .net Grid
Hi , im currently designing the architecture of my coming grid for .net and i just want to ask all of you what grid (for .net or whatever) that you think is the best and easiest to use my current implementation is beginning to resemble th ...Show All
laja Manually Trigger a ClickOnce Update for Application
Hello, I have a ClickOnce application that function correctly and applies updates as I publish them. However, the users only see the updates the next time they shut down & restart the application, and I have several users that leave the application always running. How can I manually "trigger" the update process I found this article, which looks promising: http://msdn2.microsoft.com/en-us/library(d=ide)/system.deployment ...Show All
Kip Streithorst application.exe to big
Hi all, I'am just a beginner in .net and I build an application. After adding several forms to the project, to .exe starts to grow Question 1: What is the best solution to split up the program (dll's ) or are there other possiblities to do tha ...Show All
jeffdion Dragging an UserControl
Hello, I have a bit of a situation. I have a UserControl which I will want to drag around a panel, I've found many tutorials on dragging things into controls, but I actually wish to change the X,Y location of the control. I've tried using this: ... customControl. MouseDown += new MouseEventHandler (DragIt); } public void DragIt( object sender, MouseEventArgs e) { customControl. Location = n ...Show All
BioGeek Get the version of setup
Hi, I want to get the version of setup and save it to xml file for future using. How can I do this Thank's Alexei Can you help clarify what you mean Are you interested in the ClickOnce publish version Are you interested in the version of the Bootstrapper (setup.exe) Are you interested in the version of the built .MSI from a setup project How do you want to get this version Manually, from ...Show All
