How to blink a label inside a Loop od datarepeater controls URGENT HELP!!!
I tried to search in google but couldn t find how to How to blink a label inside datarepeaterPlease help meI have a datarepeater and labels just tell me how to loop inside datarepeater..I am really stuck
View ArticleFunction Problem - Check empty textboxes
Hello, i've a problem with this function. Error = errorProvider public bool IsEmpty { get; set; } public void CheckEmpty(List<TextBox> txt) { foreach (TextBox t in txt) { if (t.Text ==...
View ArticleProgressBar percentage disappears when Loading
Why does my progressbar percentage text disapear when progressbar starts loading?? Am I missing out anything? int percent = (int)(((double)(progressBar1.Value - progressBar1.Minimum) /...
View ArticleUsing Full Screen on Windows Form App
Hi,A Windows form app is being created in a Visual Studio 2010 C# template. How do I change the default Windows form to my bitmap; where my bitmap covers the entire surface of the form.Please help,Louis
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 ArticleIHTMLElement2.ClientLeft reports different between Win7 and Win8 / Win8.1
Hi All,I find a issue to get ClientTop and ClientLeft for a IHtmlElement2 object from web browser control on different version combination of IE and WinOS.Here is the sample to reproduce private void...
View ArticleDrawing on the screen: Having trouble with borderless and transparent form
I want to make a drawing application that runs on top of the screen, providing a layer of a transparent canvas on top of the screen that can be painted. So it's like drawing directly on the screen when...
View ArticleStringFormat.GenericTypographic is working fine in x86, Not working in x64
HiMy code is here to print string value in PrintPreviewDialog window using System; using System.Drawing; using System.Windows.Forms; using System.Drawing.Printing; namespace TemplatePrintPreview {...
View Articlereading emails
with a big sigh of frustration I finally relent and write my first post ever. sure would be nice to be able to open my emails and be able to read them. not to say they are not visible, they are there...
View Articlegenerating pulses with c#
Can u help me ? I want to generate a signal contains 2 pulses , one of 427 ms and the other is of 150 ms , seperated by a duration X , with C# , thank you
View ArticleLocalization of a Picturebox from a satellite DLL
Can someone provide some localization help:http://stackoverflow.com/questions/22184819/localize-a-picturebox-image-from-a-resource-from-a-satellite-library
View ArticleHow to set tab order inWinForm dialog
I have some dialogs written in WinForm in this large VC++ project (mostly MFC dialogs). For these WinForm dialogs, I forget how to set Tab Order (View-Tab Order)... I forgot how to bring up a dialog...
View ArticleLogman is not parsing data for couple of events in a etw provider
I have an etw provider which contains 5 events. it is not able to parse couple of events from the provider (logman is outputting binary data) where it can parse couple others successfully in the same...
View ArticleC# Double Buffered not painting
Hello :) Currently, I simulate map navigation and draw generated part of the map on a panel. Since image is flickering I have to use double buffering.Here's my Panel code:public class MapPanel :...
View Articlehow can I force a checkmark in the cechbox when using DataGridViewBoxColumn
For some of the rows, I want the check box to default with the Check in the checkbox. //Name = elements[1] + "," + elements[2]; //textBox1.Text = Name;...
View ArticleConnectionstring With OpenFileDialog
How would one go about using a dynamic connection string without hardcoding it onto every page method?Normally, I would just put it in the app.config, but some of the pages use an OpenFileDialog, which...
View ArticleDynamically updating connectionstring (multiple connectionstrings) in app.config
Hi,I am dynamically updating connectionstring details based on user choice and its working fine but its updating file under bin/release (xml config file vshost.exe) but not the file under the project....
View ArticleHow to manage Closing and System Tray minimizng condition on Form Closing event?
Hi,I have a winforms application in c# where I run a process. There is a stop button on the window which Stops the processes and closes the window. Now i have to handle 2 events. If the uses closes the...
View ArticlePrint all English alphabet in text box
I would like to print English alphabet in a textbox when a button is press
View Article