Answer Questions
gdick keyevents in datagrid
Hallo, I have a windows form with one treeview and two panels.In one panel have a datagrid. I am trying to capture the keyevents in the datagrid.When i use keydown eventhandler for the datagrid the keystrokes gets captured only if the rowheader or the pointer on left side of the grid. I also tried ProcessCmdKey, but then the event gets captured anywhere in the form which i dont want to happen. Can anybody please help me thanks n regards swin ...Show All
Gossimmer Printing DatagridView
Hi, I'd like to print only certain columns of a DataGridView. How would something like this be done I couldn't find any code examples. Thanks Ok i have managed that too. If anyone will run into similar problem here is a way to set it right. In while loop in posted code you must set Do While nRowPos < DataGridView1.Rows.Count - 1 you must delet -1. It should look like this Do While nRowPos < DataGr ...Show All
Carwile Terrarium server !!!
I can't find a download for Terrarium Server 1.2 (not the source, just the installer). Is this available already If so, where can I find it I'm trying to setup a local server as our network is behind a firewall which I don't control.&nb ...Show All
gokh TabControl: Custom TabPageCollection?
I'd like to hook the TabPageCollection of the TabControl in order to fire events when pages are added and removed, is there any way to have the TabControl construct my TabPageCollection object rather than it's own I'd like to have functionality similar to overriding the ControlCollection of the Control object using CreateControlsInstance. Thanks, Ray Is there a reason the the TabControl.ControlAdded and Co ...Show All
mshafiq how to make parent form shortcut keys work in user controls...
hi, i have a main form, with a mainmenu, with all the shortcut keys programmed in, Ctrl-s for save etc. which works fine. but when the focus is in any user controls, the hotkeys don't work, presumably by design, but in my case, i don ...Show All
Flavio Alves How to apply ColorMatrix manually?
Hi! I've been using the GDI+ ColorMatrix for quite some time to change brightness, contrast, etc. of my Bitmaps. However, since GDI+ is rather slow I've now decided to load the pictures with the GDI+ Bitmap class, then draw them into a DIB, which I create with CreateDIBSection() and apply the modifications to the pixels manually. As I have quite some code which creates and modifies ColorMatrices I decided to just write a method that will apply ...Show All
nestlequ1k Viewing a word doc within a Windows Forms Application
I would like to display a word document within my windows form application. Currently I am using the IE activeX control and passing it the word doc location. There must be a more elegant solution. I found a way to get the DSOFramer.FramerControl. This also has various events... similar to AxDSOFramer.AxFramerControl... except ...Show All
tonda Form maximize/minimize click event
I need to know when the maximize or minimize button has been clicked. I am saving the window state so it is in the same state as when the user closed the app. Anyone know how to do this Thanks Barry I've only been programming for about 6 months, but ive learned to take long ways around thing I didnt know. I have a suggestion that could help you. It would probly be considered the long way, but i ...Show All
?krat Bolfenk Getting started with ADO/winforms. Cannot find good example
I have read plenty of articles explaining the various properties of a form but I need a sample application or tutorial that could for examples creates a application that manipulates a DB and maybe has a few different forms that interact with ea ...Show All
ToddGibbs Reporting Tools for VB.NET
Hi, Need to choose a reporting tools for VB.NET. I'm looking to develop a Windows Form application which use an Access Database placed in the file server. There around 50 users will use this application. The reporting tools should able to export&nb ...Show All
tgs777 Method '<method>' cannot handle Event '<event>' because...
I am getting the following error where ntfHelpDesk is a NotifyIcon. <color="firebrick">Method 'ntfHelpDesk_DoubleClick' cannot handle Event 'DoubleClick' because they do not have the same signature.</color> Any help is appreciated. actually, I believe the& ...Show All
polaris431 FileNotFoud Exception???
Hello everyone! I'm working on a new creature (first real one) and when I introduce it to my local terrarium it gets destroyed. The error that is being dumped to Trace is a bit odd (see below): **** An exception occurred in a 'shrieker': System.IO. ...Show All
BarryH Please help, cant debug
In unit testing our windows applicaiton, there is a circumstance where our application crashes with the " has encountered a problem and needs to close. We are sorry for the inconvenience." It does not stop at any of our code, it just crashes - so we cant debug to find the problem. Can anyone give us any suggestions to help us find the problem Here is the error signature: AppName: mainmdimenu.vshost.exe AppVer: 8.0.50727 ...Show All
daxu Will VS.NET 2005 Team System make VSS obsolete?
All the Visual Source Safe features are included on Team system or Team system use Visual Source Safe There will be a new VSS included on VS.NET 2005 ...Show All
Sue Googe a splash screen
How Can I do the application splash screen in Visual Studio 2005 Somebody told me the splash screen is setting in the Project Properties, but i don't know how. Please help Thanks Check out following article.... http://www.codeproject.com/vb/net/vb2005ga.asp Hope this helps!! -Jay Visual Basic includes an ability to select a Splash Screen in the Project Properties using its Application Framew ...Show All
