Click here to Skip to main content
16,007,472 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow can I display a web page on a windows form Pin
SekharOne17-Jan-08 1:01
SekharOne17-Jan-08 1:01 
AnswerRe: How can I display a web page on a windows form Pin
Steven J Jowett17-Jan-08 1:31
Steven J Jowett17-Jan-08 1:31 
GeneralRe: How can I display a web page on a windows form Pin
SekharOne17-Jan-08 23:01
SekharOne17-Jan-08 23:01 
QuestionNumeric TextBox In VB.Net 2005 Pin
ejaz_pk16-Jan-08 23:01
ejaz_pk16-Jan-08 23:01 
GeneralRe: Numeric TextBox In VB.Net 2005 Pin
Steven J Jowett17-Jan-08 1:25
Steven J Jowett17-Jan-08 1:25 
GeneralRe: Numeric TextBox In VB.Net 2005 Pin
Dave Doknjas17-Jan-08 14:02
Dave Doknjas17-Jan-08 14:02 
GeneralRe: Numeric TextBox In VB.Net 2005 Pin
jamilkhan00717-Jan-08 20:02
jamilkhan00717-Jan-08 20:02 
QuestionHow to implement Cut,Copy,Paste for controls in vb.net 2005 Pin
for120616-Jan-08 22:44
for120616-Jan-08 22:44 
Hii ,

Here i am creating all controls at runtime i.e, (Textbox,Chkbox,Rb,GridView,Picturebox,Label...... ,RectangleShape,OvalShape,LineShape).


How to implement Cut ,Copy ,Paste,Delete for all these types of controls ....

1) Here i am using ContextMenuStrip .--------------Using this how to delete , in that i am having Properties ,Cut,Copy,Paste,Delete,SendToBack,BringToFront

If i select, delete or copy or paste or cut it has to do the respective operations for the type of control listed above.How to identify the control.



i am getting the sender here as "ToolStripMenuItem" , How can i get the particular Control .

How can i identify the Control here ?????



2) if i press the delete button on keyboard , i am doing this

Ctr_KeyDown -- event handler <br />
<br />
If e.KeyCode = Keys.Delete Then<br />
<br />
If TypeOf sender Is TextBox Then<br />
<br />
Canvas.Controls.Remove(Sender) ........


But i am not able to delete the Picturebox ,& shape controls(due to it accepts only Control )





Thanks

For1206

GeneralEmail sending in VB.NET Pin
plural16-Jan-08 21:17
plural16-Jan-08 21:17 
GeneralRe: Email sending in VB.NET Pin
Jats_4ru16-Jan-08 21:57
Jats_4ru16-Jan-08 21:57 
GeneralRe: Email sending in VB.NET Pin
plural16-Jan-08 22:36
plural16-Jan-08 22:36 
AnswerRe: Email sending in VB.NET Pin
Steven J Jowett17-Jan-08 0:50
Steven J Jowett17-Jan-08 0:50 
GeneralRe: Email sending in VB.NET Pin
Jats_4ru17-Jan-08 23:24
Jats_4ru17-Jan-08 23:24 
QuestionHow do you save a picture from a web site? Pin
Reveille16-Jan-08 20:48
Reveille16-Jan-08 20:48 
GeneralPlease help me with job scheduling in SQL Server 2005... Pin
Support12316-Jan-08 20:42
Support12316-Jan-08 20:42 
QuestionRe: Please help me with job scheduling in SQL Server 2005... Pin
Steven J Jowett17-Jan-08 1:10
Steven J Jowett17-Jan-08 1:10 
GeneralRe: Please help me with job scheduling in SQL Server 2005... Pin
Support12317-Jan-08 2:41
Support12317-Jan-08 2:41 
GeneralREGEX VS ARRAYLIST.BINARYSEARCH Pin
balakpn16-Jan-08 19:34
balakpn16-Jan-08 19:34 
GeneralSchhhhh! Pin
Guffa17-Jan-08 9:03
Guffa17-Jan-08 9:03 
Generalwant to create Auto Hide window Pin
phoopwint16-Jan-08 17:18
phoopwint16-Jan-08 17:18 
GeneralRe: want to create Auto Hide window Pin
Nilesh Hapse16-Jan-08 17:27
Nilesh Hapse16-Jan-08 17:27 
GeneralRelease/Renew IP app Pin
Aptiva Dave16-Jan-08 16:44
Aptiva Dave16-Jan-08 16:44 
GeneralRe: Release/Renew IP app Pin
Johan Hakkesteegt17-Jan-08 1:13
Johan Hakkesteegt17-Jan-08 1:13 
GeneralRe: Release/Renew IP app Pin
Steven J Jowett17-Jan-08 1:39
Steven J Jowett17-Jan-08 1:39 
GeneralRe: Release/Renew IP app Pin
Johan Hakkesteegt17-Jan-08 1:45
Johan Hakkesteegt17-Jan-08 1:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.