Group Box and Panels Issue
I have 5 group boxes (or 5 panels) either one creates the same problem. All of the groupboxes are the same size.I am stacking the group boxes on top of each other. I am using the visible = true/false...
View ArticleContact list using listview and text box
I want to make a form on C# in which listbox and a text box is usedlist box must contain 2 columns one of names and other of mobile numbers.when i select any name from the listbox,the corresponding...
View ArticleC# PictureBox image toggle help required.....
Hi,I am a complete novice on C# and i'm trying to learn as i go but i'm running into a problem.Background:I have an Arduino outputting a '1' & '0' every 2 seconds over the serial bus. I have a form...
View Articlebuttons with images.
I am new to this forum and programming. I have advised the developer community to clarify my doubts. I apologize because my English is not good, so I have to use the google translator and possibly the...
View ArticleError 0xc000007b for Windows Forms applications
Using VS2012, I have been developing a destop application that uses Windows Forms with C++ and CLR. The application runs and works well on my Windows 8 x64 development machine. When I copied the code...
View ArticleHow to delete an image file assigned to a PictureBox xontrol ?
In a Windows form application, some image files are assigned to PictureBox controls. I am trying to delete those image files. The first approach [1] with "Image.FromFile" gives an error message of...
View ArticleDocumentCompleted event of in a webbrowser control is not firing, when the...
hi..I want to fire the DocumentCompleted event in a webbrowser control in c#, when the the page is loaded by java scripts. Or is there any alternate of DocumentCompleted event.
View ArticleChanging playback rate of “Windows Media Player” control in C# for audio...
Hi,I want to change the playback rate of WMP control in c#. I use audio *.wav files. (1) I have used the property Settings.rate, and I have found (by playing the media and measuring time) that the...
View Articlecalculator progam in c#
WHEN I ENTER ANY 2 DIGIT NUMBER , I GET RESULT WITH THE NUMBERS I HAVE INSERT.PLZ HELP!!! using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using...
View ArticleHow to add selected file/folder from openfiledialog/folderbrowserdialog to...
Need a help with sample code;I wanted to add selected file/folder with path from openfiledialog/folderbrowserdialog to checkedlistbox in c#.Tried various option could not make it.can you please help me...
View ArticleSTORED PROCEDURE, DATABASE AND DECIMALS
Hi, Still very new at this so please don't use too big of words :)this is the error i'm getting:Msg 8115, Level 16, State 8, Line 1 Arithmetic overflow error converting int to data type numeric. The...
View ArticleListview not painted correctly when resize the window form and scroll the virew.
Operating System Windows 7.0 Developement Enviroment Visual Studio 2010 Version 10.0.40219 Sp1 Rel Framework Microsoft .NetFramework Version 4.0.30319Sp1Rel I...
View Articlebutton Enter event next automatically show tabpage2
i m working on winform application. i have a form i am using a TabControl. in tabpage1 i am using a different button on tabpage1.. when i click on button then open tabpage2. how do this. sorry for my...
View ArticleAllow form to be moved only with a right click
Ive created a button inside of a form that calls an exe using the process command. This button is going to be placed on a touch screen so I want to be able to move it only with right click. So far...
View ArticleHow to "Convert" Color to Int ?
I have a button with background color and the user can change the color by clicking on the button.I want to add the color to the CustomColor property but I don't know how to convert Color to Int.Add my...
View ArticleMouseDoubleClick and MouseDown Events problem
I have a panel which I want to be used to move the form when i keep pressing the left mouse button, but at the same time I want that panel to maximize the form when I doubleclick the panel.The problem...
View ArticleWeb Browser Control - Ajax Update Panel Not Working
Hello,I have a Web Forms application in which a .aspx page has a label which is used to indicate the time remaining. This label is in a ajax panel. A timer will be ticking every 1 second updating the...
View ArticleForm1 to Form2 automatically after a few seconds
Hi all, How can I make a program in VB 2010, so that once the user clicks on the icon on the desktop it opens up to form1 with a picture of the program and its name and then closes that form1 and opens...
View ArticleQuestion about BinaryReader
I have a couple questions about using BinaryReader on a NetworkStream.1. With BinaryReader, am I correct in assuming that all read methods that read in a specific data type (such as ReadBytes(),...
View Article