Quantcast
Browsing all 12583 articles
Browse latest View live

How to increase the width of a TextBox without making it Multiline?

I'm new to VS and was trying to design a simple calculator on VS2013 lately. Well my question is clear from the heading that how can I increase the width of a TextBox without changing its behavior to...

View Article


How to draw a bitmap with 1 bit depth in the picureBox of VS2010

    Hello, I want to get the bitmap with 1 bit depth in the pictureBox of VS2010. But I could only get the bitmap with 32 bit depth. Part of the program codes:                         Bitmap bm1 = new...

View Article


Input Message Box in C#?

Is there any control like an Input Message Box (users of VB would recognize this)I need a pop-up in the same form (pop-up not being a seperate form or a MDI child)  for the Login Id and password? Any...

View Article

Hard drive visible to BIOS but not to Windows Disk Managment

Hello! I have the following setup: 1) Windows 7 installed on C drive. 2) The second hard drive is visible to BIOS but not Windows 7; it was all working well for over 2 years. 3) If I try and...

View Article

I want to draw several different bitmaps in the pictureBox of VS2010, then...

    Hello, I am a freshman of C# programming. These days I am asked to draw 1024 different bitmaps with C#. Then I choose to get the bitmaps in the pictureBox of VS2010. But I do not know how to save...

View Article


Windows form issue

Hi everyone I am working on Arabic conversion....so while Arabic login I need mirror image of normal windows form...while designing i am using Tablelayout like TableLayoutPanel6.RightToLeft =...

View Article

Windows Form 2.0 containing an ActiveX disappear when focused and tooltip is...

We have a .net 4.0 windows form ActiveX and we have to use it within a Windows Form .net 2.0 desktop application.We wrapped the .net 4.0 ActiveX (.net4Ax) with an other activeX written using Delphi...

View Article

System.Speech SpeechRecognized event only runs once without restarting program

Hello all, I've created a sample speech recognition application in Visual Studio 2010, C# 4.0, which is to become part of a larger application. The application reads back the words that are part of the...

View Article


Image may be NSFW.
Clik here to view.

C# move multiple controls on form at runtime

I am trying to move many controls at runtime like moving Visual Studio' selected controls.I found many examples about that on internet, they are all explained moving a control at runtime.Can anyone...

View Article


Autocomplete ComboBox doesn't suggests words after Space is clicked

I have a ComboBox in which i have a list of words; for e.g. AppleMangoBananawhen i type A it suggests me words starting with A i.e. Apple. Now when i click on apple and click on Space i.e. "Apple " and...

View Article

what control is typically used to display the purchased items in POS System?

hi friends, typically in POS systems, when a customer purchases something it will be added to a list this could be a datagridview or a listview control.( To elaborate the operator at counter scans a...

View Article

Creating windows 8 Metro Style Message Box in windows form using c#.

How to create a windows form application having a message box style like Metro in c#.? Not developing an XAML App but a normal c# form application.Thanks.

View Article

Sort of a BeforeUpdate event for a CheckBox

Hi friends,In one of my VSTO project as I have a checkbox control on a form I need to apply some appropriate code to the same so as to be runbefore the checkstatus of the same is changed. In simple...

View Article


autocomplete text box with data from access database in vb 2008 express

i am using MS Access 2007 and vb 2008 expressi am using a combo box and a text box for searchingthe combo box will contain database table field(column) names on which the filter is to be donenow when...

View Article

DLL issue?

Hi All,Not sure if this is correct forum, please move if required.I have a C# (.net 3.5) desktop winforms app that is built with some references to dlls I need for db access. I also need to bundle some...

View Article


Specify Chart Trendline to intercept the Y Axis at 0

I hope I'm not missing something extremely obvious, but using the .Net Chart control, how can set the intercept of a trendline?  I've created a trendline via the FinancialFormula Forecasting function,...

View Article

Picturebox control distorts WMF files

I have a windows forms application written in visual studio 2008.  One very simple form is used to display a .wmf file.  When the .wmf file is displayed, it is "squished" vertically.  A horizontal line...

View Article


sum of values in textboxes

Hi,I have 3 textboxes  want to add values in two textboxes into  third textbox  without button click.c=a+b; protected void txt_Mon_TextChanged(object sender, EventArgs e) { if...

View Article

Dynamic checkboxlist generation, checking it and retrieve it-- windows forms

Hi, This is windows forms application.     I have a Dictionary<int, string> , from that I need to generate the checkbox list. So i did the following codeBindingSource bindingSource...

View Article

how take snapshot object from any place using mouse click from screen using c#

Hellohow take snapshot object from any place using mouse click from screen using c#.The object can be window, control, windows shortcut menu etc.thanks in advance.

View Article
Browsing all 12583 articles
Browse latest View live