Hello,
I have a Winform using a RichTextBox to display text read in from SQl Server. When I create a bullet in the RTB the formatting looks scrunched but in Word 2007 it has the proper spac...
I'm using the following code to control the text color of ListView Report Items:
void STLPrintListView_DrawSubItem(object sender, DrawListViewSubItemEventArgs e)
{
Lis...
I have added a combobox to a form on the mouse leave event I display messagebox stating "Mouse Left". However, if I expand the list even if empty and move the mouse off the combox the MouseL...
Hi,
I have a data bound combo box. I set this combo box to auto complete Mode = suggest. Auto complete source = List items.
I have multiple computers entering information. One of those com...
Cannot create an instance of an abstract class or interface Microsoft Office Interop Word Application
Office 2007 Visual Studio 2008 C# Windows Forms
Hi guys and gals,
I've packaged a VB6 app in a Windows Forms project, so that I can use ClickOnce to deploy it and install updates for me. On WinXP, everything works fine, but when I try t...
Heya
I've recently started playing around with building windows apps using VS2008 and although I can code sql connections, commands etc. manually there doesn't seem to be something like the...
I thought this should be easy. I'm making a Windows Form application with a bunch of buttons and other items that need to be arranged on the form in a particular patern.
I want to draw lines...
When I execute an simple windows application (exe file generated by c#.net code) ,
i get ' TypeLoadException'
Could not load type System.Windows.Forms.form form
assembly System.windows...
I have a windows forms c# app, made with Visual Studio 2008. I use the arrow keys to move an objects X or Y, and when Shift is pressed with the arrows the object resizes. I would like to use ...
I want to show hyperlink in richtextbox like web application. Not show url show. Ex. <a href="www.netdesignhost.com">netdesignhost</a> in web application I want to show "netdesignhost" in rich...
I have a vb.net windows forms application. I know F10 is reserved in windows to activate the menu.
Is there anyway I can detect/disable this from happening? I want F10 to open a form if pre...
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'm deploying a window application but it has a US States XML file that needs to work with the application.
The file is currently in the Debug folder under Bin. I would like to know to inclu...
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...
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,...
I am creating a C# application that needs to be able to process very large bitmap image files (BMP, JPG etc) By this I mean take a large image and either resize the entire image up or down or...
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...
Hi, I want to highlight some text in a tiff file I opened using the Microsoft Office Document Imageing Viewer. This is the code I used but does not work.
axMiDocView1.FileName =...
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...
ok .. so i have this software to build and i need direction with visual studio 2008... i have visual C# as the language ... anyhow i want to build a sol'n ... the software should ask which fi...
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...
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, all,
I need some help on how to include a file in my ClickOnce deployment.
It is a help file for my window app developed in vs 2005. I used to run setup to include it in the applicat...