I need to implement dragging and droping multiple items on a vb.net windows form between 2 listviews. I found an example but it only drags one item, and also you have to drop it onto existing ...
I am doing project in C# windows application.In Home page(using MDI parent) i am storing one value at variable called X.I want to get X-value from another one (Child form).I tried to access X...
When I press the enter key in a textbox it does not trigger the keydown or keypress events. The operating system is windows 2000 SP 4 and I have .NET 1.0 and 1.1 both with hotfixes installed ...
I wonder if anyone has run across this. I have a ListView in a form inside a splitter panel. It is anchored on all sides of the panel., as is the splitter control on all sides of the form. ...
i want to validate my form,to accept certain input from a user.i dont want user to be able to enter string in a textbox that is to take integer. and vis a vis
i am working in an window form in which i added a Panel whose autoscroll property is true and then add an picturebox in that panel now if the picture in picturebox is large then also Scroll is...
I've created a setup project for my project and have included it in my solution. When I run the setup the first time it works great. But then if I make a change to the program, rebuild it, a...
Hi Experts,
I'm developing a graphical processing package in (possibly the worst language for this!!) VB.NET, and part of this involves me showing a small 10x10 or 50x50 pixel image in a la...
Is there a sure way to tell if a windows form has focus?
Is it possible to Hide the close control box in C# windows application.I want to show only minimize and maximize control.No need to show the close control.Please guide me to solve this problem
Can someone give me step by step Instruction on how to create five(5) crystal Reports, store it in Database Table and create a windows form application with a buttonClick for users to select...
Create a window application to display sales for a selected store using multitier application. Allow the user to select store name from a drop down list.
Use sales and stores from the pubs ...
I know that you can make a grid alternate row colors, but can one get a textbox to behave the same way? I would like to have a textbox that has sets of rows to alternate colors between sets ...
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...
How to highlight(like highlight square around image) selected Image Item in a listview control ???
Please help...
Hello,
How do I anchor the MDI child form so when the user resizes the Parent form.......the child form will resize with it? Thank you!
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 am having trouble getting familiar with the .NET combo box and its events. I have a form with a combo box, which is populated with the records that a user might wish to view/edit. Selected...
I currently have setup a way to automatically color code SQL words in a richtextbox everytime the user types a key using regular expressions. I am sending a message to stop painting the richt...
Thanks to one of the experts here, I was able to build an extension to the textbox that allows me to color the rows of a multicolor textbox.
Now the problem is that if I scroll the textbo...
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...
I have an object that interfaces to a TWAIN device. The object raises events after each scan. The GUI subscribes to these events to get the image that was scanned, error events, and some oth...
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...