Answer Questions
Dave Stienessen Legacy to .net
The company I am working for has developed an application,which has been deployed at many offices of many clients..about 700 for last 10 years..now we want to move to .net framework..the core functionality needs to remain same..but we want ease of deploy ...Show All
Jochen Wezel DataGridView - functionality
Hi, I have a question to this DataGridView control shown here: click I don't know how to achieve two of these effects: a) "This is custom drawn text" - how can I achieve something like that b) There is for example an image column but one cell hosts a ComboBox ... how is that done Thanks figured out a) as well. Just do all the painting in CellPainting oh ok, I just solve ...Show All
maxcredible Data Grid View with Databinding
Hi, I'm having a problem with Data Grid view control. Its is bind to a sql server 2005 table and it is displaying data. The problem i have is that I can't manage to capture that data and copy it into excel file. If someon knows how to capture it so that i can copy it into an Excel file. P.S I have one butoon which is select all, I want it to select all rows and then when i place copy it should export to Excel. Any specific prope ...Show All
Stefanie Transparent ASPX page (WebForm)
How can I make it transparent, so you can see desktop through it I think of some trick - copy desktop area under the page and past it on some layer as background, but how What Kinda it I need to write some client-based C# code to copy and past ASP.NET webpage background. The ASP.NET Forums is the venue for ASP.NET questions. ...Show All
Fogel Extending DataGrid
Hello, I have followed microsoft's Walkthrough: Creating Your Own Collection Class to create my own Collection object. I created the following classes: Receipt, ReceiptItemCollection, ReceiptItem. 1. I have bound a datagrid to my ReceiptItemCollection. 2. I am having trouble customizing the appearance of the datagrid. ( using this example ) (basically nothing happens..datagrid is automatically creating columns) I am suppose ...Show All
Jochen Z editing items in a listbox
G'day all I have a listbox with 16 lines (strings 32 char max). These lines populate a dropdown menu according to a maximum number of items selected eg if the number of items is 5 then a for next loop fills up only 5 items of the dropdown menu. This part works well, what I would like to do is for the user to be able to edit the lines of text in the listbox and then the application should save the new data and restore it at the next resta ...Show All
VijayVeera Could not find file C:\Inetpub... GescomCustomActionInstaller.InstallState
Hello I am trying to make custom actions to install the database and I have this. Is there a way to debug an installer step by step public override void Install(System.Collections. IDictionary stateSaver) { base .Install (stateSaver); string databaseserver=Context.Parameters[ "databaseServer" ]; string databaseuser=Context.Parameters[ "username" ]; string databasepassword=Context.P ...Show All
David B. P MERGING CELLS IN DATAGRIDVIEW
Hi all, Is it possible to merge cells(rows) in DatagridView And How Thanx The DataGridView does not have any support for merging cells. You can custom paint content across cells, but apart from that you would have to do a lot of work and custom coding to produce merged editable cells. -mark DataGridView Program Manager Microsoft This post is provided "as-is" Hi Is ...Show All
CWDavid Embeded WindowsMediaPlayer has bugs
Summary: The AxWMPLib. AxWindowsMediaPlayer object seems to have bugs and becomes unstable. Question: Is there a bug on the Active X wrapper that is generated by Visual Studio Do anyone know of a workaround Background: I am using an embedded Windows Media Player in a form. I got the player onto the from via the VS Designer. The instance of the player object is of type AxWMPLib. AxWindowsMediaPlayer m_player . When ...Show All
Craig Regester How do collection items notify a change to control.
hi, I create a winform control with collection property.The collection property include some type object.But when I modify the object's property in the collection on run-time the control doesn't change.How to notify control to change when object's property change in the collection property Try adding this.Invalidate() as the last line of your set{} block. joeycalisay ...Show All
martinig Memory Leak?
For some reason, when I add a debug.writeline statement to my C# windows form, the amount of memory the process is using constantly increases while it is running. Here's how to replicate the problem: 1. Create a new C# windows form project 2. Add a& ...Show All
ReddGreen Sending a Fax
With WinFax (Symantec) it is possible to set a fax number with Visual Basic, and then print a report to the fax-printer. The fax is then sent to the set fax number. Is this possible using the windows XP fax service ...Show All
Jeff Irish Reporting service for Terrarium is not working again
Hi Justin, It no longer reports the latest creature stats. Could you please take a look and reset it Thanks, -mark I think this time it is permanently fixed. To however fixed the Stats server (again): Thanks! :o) ...Show All
Reddirt14 .NET Memory Consumption
Hi All Here's something interesting: Launch your Winforms app. Open task manager, look at the memory used on this app/process. Minimize the app, look at the memory. Restore the app, look at the memory! Why does it take SO much memory to "launch" ye ...Show All
JohnJSal ParseException on manifest when installing ClickOnce App
I get a ParseException on the manifest when installing ClickOnce App. I can access the manifest just fine with a browser. I have searched the forums and not found asolution to this. Any help is much appreciated. Thanks, Rich PLATFORM VERSION INFO Windows : 5.1.2600.131072 (Win32NT) Common Language Runtime : 2.0.50727.42 System.Deployment.dll : 2.0.50727.4 ...Show All
