Click here to Skip to main content
16,005,121 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Problem in "TREE CONTROL" in VB.NET Pin
Anonymous17-Sep-04 10:46
Anonymous17-Sep-04 10:46 
Generalfrom Srinivas Pin
SrinivasRao Sambaraju17-Sep-04 8:45
SrinivasRao Sambaraju17-Sep-04 8:45 
Generalvb.net Pin
nazerudeen17-Sep-04 6:17
nazerudeen17-Sep-04 6:17 
GeneralRe: vb.net Pin
Anonymous17-Sep-04 11:26
Anonymous17-Sep-04 11:26 
GeneralImport Excel workbook into Vb.Net Pin
danny8017-Sep-04 5:33
danny8017-Sep-04 5:33 
GeneralRe: Import Excel workbook into Vb.Net Pin
Anonymous17-Sep-04 9:01
Anonymous17-Sep-04 9:01 
GeneralVariable evaluation Pin
LC Chan17-Sep-04 5:21
LC Chan17-Sep-04 5:21 
GeneralRe: Variable evaluation Pin
Dave Kreskowiak17-Sep-04 6:05
mveDave Kreskowiak17-Sep-04 6:05 
If your attempting to do what I think your are, the short answer is no.
During the debugging session, most changes you make while the code is running will cause your app to restart. You'll have to run your app again in order to get your app back to the point where you made the changes.

If your talking about writing your own language interpreter, sort of like your own version of VB, then you would have to research expression evaluation. You could start with Runtime Compiled Symbolic Expressions[^] here on CodeProject. It's written in C#, but is can be converted to VB.NET. You might check out Exploring the Microsoft Script Control
[^] on MSDN. This article has some root into what you might be looking at doing.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralStorage Pin
schnoodles17-Sep-04 4:19
schnoodles17-Sep-04 4:19 
GeneralRe: Storage Pin
Anonymous17-Sep-04 9:09
Anonymous17-Sep-04 9:09 
GeneralVB.Net 3 Tier Architecture.. Pin
danishfast17-Sep-04 0:53
danishfast17-Sep-04 0:53 
GeneralGraphics problem Pin
Anonymous16-Sep-04 23:54
Anonymous16-Sep-04 23:54 
GeneralADO.NET and VB Pin
Imtiaz Murtaza16-Sep-04 20:13
Imtiaz Murtaza16-Sep-04 20:13 
GeneralRe: ADO.NET and VB Pin
Colin Angus Mackay17-Sep-04 2:28
Colin Angus Mackay17-Sep-04 2:28 
GeneralRe: ADO.NET and VB Pin
Dan Morris17-Sep-04 2:32
Dan Morris17-Sep-04 2:32 
GeneralWin 98 vs Win XP Pin
tuningd16-Sep-04 16:25
tuningd16-Sep-04 16:25 
GeneralRe: Win 98 vs Win XP Pin
Dave Kreskowiak16-Sep-04 17:05
mveDave Kreskowiak16-Sep-04 17:05 
GeneralRe: Win 98 vs Win XP Pin
Imtiaz Murtaza16-Sep-04 20:00
Imtiaz Murtaza16-Sep-04 20:00 
GeneralRe: Win 98 vs Win XP Pin
Mekong River17-Sep-04 6:18
Mekong River17-Sep-04 6:18 
GeneralRe: Win 98 vs Win XP Pin
Steven Campbell17-Sep-04 7:53
Steven Campbell17-Sep-04 7:53 
GeneralRe: Win 98 vs Win XP Pin
tuningd17-Sep-04 15:39
tuningd17-Sep-04 15:39 
GeneralRe: Win 98 vs Win XP Pin
User-129471925-Sep-04 11:31
User-129471925-Sep-04 11:31 
GeneralRe: Win 98 vs Win XP Pin
tuningd27-Sep-04 2:16
tuningd27-Sep-04 2:16 
Generaldatagrid - how to add total fields Pin
sribusam16-Sep-04 15:28
sribusam16-Sep-04 15:28 
GeneralRe: datagrid - how to add total fields Pin
Anonymous16-Sep-04 19:13
Anonymous16-Sep-04 19:13 

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.