The PopUpMenu method can do it provided it is provided with a Menu object. While you can always create a hidden Menu using the Menu Editor, it seems to me to be neater if one can create an independent Menu object at run-time. If that is possible I don't know how to do it.
johnwm has put forth a powerful and lucid reason for the adoption of 0 to represent the Boolean value 'false' by 0 and 'true' by any non-zero number, especially -1 by the *implementor* of a high-level language. But what is the point of abstraction if you revert to basics when the abstarct...
I beleive that in Visual BASIC, the truth value true is specified by the Boolean literal 'True' ( case insensitive ); the trught value false is specified by the Boolean lietral 'False'. Not <Boolean-variable> results in the opposite truth value. If such is the case the underlying ( numeric )...
He'd still have the same problem. Either way might a Google srearch on "cross compilers" help? Maybe he can find one that converts to standard BASIC and then paste that code into a sufficently old version of VB ( 3 say ) and then successively upgrade through 4,5 into 6.
I also am struggling with ADO parametrized queries and was not able to get any satisfactory replies. Further I am not using stored procedures. But a few hypotheses I formed while digging into the topic ( in relation to queries are ):
o Microsoft claims its more efficient ( speedwise ) to...
What this means is that VB.Net will look deceptively like previous versions. Actually ( possibilly excepting the language itself ), every single thing will have to be relearnt - even e.g. the members of TextBox ( who knows the definition of a member may or may not have changed; maybe all the...
What about using the Controls collection that all control containers have. This has a member ADd or Append ( I forget which ), that can add controls without creating a controls array. You need to know the ProgID of the control ( obtain from Object Browser ). You can assign any symbolic name to...
A very wise criterion, LochDhu.
How steep is the learning curve for vb.net? Is VB.Net nothing but VB for .Net or are the differences so many that it amounts to an entirely different ballpark? I mean e.g.:
o is the applications model different
o is the IDE different in nature
o are the standard...
Since your topic is described broadly, I think the same thread shold include anything that falls within its ambit. But global variables or no gloabls is not a queastion of style. A question of style is one in which one of two or more alternatives may be adopted without significant diffence in...
Like so many articles, this only shows how to edit existing records. I have never seen any that show you how to add ( new ) records and delete records.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.