Click here to Skip to main content
15,892,298 members

Comments by Member 8231963 (Top 5 by date)

Member 8231963 12-Sep-12 23:59pm View    
If you do it this way can you run them both on the same disc example make them run the appropriate setup for the target machine. This may be the generic Microsoft answer so they can sell more products however there has to be a work around otherwise the 64bit version of windows 7 would not support 32bit applications and it does both.

Thanks
Bobby
Member 8231963 3-Feb-12 19:04pm View    
Thanks i have noticed that when i uninstall the app not only are the files that i mentioned still on the target machine but also the process msiexec is still running.

Knowing that this is the process used for installation and uninstallation could this be causing my issues? if so how can i fix it?
Member 8231963 2-Feb-12 20:00pm View    
Deleted
You commented to ask if i had a question? the question is clear HOW DO I ENSURE THAT THE FILES I HAVE STATED UNINSTALL WHEN THE PROJECT IS UNINSTALLED WITH BOTH USING MY UNINSTALL SHORTCUT AND BY USING ADD REMOVE PROGRAMS
Member 8231963 13-Sep-11 12:06pm View    
Hope that is more clear thanks for your help. Basically i want to have it like most other windows programs that being said the user holds down the control key and can select each textbox text or a datagrid row or column in order to copy the data to clipboard or paste it or use it elsewhere thanks
Member 8231963 13-Sep-11 2:31am View    
SO i would like to be able to make the click event of the control SELECT the text in the textbox and when the control key is pressed and held down it allows the FOCUS to be changed and the user to select the text within another textbox datagrid or whatever they need to highlight to copy paste etc just like in any normal program. To be selected for copying pasting or what have you.

IN other words simply put When a user clicks on each textbox or highlights a row in my datagrid or label or any control or container or whatever word you'd like to use THEY CAN HOLD DOWN THE CONTROL KEY ON THE KEYBOARD HIGHLIGHT THE TEXT OF THE CONTROL AND BE ABLE TO COPY PASTE CUT DELETE OR WHAT HAVE YOU

Just as you can in say a list of elements you hold control to select specific things for these functions and shift to select an entire set of data.

What i do not know is how to make this work in my program

I assume it has something to do with keydown event and the Selected property of the control