Click here to Skip to main content
15,891,607 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionUndo / Redo and Collections Pin
nosiller7-Feb-08 16:22
nosiller7-Feb-08 16:22 
GeneralRe: Undo / Redo and Collections Pin
Richard Blythe7-Feb-08 17:42
Richard Blythe7-Feb-08 17:42 
GeneralRe: Undo / Redo and Collections Pin
Dave Kreskowiak8-Feb-08 8:02
mveDave Kreskowiak8-Feb-08 8:02 
QuestionMultiple Projects in a solution using visual sourcesafe [modified] Pin
Jack Brando7-Feb-08 15:36
Jack Brando7-Feb-08 15:36 
QuestionMultiple Projects inside Visual SourceSafe Pin
Jack Brando7-Feb-08 15:12
Jack Brando7-Feb-08 15:12 
GeneralReading points in a Zed Graph Pin
loganj19997-Feb-08 12:19
loganj19997-Feb-08 12:19 
GeneralRe: Reading points in a Zed Graph Pin
Dave Kreskowiak8-Feb-08 7:51
mveDave Kreskowiak8-Feb-08 7:51 
GeneralRemoving Controls in Access forms using VB Pin
reegan417-Feb-08 11:09
reegan417-Feb-08 11:09 
I'm writing a small app in Access using VB. I need to loop through all of the control names in the form and then delete the one in which the control name is "Title", and which is a label.

'Suppose all declarations are already made'

For Each ctl In frm.Controls<br />
     If ctl.ControlType = acLabel Then<br />
          If ctl.name = "Title" Then<br />
               ctl.?????? - removing/deleting step<br />
          End If<br />
     End If<br />
Next ctl


I don't know how to actually delete the controls. I can ADD controls and EDIT them OK, but deleting them is misleading me. Any ideas? Thanks.
GeneralWrong forum Pin
pmarfleet7-Feb-08 11:53
pmarfleet7-Feb-08 11:53 
GeneralRe: Wrong forum Pin
Christian Graus7-Feb-08 12:08
protectorChristian Graus7-Feb-08 12:08 
GeneralRe: Removing Controls in Access forms using VB Pin
ChandraRam8-Feb-08 0:48
ChandraRam8-Feb-08 0:48 
QuestionDatabase's in vb.net Pin
Veldrain7-Feb-08 10:57
Veldrain7-Feb-08 10:57 
GeneralRe: Database's in vb.net Pin
Christian Graus7-Feb-08 11:44
protectorChristian Graus7-Feb-08 11:44 
GeneralError trying to use Visio Drawing Control Pin
matt23lucier7-Feb-08 5:58
matt23lucier7-Feb-08 5:58 
GeneralRe: Error trying to use Visio Drawing Control Pin
matt23lucier8-Feb-08 2:57
matt23lucier8-Feb-08 2:57 
QuestionHow can I populate a listview box in my application from an aspx file? Pin
JUNEYT7-Feb-08 3:27
JUNEYT7-Feb-08 3:27 
GeneralRe: How can I populate a listview box in my application from an aspx file? Pin
Christian Graus7-Feb-08 9:06
protectorChristian Graus7-Feb-08 9:06 
GeneralRe: How can I populate a listview box in my application from an aspx file? Pin
JUNEYT7-Feb-08 11:20
JUNEYT7-Feb-08 11:20 
GeneralRe: How can I populate a listview box in my application from an aspx file? Pin
Christian Graus7-Feb-08 11:28
protectorChristian Graus7-Feb-08 11:28 
Questionhow to trace compose mail of outlook Pin
x20077-Feb-08 2:52
x20077-Feb-08 2:52 
GeneralEncryption Video Pin
Kumaran21cen7-Feb-08 2:04
Kumaran21cen7-Feb-08 2:04 
GeneralRe: Encryption Video Pin
Steven J Jowett7-Feb-08 3:10
Steven J Jowett7-Feb-08 3:10 
QuestionHow to compare data from 2 different ODBC sources and output the results? Pin
John Wadleigh6-Feb-08 23:59
John Wadleigh6-Feb-08 23:59 
GeneralRe: How to compare data from 2 different ODBC sources and output the results? Pin
pmarfleet7-Feb-08 2:33
pmarfleet7-Feb-08 2:33 
GeneralRe: How to compare data from 2 different ODBC sources and output the results? Pin
John Wadleigh7-Feb-08 2:37
John Wadleigh7-Feb-08 2:37 

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.