Quantcast
Browsing all 12583 articles
Browse latest View live

copyright issues?

hiI am new to visual c++I have written a simple windows forms application using some visual c++ code which targets .net framework 4I wonder perhaps naively whether the application has a commercial...

View Article


Windows form taking a long time to initialize

Has anyone seen this behavior? Windows forms initialize quickly when debugging but once installed they take much longer. For example, one of my forms takes about 1 second while debugging but about 25...

View Article


refresh listbox bound to datasource

hey folks. i read on another post that simply calling the Fill method should do this. but it isn't working for me. I have it running in a timer. can anybody help me with this? here is my code:...

View Article

How do you update the controls in a panel on tab pages from the data...

//ADDING A NEW WEEK TO TABS        private void btnAddWeek_Click_1(object sender, EventArgs e)        {            // create a new TabPage            TabPage newTP = new TabPage();            //Add it...

View Article

Issue with PrintDocument.DocumentName

I have set the PrintDocument.DocumentName = "My Print Job", and when I print to my printer (Spirit LS laser engraver printer) the Document Name does not appear on the printer's LCD where print job...

View Article


Visual Studio 2008 hangs with DataGridView

I'm using Visual Studio 2008 SP1 and it hangs when I click on a DataGridView. Making some experiments I found that If I close the properties window it does not hangs, but if the properties windows is...

View Article

Display Chinese Characters in Richtextbox control

Hi,I have chinese characters in a string & want to display the same in Richtextbox control, but i am getting "?" instead. Do i need to change those unicode characters(i.e chinese characters) before...

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


Select File Or Folder Dialog

Hello  I see FolderBrowserDialog class and OpenFileDialog class but is there one that has file/folder selection?

View Article


c# How do I allow users to tab past required bound fields?

I have a form with fields that are data-bound to an Access DB table. I have come across a problem in giving the user freedom of movement within the form when one of the fields is required. Specifically...

View Article

Work with local WebBrowser created in other thread

Hello everybody,In my MainWindow (Main Thread), I have a Tab Control (without TabItems) that will contain WebBrowsers.I have create a class (A) with a variable WebBrowser (Windows Form). This class is...

View Article

Enable and disable wi-fi connection?

I would like two buttons, one that disables your wi-fi connection, and one that enables it. Challenge: I would like to achieve this in a VB 2010 application. I acknowlodge this is a difficult task,...

View Article

Flip Y axis of Panel Container Control

How would I flip the Y axis of the panel control so when you draw a shape it starts from the bottom of the panel not the top ?

View Article


How to get button's double click event in winform application?

Hi,I am working on MSVS 2005 C# and is trying to get the button's doubleclick event. I have gone through msdn help which says that Controlstyles.standardClick and Controlstyles.StandardDoubleClick must...

View Article

Parameter Error When Using Bitmap.LockBits On Server2003

The following code works fine on Win7, Win8, Server2008R2, and Server2012. I can even use a 32bit bitmap as the source and the process still gives me a 1bit bitmap with no...

View Article


How can i change image size in a pictureBox using the mouse wheel ?

In the constructor i did:pictureBox1.MouseWheel += new MouseEventHandler(pictureBox1_MouseWheel); pictureBox1.MouseHover += new EventHandler(pictureBox1_MouseHover);Then the events:void...

View Article

how to concatenate multiple multi-page tiff files

I have a few multipage tiff files that I want to concatenate. However, all the examples I'm seeing split them into single pages and then merge into one multipage tiff. That isn't what I want I need to...

View Article


Desktop icon click of visual studio project.

Hi,      I m working on a visual studio .net project.I have created a desktop icon for my project exe.Now i want to open a local folder on that icon click like drop box but i m not able to do...

View Article

Image may be NSFW.
Clik here to view.

is it possible to have a dropdown list information in messagebox?thank u very...

Hi   may i ask is it possible to have a dropdown list information in messageboxso that when user click the button,there will be more information?thank u very much in advance for ur kindness helpbest...

View Article

copyright issues?

hiI am new to visual c++I have written a simple windows forms application using some visual c++ code which targets .net framework 4I wonder perhaps naively whether the application has a commercial...

View Article
Browsing all 12583 articles
Browse latest View live