How to get fractions like WPF
I am in desperate need of fractions like the OpenType Font Features in WPF. What library or action do i need to perform to get my fractions to look like the ones on this page...
View Articlehow can i interpret windows event viewer messages?
hi. of course may my question have not about here. but may you can help me here.in event viewer we have messages and sources. how can i interpret that messages for example:source:service control...
View ArticleHow to refresh listview items after removing Item...
Hi,I have a listview which contains items.My problem is that when I edit or delete the item, the listview does not refresh (whether it should change the text of the item or delete it from the list). I...
View ArticleGet Start date and week End date for particular Week number and year
Hi All, i am using VS05 + Windows Application + c#+ Acess Databse.I need Week Start date and week End date for particular Week number and year ...passing as a parameter in function (Acess...
View Articleicon still appears in the system tray even after uninstalling the application
When i uninstall my application,the icon still appear in the system tray.only after clicking the exit menu from my application it disappears from the system tray and no more in the system too.How to...
View ArticleOverhanging container control
Hi,Does anyone know if it is possible to have a container control such as a panel that will display "overhanging" it's parent control? - In the same way that the drop-down portion of a combobox can...
View Articlechanging the color of commented text(query) to gray in windows application(C#)
Here is the code for changing the color of commented query:private void TextBox1_TextChanged(object sender, EventArgs e) {...
View Articlechange the form from one language to another
HiI have a DropDown list from which i can select the language required.But once selecting the language file, the textual elements in the form shouldchange to the language selected dynamically...But now...
View Articlefolder tree view
http://www.codeproject.com/Articles/301943/TreeView-Explorer-using-VB-NET-2008 Full detail open time
View ArticleFiring HelpRequested event, when I click message box Help Button.
Hi,We have recently migrated VB6 application to VB.NET. In VB6, F1 help has been displayed for each control with the help of .chm file. In VB.Net, F1 help file not displayed. VB.Net :I added...
View ArticleCan I detect wordwrap in a RichTextBox?
Hello everyone,I want a RichTextBox's height to dynamically change depending on how many lines of text are in it. As long as no wordwrap happens, I can just retrieve the string[] and calculate the...
View ArticleProblem with ComboBox and "Display Member"
Hi Guys!!.. I have a problem with a ComboBox, the problem is this... i have linked the combobox with a datasource. When there is a row that have the "Display Member" with a space character, the...
View ArticleAdd custom Property to treenode
I want to add Custom Property to Tree Node. In this Property i want to Select MenuStripItem and set Enable and Disable From Tree Node CheckedLike as Nodemenu = SelectMenuStripItemif Current node...
View ArticleUAC interfering with Context Menu in Windows 8?
I have some interesting behavior I'm trying to work around. I have a WinForms app that I'm porting to Windows 8. I'm using some 3rd party controls but it's not clear that is related to this issue. On...
View ArticleopenFileDialog filter "xls" showing "xls" and "xls*" files
When setting the filter of an OpenFileDialog instance to "XLS Files (*.XLS)|*.XLS" all files with extensions starting with "xls" are shown like ".xlsx" files, How the filter property has to be set...
View ArticleNested Repeater in window form
Hi i have a below senario i have to use repeater inside the repeated. parent repeated contain some of lable control anlong with child repeater. and child repeater contain set of radio...
View Articlec# One program execute BindingNavigatorSaveItem_Click event in another program
Hello Community I have a Windows program that has 2 forms that appear on one screen at the same time, each occupying half of the screen. The forms each have their own DatagridViews and their...
View ArticleOf Topic - VBLanguage forum
Sorry to ask this question here. Don't seem to be able to find any information anywhere: What happened to Msdn.en-US.vblanguage in Microsoft Forums NNTP Bridge? No new messages since 20nd Dec 2012!...
View Articledynamic control
Hi,when we add any control from toolbox to form it remains after closing the form also.But why it is not possible for controls that are created dynamically at run time.How to maintain dynamically...
View ArticleC# How to deleting image inside autogenerated picturebox?
Hi there. :)I want to deleting image inside picturebox ( its autogenerated) that selected by mouse click event, So I can delete it with delete key or maybe contextmenu... GENERATE PICTUREBOX:private...
View Article