Textbox text get fade if disable textbox
HI,I am using C#.Net 2010 , Text box controlIf I make this control enable = false text from textbox get fade & is not readableIs there any way to keep it same as it was at the time for enable.For...
View ArticleWPF or Windows Form????
Hi Experts ,I am a c# Programmer and I am going to start a windows application for Financial systemsI don't know witch one better , WPF or Windows forms? why?If You Say WPF I have worry about microsoft...
View ArticleHow to Incorporate Email Send into Current Coding
I want to use the send email method listed as the lastmethod in this code below. But I am unable to discover how to have the body of the email display a list of all the students that were processed....
View Articlewebbrowser find HTMLelement
I Try To Find The Element By Get Attribute But Then control not return then value Of Attribute Alt html Code<area alt="MasterHome <span class="level">Lev1</span>||Master2:<br />...
View ArticleUsing Windows Ribbon controls
Hi every reader,I just want to know that is it possible to use Windows Ribbon control in Windows Forms desktop application (Win Form Application). I know it is possible in WPF, but my concern is about...
View Articleobject of form
i have this code on a form alarm. public DateTime mytime; private void button1_Click(object sender, EventArgs e) { mytime =...
View ArticleCannot start your application. The workgroup information file is missing or...
I am building a windows form application and have integrated an oracle database using ODT for visual studio 2012....I am posting the code belowImports System.Data.OleDb Imports System.Data.Odbc Public...
View ArticlePaging in DataGridView in winforms
Hi,I need code for paging in dataGridView winforms. Please help me with the code.
View Articlehow to disable button after click , then enable it after completing the...
Hi All,I want to disable the button after it is clicked, then complete the task, then enable the button. The intension is, user should not be allowed to click the button multiple types when it is being...
View Articlechanging position of window form title text
How can I centralize the windows form title text?I just have a option RightToLeft. Thanks
View ArticleSocket.Send not sending value after execution
Hi,I am creating a client server application for that i m using basic socket logic like socket.send for sending data and socket.Receive for receiving data.When I m sending data continously to the...
View Articleblur the picture box image under mouse
hi i have a puctured and have a image wondering is it possible in c# to blur the area under the mouse when user move the mouse over the image so suppose if mouse is at x=10,y=20 on picture box so i...
View ArticlePaging using binding navigator
Hi everybody, I have a problem to implement a paging system using binding navigator in my datagridview (WinForm App) i wanna to display only 20 rows foreach page of my binding navigator (1..20 -->...
View ArticleWebBrowser Control Navigate Does Not Work on Subsequent URLs
I have VS 2012 running on Windows 7 Premium. I am developing for x86 in VB.Net. The web browser control will navigate to a selected URL correctly but, when I try and hit another url (or even the same...
View Articlecreating a table admin form
Hello. I am using vs2010 with c#. Currently I have a winform that is used for adding to a lookup style tables. The form uses a tab control with a tab for the different tables with using a...
View ArticleHow to set the maximum value of a progressbar while scanning a drive?
Hi, I'm creating a windows desktop application using C# which performs the scan of the PC. Now my scan process works perfectly. However i have a progress bar that displays the level of scan that has...
View ArticlePass parameters from UI (WinForms) to background thread
Hello!Let's say I have a class which creates a background thread and do some processing. I want to change for example a property value named "EnableDebugMode". The idea is to make a change without...
View ArticleJustificar texto Con Print Document VS 2012
Como puedo justificar un Parrafo en un reporte de Print Document.Por ejemplo: Un parrafo de un contrato de Trabajo.
View ArticleEvent created when method is entered or exits?
I would like to log when each method in the program enters and exits. Is there an event that I can handle rather than having code in each method to log when the code enters and exits the method?
View ArticleCopy text from a child to another
one picture is worth ten thousand wordsSo, if i use normal forms (not child forms) it works.... but i need to use a MDI, what can i do?
View Article