Quantcast
Browsing all 12583 articles
Browse latest View live

WinForms app runs hot when converted to 64-bit

I'm trying to track down an issue I'm having when converting a WinForms app from 32-bit to 64-bit. Basically what happens after the conversion is that when I run the main operation in the product, the...

View Article


How to Pass the parameter to RDLC in Vb.net

Hi,I am not able to pass the parameter to RDLC Kindly help me.i am getting the following error "An error occurred during local report processing."

View Article


RichTextBox: Why doesn't this code colorize added text?

Thanks for looking at this for me.This is the code which is adding text:rtbProcessing.Text = "" For Each rpi As RacePageInfo In RacePageURLs.Values If rpi.NumStr <> CurrentPageNumStr Then...

View Article

How get started with Model/View/Controller in a .NET application?

I have made C++ code for an object that models a game I want to make. Being new to visual studio (2010 express) I created a GUI as a new CLR forms application, but now I can't work out how to connect...

View Article

Form Flickering with Transparent Background

Hey there, I have a form with a jpeg image. That's fine, however when I added a groupbox with a Transparent background, the form flickers when loading and when tabbing from one control to the other....

View Article


KeyDown event not being triggered by scanner

I have winforms application (C#), for which it is possible to use a barcode scanner as an imput for. I'm not doing any fancy POS functionality here with the scanner - just using it as a keyboard wedge...

View Article

windows 7 and Mac os

I have windows 7 installed on my laptop and I want to install mac os can I do that and how? thanks

View Article

Image may be NSFW.
Clik here to view.

How to make groups with Graphic things?

hey ,what I want is that>> I have several Graphic Circles on my form which they created from a Class and all of them(circles) have their properties like coordinate,ID,...and also they create in...

View Article


TextBox that accepts single character

I am trying to implement a control that accepts a single character from the user.  Currently I'm using a TextBox with MaxLength of 1.  I programaticaly initialize it with ',' (it's a separator...

View Article


Get the related entity crm 2011

I have two entities on the CRM Organization "Template" and "Product" with a relationship 1:N. A "Template" can be related to multiple "Product", I want to get all the "Product" related to a "Template"...

View Article

Picturebox transparency

Hello guys. I have a background and one pictureBox image without a background. But when I put the pictureBox on the form background, the pictureBox image gets an grey background. I don't want that...

View Article

How to code: AddHandler statement and related procedure for a...

Background: I'm working on a calendar windows form (frmCalMonth) that has 42 days on it (up to seven p-days for the Previous month’s ending days; c-days for the days in the Current month; and b-days...

View Article

MouseClick and MouseHover event of User Control!

I created a ImageButton by myself with a PictureBox to display a picture of the button and a Label to display a text of the button. Problem is when i use this Control and register MouseClick and...

View Article


Combo box does not display a value

I am trying to set the value of a combo box like so:cmbStatePlate.Text = a.PlateState;where platestate is actually a string.This was working before and now the combobox remains empty after this...

View Article

private void listBox1_SelectedIndexChanged(object sender, EventArgs e) remove...

When I try to remove an item from a listbox i get an error atprivate void listBox1_SelectedIndexChanged(object sender, EventArgs e)how would I fix this?

View Article


syntax of webBrowser1.Document.InvokeScript

Hi there.I have a webbroser control that loads a page. I then need my program to run a javascript post back even to get data from the website.The code for the button that perfoms this request on the...

View Article

Graphics vs pictureBox

Hello there. I added two pictureBoxes on my Windows Form. I filled both pictureBoxes with images. I tried to made like pictureBox1 to move. And so I did. But there is a problem. When the pictureBox1 is...

View Article


C# open a new form, and close a form...

Well... i want to do this: open a form and close the form that is open...Example:Form_P f = new Form_P();f.Show();this.Close();But, my program close.. why?

View Article

Visual Basic - ListView - How to get a shorter List

 I could get Visual Basic to come up in the Select a Forum Category so I select Visual Studio.   I have a ListView with three columns.  The first column is First Name.  I wish to give the user a option...

View Article

Form focus lost when clicking on a ToolStripDropDownButton

Hi, I think I have noticed a bug in Windows 8:Have two forms, lets say MAIN and TEST.MAIN will need a ToolStripMenuItem. When clicking on the menu item show form TEST.On form TEST you will need a...

View Article
Browsing all 12583 articles
Browse latest View live