Hello!
I'm working on a WIndows Application project ( VB .Net in VS 2005) and I'm having an un solved problem with updating a progressBar on a Win Form from different Thread...
More exactly,...
Actually i have 6 dropdownlists
1.Account
2.Account Divisom
3.Quarter
4.custom quarter
5.week
6.version
Based on selecting the account,acc division,quarter,week,version the display of...
I want to create an email from VB .NET in VS2005 and allow the user to review/add to it before sending (thats why I'm not going the SMTP/MAPI route).
I've seen lots of articles describing h...
So, I have a Windows Forms app that shows some big pictures like 4000x3000. Normally the picture is showed in Clip mode, so the user sees just a small fraction of it, say 1024x768. So the user...
In the designer view vb will not allow me to change the height of a textbox
not with the little handles
and not through the properties
does anyone know why
I also tried upgrading to .net a...
Hello,
As the title says I would like to draw a static 3d cube on a form, and put some pictures around the sides. It would also be OK to take 6 pictures and make them into a 3d box. My ques...
I get the following exception when trying to minimize to the system tray.
I don't want a balloon tip to show. Is there a way to turn off the balloon tip just for this form?
System.Argumen...
I need to have a SQL SERVER table hold the Description, name and path of my crystal report. I have a code that works but uses a temp table. I don't want temp table, but rather a table from my...
I am trying to add a child node to the treeview control. I have found all of the directory examples but those do not address this situation. Extraneous information is contained in a listview.
...
Hi,
What is the easiest way to create array of controls (TextBox) in Visual Studio .Net IDE? I want controls have the same name but different index :) like it was in Visual Studio 6. Any id...
Hi,
I have two forms in the win app building by C#.NET visual studio 2005.
FORM2 is the start up form when app is run. It is the login box.
After login, FORM2 is closed and FORM1 is open. ...
I have a singleton main form so that I can popup many windows from the menubar and have their mdi parent be the main form.
like this:
frmOpportunityDetails.MdiParent = fr...
I want to display duplicate rows in a list view control if at all any duplicate rows in sql database in the front end of windows
Hi Experts, I want to be able to filter data based on two combo boxes in a Windows Form view (not a datagrid). First the User selects "Region" from Combo 1 and based on that Region they choose...
hi,
i am working on windows forms and using infragistic controls.
how can i do multiple selection from a combo box in windows forms using c#
Also the combo box shud have check box next to t...
say I have a directory C:\MyFolder
in MyFolder I have say 20 folders 5 of which start with the letters"ABC"
I would like to load into a combobox the names of only the ABC folders
I am using...
How can I control the width of text's underline in RichTextBox (C#)? The reason I am asking is that I am changing the font size of different parts of the text and the width of the underline ch...
I have a windows application where a user inputs data, they then hit submit and a dialog box asks them 'A' or 'B' which then prints documents via crystal reports depending on their answer.
...
See code below for examples...
I would like to know how I can have the value of the presen cell in a listview...
With a datagrid I used this (see below) but in a listview i dont know...
Thank a lot
Alex
Hi there experts,
I have this really strange problem. I have deployed our application in client's computer. After the application is started and we open up some of ...
Ihave a few machines unable to run a ClickOnce windoew app.
withe the error
Unable to Install or run the application. The application requires that assembly System.Web.Extensions Version 1.0...
Hello, I have a listview control on my dialogbox that will at times be populated with 10,000 items. When my dialogbox opens there is a delay while the data is fetched from the sql server and ...
Hi
I want to disable a button named btnImport in my import.cs
if the operator has used all hes transactions, eksample: maxtransactions are 30 000 and the operator has used all of them and...
My application based upon Win Forms.
I implement a control which inherited from Control class.
I need to know whether CTRL button is hold.
In event OnMouseClick i need to know whether CTRL ...