Just got .NET
-
Been using VC6 for, well, forever, just got my .NET enterprise. I'm running the IDE for the first time... what's going on???!!! I feel like I'm watching Univision. It's all in Spanish!!! Paul
Paul Oss wrote: I feel like I'm watching Univision. It's all in Spanish!!! I hope this is your sig, not your first impression of the IDE.. :cool:
we are here to help each other get through this thing, whatever it is Vonnegut jr.
sighist || Agile Programming | doxygen -
Been using VC6 for, well, forever, just got my .NET enterprise. I'm running the IDE for the first time... what's going on???!!! I feel like I'm watching Univision. It's all in Spanish!!! Paul
Paul Oss wrote: what's going on???!!! No pasa nada.
"If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell The Second EuroCPian Event will be in Brussels on the 4th of September Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way!
-
Paul Oss wrote: I feel like I'm watching Univision. It's all in Spanish!!! I hope this is your sig, not your first impression of the IDE.. :cool:
we are here to help each other get through this thing, whatever it is Vonnegut jr.
sighist || Agile Programming | doxygenpeterchen wrote: I hope this is your sig, not your first impression of the IDE.. Uhm, well, actually, it's not my sig. But seriously... I'm just poking around. Big changes. Of course I can't find certain things, but I'm assuming that they've just moved them somewhere else. Gonna have to do a lot of reading and tinkering in the next couple of weeks. Paul
-
Paul Oss wrote: what's going on???!!! No pasa nada.
"If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell The Second EuroCPian Event will be in Brussels on the 4th of September Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way!
-
Todos los colores son naranjas.
"If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell The Second EuroCPian Event will be in Brussels on the 4th of September Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way!
-
Paul Oss wrote: I feel like I'm watching Univision. It's all in Spanish!!! I hope this is your sig, not your first impression of the IDE.. :cool:
we are here to help each other get through this thing, whatever it is Vonnegut jr.
sighist || Agile Programming | doxygenOr worse. It really is all in Spanish!
The only way of discovering the limits of the possible is to venture a little past them into the impossible.--Arthur C. Clark
-
Been using VC6 for, well, forever, just got my .NET enterprise. I'm running the IDE for the first time... what's going on???!!! I feel like I'm watching Univision. It's all in Spanish!!! Paul
Good luck on your journey, going to be some growing pains ;) Rocky <>< www.HintsAndTips.com www.GotTheAnswerToSpam.com
-
Good luck on your journey, going to be some growing pains ;) Rocky <>< www.HintsAndTips.com www.GotTheAnswerToSpam.com
-
Been using VC6 for, well, forever, just got my .NET enterprise. I'm running the IDE for the first time... what's going on???!!! I feel like I'm watching Univision. It's all in Spanish!!! Paul
-
Ahh yes.... I remember that day. I promise, once you get used to it, you won't wanna go back. *Except for the help system and the installer, sadly you'll never get used to that... ~Nitron.
ññòòïðïðB A
start -
Been using VC6 for, well, forever, just got my .NET enterprise. I'm running the IDE for the first time... what's going on???!!! I feel like I'm watching Univision. It's all in Spanish!!! Paul
Paul Oss wrote: I'm running the IDE for the first time... what's going on???!! Yep, that was pretty much my reaction too. I actually had to use VC 7.1 for a few weeks for some contract work, and every 5 minutes I would be cursing the bloody thing because it was slower and/or missing some feature from VC 6. (One thing that comes to mind is Ctrl+Shift+G to open a header file, when the cursor is on an #include line. The command is still there in the context menu, but the keystroke access for it is gone. Why?) --Mike-- Personal stuff:: Ericahist | Homepage Shareware stuff:: 1ClickPicGrabber | RightClick-Encrypt CP stuff:: CP SearchBar v2.0.2 | C++ Forum FAQ ----
-
Paul Oss wrote: I'm running the IDE for the first time... what's going on???!! Yep, that was pretty much my reaction too. I actually had to use VC 7.1 for a few weeks for some contract work, and every 5 minutes I would be cursing the bloody thing because it was slower and/or missing some feature from VC 6. (One thing that comes to mind is Ctrl+Shift+G to open a header file, when the cursor is on an #include line. The command is still there in the context menu, but the keystroke access for it is gone. Why?) --Mike-- Personal stuff:: Ericahist | Homepage Shareware stuff:: 1ClickPicGrabber | RightClick-Encrypt CP stuff:: CP SearchBar v2.0.2 | C++ Forum FAQ ----
That really got to me too, and still does. So, I spent a few hours cursing away at the VB.NET macro studio, and wrote a macro to do this. It will take the selected text (like VC6 used to be able to do), or if the cursor is on the string it will use the string (VC7 requires it to be a valid #include X|), and it will attempt to open the file using similar rules to the IDE: 1. If the file can be found via the current directory devstudio is in or whatever, open it. 2. If not, then check the directory of the current source file. 3. If still not found, check the include directories for the active configuration. [edit]it doesn't currently distinguish between <> and "".[/edit] Then I hooked it up to Ctrl+Shift+G, and it seems to work pretty well, though it may not be exact. Think it would be worth a small article? Chris Richardson
-
That really got to me too, and still does. So, I spent a few hours cursing away at the VB.NET macro studio, and wrote a macro to do this. It will take the selected text (like VC6 used to be able to do), or if the cursor is on the string it will use the string (VC7 requires it to be a valid #include X|), and it will attempt to open the file using similar rules to the IDE: 1. If the file can be found via the current directory devstudio is in or whatever, open it. 2. If not, then check the directory of the current source file. 3. If still not found, check the include directories for the active configuration. [edit]it doesn't currently distinguish between <> and "".[/edit] Then I hooked it up to Ctrl+Shift+G, and it seems to work pretty well, though it may not be exact. Think it would be worth a small article? Chris Richardson
Sounds great! I promise you a 5 right now ;) --Mike-- Personal stuff:: Ericahist | Homepage Shareware stuff:: 1ClickPicGrabber | RightClick-Encrypt CP stuff:: CP SearchBar v2.0.2 | C++ Forum FAQ ---- There is a saying in statistics that a million monkeys pounding on typewriters would eventually create a work of Shakespeare. Thanks to the Internet, we now know that this is not true.