how to generate PDF file using visual c++ (windows form applications)
I am using visual c++ (winows form applications)ana I don't know how to generate a PDF file from my applicationCan you help me ! PleaseThanks
View ArticleI want to cancel the delete command please help me
Good day Geeks can I ask for some help please. In this statement............ If MsgBox("Are you sure that you want do delete this Question ?", MsgBoxStyle.OkCancel + MessageBoxIcon.Question, "Delete")...
View Articleone click installation for my program
hihow i can make one click installation to my C# program ?i need that the FrameWork, Crystal-Report, sqlCE.......myProgram will be installin one click.Is it possible at all ?
View ArticleTextbox.maxlength value in winforms from Entity Framework model
In our project we've many TextBox controls bounded to the database (Business Object Data Source). We use Entity Framework Code first with additional attributes in metadata to create database business...
View ArticleBuild an setup without SQL Server 2005 installation
Dear All,I have windows application, in which I have used the sql server 2005 express as backend database. Now when I will create the setup, I have to installed the sql server 2005 express before my...
View Articleread data from file
I wants to store data like table but as encripted file in my application and read data when i need.For example I stored userName and passowrd an encripted file.. When i want to login to my application...
View ArticleHidden the AutoScaleDimensions
Hi Let me know how to Hidden the ' AutoScaleDimensions' property while drag and drop a user control.Regards,Ragamathullah B.
View ArticleUpdate textbox during runtime
Hi,I have a windows form application which can sometimes perform a number of complex calculations, which can take several seconds to complete.I would like the user to be aware that the program is...
View ArticleDataGridView TextBoxCell to ComboBoxCell
After converting the datagridview cell from textbox cell to combobox cell, the combobox cell at Row 4 and Column 4 triggers in an unusual way. It does not open thecombobox of that particular cell on a...
View Articlehow to show or not show the DataGridView by KeyPress and query
hii work under the KeyPress event and fill DataGridView in Data like this: private void txtLookName_KeyPress(object sender, KeyPressEventArgs e) { SQL = "select id,aname from...
View Articlehelp with sorting DataGridView - pressing on Heder
hii have database that i fill on DataGridView.i have NewQty = int and sNewQty = string fileds.i try to sort my DataGridView by pressing on Heder like this:private void...
View ArticleIs it possible to prevent the DataGridView from going out of Edit Mode when a...
We are inside a WinForm using a ToolStripMenu and a DataGridView. The DataGridView uses a Custom Cell Editor through the IDataGridViewEditingControl very similar to as described here:...
View ArticleTheme independent forms in c#
My labels and controls becomes invisible when them highcontrast is selected in win7 or color scheme Highcontrast selected on xp machine.Is there any way to make this controls to follow visual styles...
View ArticleShow/Hide controls based on Multiselect Listbox
Hi, I am new to windows form based application. I am designing a windows from with a multiselect listbox and textboxes. I have to show and hide textboxes based on the selection. for ex: If the user...
View ArticleNeed to visibility hidden AutoScaleDimension
Hi All,How to perform auto scale in my user control or hidden AutoScaleDimensions property while drag and drop on appl form.Regards,Ragamathullah B
View ArticleSSRS 2008R2 : How we can use a checkbox as a parameter ?
Hi,I am new in SSRS world. Is it possible to use a check box as parameters? e.g. Suppose There are 3 parameter in my reports. 1st one is Site, 2nd one is Component and Third one is a Check box (name...
View ArticleEvent handler should go back and do the same work ( Restart the event )
Hi experts, I am Raja from Bangalore. Please find my questions below, I believe you guys will give clear idea/defn for this question1. I'm working in windows application which is...
View Articlehow to Fit a image on a button
hi friends i have a windows form where i am generating buttons dynamically reading a xml file which contains image , store id etc.now i want to show the image in the button control, but when i am...
View ArticleCollapsible Menus in Windows Forms
Hi, I would like to build a collapsible Menu with gradient background In Visual Studio 2010 VB.NET. Is it possible ? If yes could i have the source code to accomplish this ? It is rather urgent...
View ArticleA generic error occurred in GDI+.
In Windows 2003 server 64 bit with Citrix running our 2.0 winform application, we are getting gdi+ error. It happens after locking/unlocking a citrix session, then the error occurs. I'd like some...
View Article