Nested DataRepeaters for C# WinForms and Drag&Drop
Hi,I am using nested DataRepeaters (v12) in a Windows Forms Application. I want tobe able to Drag&Drop Items from outside the DataRepeater to a DataRepeatercontained inside the DataRepeater. But...
View ArticleHow to hide child control
Hello. i want to implement a custom panel, which has a property i called ShowChild. if set ShowChild false, panel's child controls are hidden, otherwise, child controls shows up.For now, i accomplish...
View ArticleTabPages.Insert Bug?
Is anyone else out there having problems inserting TabPages? I thought it might be a problem in my main project, so I created a new WinForms test project, dropped a tabcontrol on the form, and added a...
View ArticleVS 2010 ReportViewer PDF export with editable fields?
Need to export a report in PDF format with editable fields so that they can be opened later and user can edit those fields using PDF editor. Is this possible???
View ArticleEffects fireworks in windows forms
hi i am wanting to put a background type fireworks instead of bubbles that exist in the background video:http://www.youtube.com/watch?v=KdDZlYl9R6Iin the minute: 01:50 you can see the effectdo this...
View Articleburn cd or dvd in visual c # or visual basic without nero
hello anyone have a code to record a cd or dvd without having other program installed nero express
View ArticleUndo Stack problem on Webbrowser control [IE11/Win8.1]
HiMy application is using DesignMode feature on Webbrowser control. I'm getting my application to support IE11.I have asked one question about dummy Undo unit caused by the SetAttribute when we prepare...
View ArticleHow can i get desktop's icon's information ?
Does any one know how to get info about icons on the desktop ?I want to get a list of the icons on the desktopthe parameters i need are [Icon Text, Icon Image,icon position on desktop,icon target(a...
View ArticleWhat is the dirty state of a DataGridView ComboBox?
hi friends, A DataGridViewComboBox has a dirty state, user checks the checkbox but It does not change the value property.But when it comes to DataGridViewComboBox, what is it's dirty state?thanksI use...
View ArticleHow to implement thousand separator in Numeric Updown while entering the values
I have a numeric updown. I want to display thousand separator while user entering the value..Please tell me how to implement this..I give thousandseparator property true...The value is fine after...
View Articlewhat is the Dirty state of a DataGridView Button?
hi friends, a DataGridViewCheckBox has a dirty state, user checks the checkbox but It does not change the value property.But when it comes to DataGridViewButton, what is it's dirty state?thanksI use...
View ArticleCalling a form through macro substitution
Hi!I have created a form that generates a string FormToCall with value that is decided at runtime (for eg "ABCD" or "EFGH") , and I then want to call the form whose name is in FormToCall.As in FoxPro...
View ArticleConvert Asp.net code into Windows application code
Hi friends please help me to convert this asp.net code into windows application code..( c#) System.IO.Stream fileStream = objGedComExport.Write(); Response.ContentType = "text/plain";...
View ArticleCodeDom compile error 'Forms' is not a member of 'Windows' in Windows 8.1
I am using CodeDom to create InMemory exe. This works great for Windows 8 and below. The compiled code works in Windows 8.1 if I remove the Forms Declaration, but i dont want to do that. Any ideas?...
View ArticleHow do i get teh checked state a DataGridViewCheckBox cell?
hi friends, I have a datagridview with four columns and the last column is a checkbox column. I want to change the background color of the checkboxcell if it's checked. I used the event...
View ArticleSend Files Directly to Printer instead of using ShellExecute
Ok, environment info: Windows 7 x64, Visual Studio 2010 Ultimate, Winforms Application, VB.Net., Windows Account is in Administrators group.My application prints multiple files that are in lstView...
View ArticleData grid view ComboBox
HelloI am a bit new to desktop app and i am bulding one ,my quastion is prerrt simple but could not find a simple answer for it in google yet..How to get index of selected value in combobox that is in...
View ArticleHow to suspend events when setting a property of a WinForms control
Hello,What I want to achieve is setting a control's property, but do not want the already registered events to be triggered. (controls such as DropDownButton, TextBox, ListView etc. Events like...
View ArticleMatch Game Attempt
I am attempting to get a simple match code to work. Essentially on next button push it displays a random flag *this works*, then the user clicks a county name button which matches the flag displayed,...
View Articlepropertygrid with readonly properties and uitypeeditor set not grey!
Hopefully someone has run into and solved this problem. I have a propertygrid with a set of readonly properties. Properties that do not use a custom uitype editor have their property names show up...
View Article