Click here to Skip to main content
16,020,432 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Get the Variable name which passed the value to the Parameter Pin
Sam Martini25-Aug-10 14:20
Sam Martini25-Aug-10 14:20 
GeneralRe: Get the Variable name which passed the value to the Parameter Pin
Luc Pattyn25-Aug-10 14:22
sitebuilderLuc Pattyn25-Aug-10 14:22 
GeneralRe: Get the Variable name which passed the value to the Parameter Pin
johannesnestler26-Aug-10 2:55
johannesnestler26-Aug-10 2:55 
GeneralRe: Get the Variable name which passed the value to the Parameter Pin
Sam Martini26-Aug-10 4:21
Sam Martini26-Aug-10 4:21 
GeneralRe: Get the Variable name which passed the value to the Parameter Pin
johannesnestler3-Sep-10 23:05
johannesnestler3-Sep-10 23:05 
GeneralRe: Get the Variable name which passed the value to the Parameter Pin
Sam Martini5-Sep-10 6:55
Sam Martini5-Sep-10 6:55 
GeneralRe: Get the Variable name which passed the value to the Parameter Pin
johannesnestler5-Sep-10 12:17
johannesnestler5-Sep-10 12:17 
GeneralRe: Get the Variable name which passed the value to the Parameter Pin
Sam Martini5-Sep-10 23:49
Sam Martini5-Sep-10 23:49 
Hi again

johannesnestler wrote:
* You can implement your own intellisense behavior, but magic is impossible...


That mean, creating my own plug-in VSIX, and use it. And that is not an easy task which I will never do since I can live without it. I prefer wasting my time on something new for my project to the customer that earn me money. I thought such thing can be done in 5 min.

using Enum? Very very very bad idea. so, No answer


johannesnestler wrote:
* An VisualStudio-AddIn would do - all IDE settings live in one file (you can export them...)



That work for loading the syntax color and setting the programming language environment, but not for choosing which extension to be loaded where most extensions require to restart VS. Once again I thought that is easy to do by few clicking.

johannesnestler wrote:
* The intellisense lists all local variables you have defined... ? If you use the rigth naming conventions you can tell which are the "global" ones


Smile | :) I got the same answer from msdn, that is not an answer more than workaround. Once I get advised not to use naming convention since the .net environment is smart enough to tell where is the error when assigning wrong type to a variable. And now I had to use to solve my simple question which I thought it is (BY DEFAULT) should be there.

I had to change what is in my thoughts Smile | :)

johannesnestler wrote:
.NET clearly gives you the power.


I consider the above as an answer to all my questions. .Net gives you the power to any thing, but do it your self. Thumbs Up | :thumbsup:

Nice talking to you Smile | :)
GeneralRe: Get the Variable name which passed the value to the Parameter Pin
Dave Kreskowiak26-Aug-10 3:37
mveDave Kreskowiak26-Aug-10 3:37 
GeneralRe: Get the Variable name which passed the value to the Parameter Pin
Sam Martini26-Aug-10 4:46
Sam Martini26-Aug-10 4:46 
GeneralRe: Get the Variable name which passed the value to the Parameter Pin
johannesnestler3-Sep-10 23:18
johannesnestler3-Sep-10 23:18 
JokeRe: Get the Variable name which passed the value to the Parameter Pin
Peter_in_278025-Aug-10 13:48
professionalPeter_in_278025-Aug-10 13:48 
GeneralRe: Get the Variable name which passed the value to the Parameter Pin
Luc Pattyn25-Aug-10 13:56
sitebuilderLuc Pattyn25-Aug-10 13:56 
GeneralRe: Get the Variable name which passed the value to the Parameter Pin
Peter_in_278025-Aug-10 14:33
professionalPeter_in_278025-Aug-10 14:33 
GeneralRe: Get the Variable name which passed the value to the Parameter Pin
PIEBALDconsult25-Aug-10 15:53
mvePIEBALDconsult25-Aug-10 15:53 
GeneralRe: Get the Variable name which passed the value to the Parameter Pin
Luc Pattyn25-Aug-10 16:42
sitebuilderLuc Pattyn25-Aug-10 16:42 
GeneralRe: Get the Variable name which passed the value to the Parameter Pin
Sam Martini25-Aug-10 14:16
Sam Martini25-Aug-10 14:16 
AnswerRe: Get the Variable name which passed the value to the Parameter Pin
PIEBALDconsult25-Aug-10 15:55
mvePIEBALDconsult25-Aug-10 15:55 
GeneralRe: Get the Variable name which passed the value to the Parameter Pin
Sam Martini26-Aug-10 3:07
Sam Martini26-Aug-10 3:07 
QuestionNewbie trying to Magnify Flash Object... Pin
Berserker7Force24-Aug-10 14:06
Berserker7Force24-Aug-10 14:06 
QuestionHow to make a button that will copy two files and put them somewhere else Pin
mshome7724-Aug-10 1:37
mshome7724-Aug-10 1:37 
QuestionRe: How to make a button that will copy two files and put them somewhere else Pin
Covean24-Aug-10 2:08
Covean24-Aug-10 2:08 
AnswerRe: How to make a button that will copy two files and put them somewhere else Pin
mshome7724-Aug-10 2:17
mshome7724-Aug-10 2:17 
AnswerRe: How to make a button that will copy two files and put them somewhere else Pin
Richard MacCutchan24-Aug-10 2:56
mveRichard MacCutchan24-Aug-10 2:56 
AnswerRe: How to make a button that will copy two files and put them somewhere else Pin
Tom Deketelaere24-Aug-10 3:22
professionalTom Deketelaere24-Aug-10 3:22 

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.