Click here to Skip to main content
15,921,203 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow to clear an array? Pin
moomoooomoo1-Oct-07 1:12
moomoooomoo1-Oct-07 1:12 
AnswerRe: how to clear an array? Pin
Luc Pattyn1-Oct-07 1:27
sitebuilderLuc Pattyn1-Oct-07 1:27 
AnswerRe: how to clear an array? Pin
Gary Bigman1-Oct-07 4:24
Gary Bigman1-Oct-07 4:24 
Questionstring function Pin
moomoooomoo1-Oct-07 0:56
moomoooomoo1-Oct-07 0:56 
AnswerRe: string function Pin
Tamimi - Code1-Oct-07 1:00
Tamimi - Code1-Oct-07 1:00 
GeneralRe: string function Pin
moomoooomoo1-Oct-07 1:04
moomoooomoo1-Oct-07 1:04 
Questionupdating a form Pin
Mr Oizo1-Oct-07 0:27
Mr Oizo1-Oct-07 0:27 
AnswerRe: updating a form Pin
Tom Deketelaere1-Oct-07 1:11
professionalTom Deketelaere1-Oct-07 1:11 
I'm not sure what you mean.
Do you have 2 forms or how do you create the new template??

if you create it on a second form and you call that form in a button you can open the second form as showdialog and then put the reloadcode for the listbox after that (the code will wait for the seconde form to close)

you can also work with custom events.
declare a custom event on the second form, when you open the second form add a handler to it
(addhandler form2.customevent, addressof reloadlistbox) and then in the second form you raise the event when the template is created

Without a better explination of how you'r program is working this is the best advice I can give you.

If my help was helpfull let me know, if not let me know why.

The only way we learn is by making mistaks.

GeneralRe: updating a form Pin
Mr Oizo1-Oct-07 1:18
Mr Oizo1-Oct-07 1:18 
GeneralRe: updating a form Pin
Tom Deketelaere1-Oct-07 1:34
professionalTom Deketelaere1-Oct-07 1:34 
QuestionCommunication between BLL and DAL in this Code Pin
Vimalsoft(Pty) Ltd30-Sep-07 23:35
professionalVimalsoft(Pty) Ltd30-Sep-07 23:35 
AnswerRe: Communication between BLL and DAL in this Code Pin
Christian Graus30-Sep-07 23:52
protectorChristian Graus30-Sep-07 23:52 
GeneralRe: Communication between BLL and DAL in this Code Pin
Vimalsoft(Pty) Ltd1-Oct-07 0:02
professionalVimalsoft(Pty) Ltd1-Oct-07 0:02 
GeneralRe: Communication between BLL and DAL in this Code Pin
Christian Graus1-Oct-07 1:06
protectorChristian Graus1-Oct-07 1:06 
QuestionCreating a custom control in VB Pin
madTN30-Sep-07 21:57
madTN30-Sep-07 21:57 
AnswerRe: Creating a custom control in VB Pin
Guffa30-Sep-07 22:11
Guffa30-Sep-07 22:11 
GeneralRe: Creating a custom control in VB Pin
madTN30-Sep-07 22:25
madTN30-Sep-07 22:25 
GeneralRe: Creating a custom control in VB Pin
Christian Graus30-Sep-07 22:47
protectorChristian Graus30-Sep-07 22:47 
GeneralRe: Creating a custom control in VB Pin
madTN30-Sep-07 23:04
madTN30-Sep-07 23:04 
AnswerRe: Creating a custom control in VB Pin
Guffa30-Sep-07 23:09
Guffa30-Sep-07 23:09 
GeneralRe: Creating a custom control in VB Pin
Christian Graus30-Sep-07 23:21
protectorChristian Graus30-Sep-07 23:21 
Questionhide the welcome screen Pin
VAHINI0230-Sep-07 21:43
VAHINI0230-Sep-07 21:43 
AnswerRe: hide the welcome screen Pin
Christian Graus30-Sep-07 22:45
protectorChristian Graus30-Sep-07 22:45 
AnswerRe: hide the welcome screen Pin
Tom Deketelaere30-Sep-07 22:45
professionalTom Deketelaere30-Sep-07 22:45 
GeneralRe: hide the welcome screen Pin
Dave Kreskowiak1-Oct-07 1:49
mveDave Kreskowiak1-Oct-07 1:49 

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.