Simple Rectangular Progress Bar implementation
I want to implement a simple rectangular progress bar. i am able to get bar using "ProgressBar" control in c# , but i am unable to increase width and heigth of the bar.Please help me.....
View ArticleHow do i make the progress bar start when the user clicks a button.
First off excuse me if there is already a thread covering this out there (and if this is in the wrong place... not the first time today i have done this). I am new to VB however not new to C++ although...
View ArticleLNK1123
Hello. I am using VS2010. Recently I installed sourcetreeapp (it required .Net FrameWork 4.5) And now building any solution gives such error: eror LNK1123: failure during conversion to COFF: file...
View Articletransfering text from one window form to second window form
i have two window form. in 1st window form i have a richtextbox(name tarea) and a button(name find) , when i click on find button then 2nd window form is enabled in which there is a textbox(name...
View ArticleProblem with inherits form
I am trying to modify my existing form to use a new base form. In my new base form, I have added the following property. <DefaultValue(False)> _ Public Property TrainingMode() As Boolean...
View ArticleWHERE TO FIND REGISTRY KEY FOR WINDOWS EXPLORER CONTEXT MENU INTEGRATION OF...
HAY MICROSOFT. :)QUESTION ABOUT "EXPLORER.EXE" OPTIONS MODIFICATED WITH "REGEDIT.EXE" PROGRAM.I HAVE ONE MORE UNKNOWEN INFORMATION.WELL, I HAVE A QUESTION ABOUT CREATING MY OWN COMMANDS IN WINDOWS...
View ArticleUpdate Read-Only TextBox in Real Time
I am using a read-only Textbox for status messages inside a Windows Forms application. I want things like the loading of data and some intermediate calculations to be announced as they are occurring.I...
View ArticleListview update content each timer tick
HelloI'm making simple application which retrives list of Wi-Fi and print necessary info in the ListView.public void GetWiFiInfo() { foreach (WlanClient.WlanInterface WiFiInterface in...
View ArticleMake MenuStrip Item Visble False from another form
I have a MDI form with a MenuStrip on it.I have another child form for the MDI Form.What I would like to do is that when the Child Form closes it hides one of the items on the MenuStrip on the MDI...
View ArticlePrintPreview control becomes very slow
the PrintpreviewControl used to be very fast, less than 1 second to show 50 pages. I don't know since when it suddently became very slow. I first thought something wrong in my codes, I tracked...
View ArticleProblems with ListView output
Hello,I have a Windows Forms Application that Access a database and displays the contents during a Form1_Load event. The data pulled from the database is a string of numbers that looks like 1-2-3-4-5....
View ArticleHow to get form in focus and trigger button.click event in the same click?
Hi,this should be easy but I can't figure it out...So, when my form is not in focus and I click some button, I have to click twice because with first click on the button I got form in focus and then...
View ArticleWindows Folder Browser Dialog
Hi,Is it possible to have the TreeView controller which is in the Windows Folder Browser Dialog? I mean is there any controller which let me to explorer just like the Windows Folder Browser Dialog's...
View ArticleVC.Net How to use BitmapData to make a UserControl (OnPaint)?
I write a UserControl. The UserControl can show Speed. So I must use Bitmap.LockBits and then get Bitmap Start Address( BitmapData.Scan0 ). The code put UserControl OnPaint Event.The code like...
View ArticleBusiness Logic
Hi All,Adance Thanks,i need this logic as soon as possible In my form i have 2 part. 1. Month 2.WeekRadio button:( for Month) I have 3 radio buttons 1) 3 months (rb_3monts) 2) 6 months(rb_6months) 3)...
View ArticleDay and Date time
Hi ,i have 2 Radio button. 1.Radiobutton1=3 months => if i click radiobutton1 day and datetime will display after 3 monts from today date2.Radio button 2= 6 months=> if i click radiobutton2...
View ArticleHow to add Weeks
Hi to all,i need to add weeks from Date.please help..i can add month my sample code is working fine. same like i want add Wees please help DateTime six; six = DateTime.Now.AddMonths(6); if...
View ArticleRemove color from image
Hai all, I have picture box with image i can draw any pattern on the image with help of texture brush but i can't remove pattern...pls help to clear this...thank u :)syam s a
View ArticleC# Progress Dialog Box Similar to VS2012
Hi, When a project is created in VS2012 a progress dialog box pops up stating 'Creating Test1 application' & has a progress bar that just continually displays about 20% of the progress bars...
View ArticleC# - handling control calls
I have a form I originallydid in C# but converted to VB (I know VB - Novice with C#).I programmed some basic functionality into the form to read values of radio-dialog boxes that will eventually need...
View Article