473,385 Members | 1,983 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Evaluate a string

TJS
How can I evaluate this string in vb.net

" Dim submenu0 As New skmMenu.MenuItem('Home', '') "


Nov 18 '05 #1
5 1140
This is how:
http://www.codeproject.com/dotnet/evaluator.asp

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net

"TJS" <no****@here.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
How can I evaluate this string in vb.net

" Dim submenu0 As New skmMenu.MenuItem('Home', '') "

Nov 18 '05 #2
TJS
for whatever reason I can't get thru their login loop
-logged in three time and always get sent back to login page when download
is attempted.

anybody have a copy of these downloads available somewhere ?

"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:u8**************@TK2MSFTNGP09.phx.gbl...
This is how:
http://www.codeproject.com/dotnet/evaluator.asp

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net

"TJS" <no****@here.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
How can I evaluate this string in vb.net

" Dim submenu0 As New skmMenu.MenuItem('Home', '') "


Nov 18 '05 #3
Sure, I'll host the files for a while:

http://www.gaskell.org/evaluator.zip
http://www.gaskell.org/evaluatorExample.zip
http://www.gaskell.org/evaluatorVBExample.zip

"TJS" <no****@here.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
for whatever reason I can't get thru their login loop
-logged in three time and always get sent back to login page when download
is attempted.

anybody have a copy of these downloads available somewhere ?

"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:u8**************@TK2MSFTNGP09.phx.gbl...
This is how:
http://www.codeproject.com/dotnet/evaluator.asp

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net

"TJS" <no****@here.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
How can I evaluate this string in vb.net

" Dim submenu0 As New skmMenu.MenuItem('Home', '') "



Nov 18 '05 #4
TJS
thanks!
"Andy Gaskell" <pubb AT hotmail DOT com> wrote in message
news:e1***************@TK2MSFTNGP09.phx.gbl...
Sure, I'll host the files for a while:

http://www.gaskell.org/evaluator.zip
http://www.gaskell.org/evaluatorExample.zip
http://www.gaskell.org/evaluatorVBExample.zip

"TJS" <no****@here.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
for whatever reason I can't get thru their login loop
-logged in three time and always get sent back to login page when download is attempted.

anybody have a copy of these downloads available somewhere ?

"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:u8**************@TK2MSFTNGP09.phx.gbl...
This is how:
http://www.codeproject.com/dotnet/evaluator.asp

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net

"TJS" <no****@here.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
> How can I evaluate this string in vb.net
>
> " Dim submenu0 As New skmMenu.MenuItem('Home', '') "
>
>
>
>



Nov 18 '05 #5
TJS
this appears to be a desktop solution ?

I don't find any examples or information on how to use this in a server side
application
"Andy Gaskell" <pubb AT hotmail DOT com> wrote in message
news:e1***************@TK2MSFTNGP09.phx.gbl...
Sure, I'll host the files for a while:

http://www.gaskell.org/evaluator.zip
http://www.gaskell.org/evaluatorExample.zip
http://www.gaskell.org/evaluatorVBExample.zip

"TJS" <no****@here.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
for whatever reason I can't get thru their login loop
-logged in three time and always get sent back to login page when download is attempted.

anybody have a copy of these downloads available somewhere ?

"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:u8**************@TK2MSFTNGP09.phx.gbl...
This is how:
http://www.codeproject.com/dotnet/evaluator.asp

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net

"TJS" <no****@here.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
> How can I evaluate this string in vb.net
>
> " Dim submenu0 As New skmMenu.MenuItem('Home', '') "
>
>
>
>



Nov 18 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: David Laub | last post by:
I have no problems running the following dynamic XPath evaluator form MSXSL: <msxsl:script implements-prefix="dyn" language="jscript"> evaluate(context, expression) { return...
3
by: Coco | last post by:
Hi! Does c# has any class method that will be able to evaluate a given string e.g ((True && False) || (True && True)) and return the result in boolean for this case is true Thanks!
13
by: Zeng | last post by:
Hello, Please help!!! I've been stuck on this issue for months. I just wonder if there is a way to programmatically evaluate expression strings such as ( ( 3 + 5 ) / 2 ) > 4 --> this...
2
by: Brad Smith | last post by:
I'm trying to clean up strings in a web form before I plug the fields into a database. Lots of folks like to leave caps lock key on and yell their form entries. I can figure out how to change...
5
by: Csaba Gabor | last post by:
In Firefox 1.5 (this question is Mozilla specific as I am using greasemonkey) I would like to be able to use document.evaluate to return the first TD entry that shows ^\s*MySearchText\s*$. As I...
15
by: Phlip | last post by:
Javascripters: I have an outer page and an inner iframe. The outer page calculates some javascript, and wants the inner frame to run it. The inner frame should hit a page on the same (private)...
1
by: mat14 | last post by:
Hi, Is it possible to evaluate a string to get a logical output? For Eg. var string1 = "true && false || true" Is there any method that i can use to evaluate this string and get an logical...
2
kadghar
by: kadghar | last post by:
Many people asks if there is a way to write a mathematical expression, writen as a string in a text box, so they can do something like: sub something_click() textbox2.text=eval(textbox1.text)...
2
by: yarborg | last post by:
This is kind of a weird one and hard to find answers online because of the format of the question. Essentially I want to be able to have a string that looks like this "True AND True AND True" and...
1
by: aitia | last post by:
this the code. i used ECLIPSE to run this.. it has some codes smells that i can't seem to figure out.. can any one help? import java.io.*; import java.util.*; public class Postfix { private...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.