Possible To Make Quick Selection Tool?
May 16, 2012Is It possible to make quick selection tool in vb.net like in photoshop?if not can you tell me how to make a free selector or rectangular selector please?
View 6 RepliesIs It possible to make quick selection tool in vb.net like in photoshop?if not can you tell me how to make a free selector or rectangular selector please?
View 6 RepliesIf i wanted to crop an image in VB.net, how would I go about doing it? I am trying to let the user drag out the box they want (system.drawing.rectangle), and it will automatically remove the edges surrounding the box.
My first problem is primarily the fact that I cannot make the system.drawing.rectangle visible. It is not displaying at all, I am setting its location and height programmatically, but nothing is showing up. I know there is probably something fairly obvious I am missing...but I cannot seem to find it.
My larger issue, however, lies with the cropping itself. I cannot find any crop methods, at all. Is there a hidden one I am missing? Or must I code it myself? How would I go about doing this? It ought to be able to output to a bitmap image object.
I want to make a Tool Bar in my task bar such as windows media player tool bar.
I'm using VS2005.net Windows xp Professional Edition.
Just need to be able to Draw with the mouse the area that needs to be cut out or modified. Basically like the Photoshop's Lasso tool.
View 4 RepliesI am developing a VB application using the Visual Studio 2008 IDE. I was making changes to my code using the Quick Replace function when the dialog window stopped displaying. Selection of Quick Find or Quick Replace from the Edit menu, as well as use of shortcut keys (CTL+F and CTL+H) all have the same affect: the IDE loses focus but no dialog windows display. Is this a known issue with an available fix?
View 1 RepliesAll i want to do at the end of my sub is make it go to the next instance in the list
say if its on A (the first instance) i do my thing then it rolls to the next instance B and so on
I want to make CPU and RAM Monitoring tool in Vb. But I have no idea and knowledge about this.I can make a GUI for this but I don't know how to implement this.If you have some experience please tell me what references I have to use and what are the functions which will give current status of CPU and RAM. and also guide me how to present this information in the form of continuous graph and progress bar.I shall be thank full to all participants. If you have no experience please refer me some expert sites and groups on internet. I will try to contact them.
View 2 Repliesive VB 2008 Express, and i want to make a equalizer with windowsmediaplayer tool. but the question is how can i make a equalizer
View 4 RepliesMy picture box is in a panel. How to prevent lines created using graphics tool from getting erase when moving the picture box around? Sometimes when I minimize my form, the lines goes missing also.. How do I make the lines stay on the picture box?
Example shown below in a gif...
how to send e-mail?I don't know what's the code for send e-mail. Can anyone teach me how to?I have a button on the Menu Tool. I want when user presses that button, it will directly link to the Microsoft Office to send e-mail to me.Please teach me.By the way, I also want to know how to load a text file. I want to make another button on the menu tool so when user presses it, a text file will pop up.
View 18 RepliesHow Do I Make It So You Can Press Enter Instead Of A Go Button In The Website URL Box (Tool Strip Combo Box)? I Am Making A Tabbed Web Browser And The Current Code For The Go Button Is:
View 1 RepliesI have a problem to make a selection by using combo box(cbChoice). if I have 2 item [name], [age], [id_number]. After click SEARCH button, the data from database will display to textbox. this my code but its not work
myCommand = New MySqlCommand("SELECT * FROM daftarpelajar WHERE " & cbChoice.Text & " Like '%" & txtSearch.Text & "%' ORDER by id_pelajar ", conn)
[code].....
how can i make a selection of values in dgv columns .cells and display only these values
View 2 Replieswhen selecting a value in the rowindex(0) of column name("time") should start with the selected value of textbox1
Dim booking_table As New DataTable
booking_table.Columns.Add(
"Time", GetType(String))
[code].....
how to put the tool tip text in status bar label this in form load event
View 14 Replieshow I can control the tool tip popup or make calls to the text that displays based on a integer value. I'm wanting it to display a text based on a interger value inside an if statment for a picture box. So if the ingteger = 1 then tooltip.text = "" else tooltip.text = "" but that is not the correct syntax.
View 2 RepliesI am making a program with 2 players and I want both of them be able to select their color somehow. I know there is a ColorDialog tool but I dont know how to use it, does anyone know how to make a color selection box?
View 2 Replies[code]...
now I wanna know how to make multi selection each time
How can i make ONLY one selection possible from the checkedlistbox at a time? If i have already selected one and if i select another item the previous item should be deselected.
View 1 RepliesIn an application I build a list of CheckedListBox and display it to the user. I want to make the selection exclusive to only one. I noticed that you can check more that one item in the CheckedListBox. How can I stop that and as the user check the second box I uncheck his/her first selection.
SForm.ChkBoxPts.Items.Add("Paarsa")
SForm.ChkBoxPts.Items.Add("Jeff")
I.e. If I display the above two items or may be even more, I would like to force the user only select one and only one.
When setting the selection of a RichTextBox, the selected text is highlighted even though I set the HideSelection property to True. Once the RTB loses focus then the selected text is no longer highlighted. Programatically setting the focus to another control doesn't hide the selection, only physically clicking another control will hide it. So is there a way I can make the RTB not show the selection right from the start?
View 1 RepliesI'd like to force a user to make a selection from a combobox.I've tried to test it by Combobox.SelectedText = String.empty as well as another version similar to this but a little different.When I test it, it will tell me that it is still unselected/blank even when I selected something.
View 4 RepliesI am looking to after the user selects from a drop down to give read only access to the form( textboxes, buttons, etc).Upon the second selection the user would have read-write access and upon the third selection full access.Does anyoen have an example of how this might go ? I have the code in place which places the information in the drop down from the configuration table itself.
View 1 RepliesI know that sounds strange but I came across this website today that uses this ability and I've been going nuts trying to figure out how they do it.
The website is [URL]
Also here is a screenshot of the options I am speaking of
There is a combolistbox that has a list of topics.
Depending on what topic you choose will determine what checklistbox option will appear in the check list box.
What are they doing there to create that option? I was thinking that maybe they created 20 checkedlistboxes and then if the selection of the combolistbox is "THIS" then they set the getfocus to that checkedlistbox but that didn't quite work for me.
how do I make a contiguous selection in a listbox like if the user shift+click even if the user control+click ?
View 9 RepliesI have a combobox linked to a table Checklist (ID, Checklistname, and several multivalued fields). I want to have my subform display data from different tables based on my combobox selection "checklistname". All the tables are imported Excel files with the same fields and field types (ie. Discrepancy, reference, reference paragraph, category). How do I get my subform to requery based on the combobox selection? Or is there another method when working with "outside tables"? Import good/bad? Make new table? I have about 20 tables, if importing but only need particular data to save/store in my main table, and I need to know which table it came from.
View 2 RepliesCurrently I'm trying to make multi selection (draw shape) on the picturebox but no matter how i edit my code, it jus dn draw any square or circle when I click on my button (either circle or square).
Below are the codes that i'm currently working on:
Public Class Page_2
Public blnCircleClicked As Boolean 'Is The Circle Tool Clicked?
Public blnSquareClicked As Boolean 'Is The Square Tool Clicked?
[Code]......
How can i make a control required to put input depending on the radiobuttonlist selection?
Let me try to clarify a bit more. I got 2 radiobuttons, if one gets selected, nothing else has to be done.
But if the otherone gets selected, a textfield must have some input too.
On my DataGridView one of the columns is set to a ComboBox. When I make a selection from this ComboBox the CellValue change Event is not triggered. What event is triggered when I do the selection?
View 1 RepliesI m making a "offline viewer" which uses saved webpages. I'm using a web browser and a tree-viewer. Is there a way to make the selected node in the tree viewer change if you click on a link in the web page (i.e if you select a link about The Gimp on tutorial 176, the selected node will change to The Gimp tree node)
I know about the code for changing the tree node selection, however what I'm having trouble with the web-browser side of it.