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 ArticleHow 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 ArticleRichTextBox: 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 ArticleHow 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 ArticleForm 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 ArticleKeyDown 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 Articlewindows 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 ArticleHow 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 ArticleTextBox 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 ArticleGet 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 ArticlePicturebox 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 ArticleHow 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 ArticleMouseClick 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 ArticleCombo 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 Articleprivate 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 Articlesyntax 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 ArticleGraphics 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 ArticleC# 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 ArticleVisual 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 ArticleForm 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