| Thread | Last Post | Replies |
|
| Localization of .ctc file | 16 Oct 2004 04:02 GMT | 1 |
I've created a .ctc file with my menus/commands. I want to localize it to japan language. My question is: how to put unicode characters into .ctc file? I've tried some kinds of escape characted (e.g. \x, \u) but the ctc
|
| Is it possible to remove trailing white spaces when saving? | 15 Oct 2004 20:25 GMT | 6 |
I use UltraEdit a lot. One of my favorite feature about it is that it can trim all trailing white spaces when saving or on the fly to selected lines. Perhaps it is because the auto-indent thing, the VS.NET IDE editor constantly adds useless white spaces while editing. (VS 6.0 ...
|
| VSProject Cast files - more information | 15 Oct 2004 10:06 GMT | 3 |
I posted a message here yesterday about a cast from EnvDTE.Project to VSLangProj.VSProject failing. I now have a reproducible snippet of code (see below). The thing is, this only fails on my Windows XP laptop - on two different Win 2000 machine it runs fine. If similar code is ...
|
| Open multiple solutions | 14 Oct 2004 18:11 GMT | 1 |
Hi list, from Eclipse I'm accostumed to browsing all my available projects (e.g. find some code snippet I already did somewhere). This seems not to be possible with VS's solutions. If I open one, the
|
| Using VS2003 with a dual-screen | 14 Oct 2004 15:20 GMT | 1 |
I am currently having an harware config that include a dual-screen. It would be very interesting to be able to use VS2003 on the dual-screen, having on source page on each monitor. How can I do that (in particular without opening VS two times in order to avoid file conflicts) ?
|
| XSD Editor | 14 Oct 2004 14:12 GMT | 1 |
I have installed Biztalk server 2004 and now my XSD editor has been modified in VS 2003. how do I change it back? thanks JamesE
|
| How do I get a previous version of source from VSS for an ASP.NET Project? | 13 Oct 2004 18:42 GMT | 4 |
I'm trying to work on an old verion of an ASP.NET project built using VS.NET 2003 which is stored in VSS 6.0d. My first attempt was to get the labeled version using VSS, however, when I opened up the solution with VS.NET 2003, it got the latest source
|
| VSIP Issues | 13 Oct 2004 14:56 GMT | 2 |
Can any body know what are the serious Issues while Extending visual studio using VSIP in Managed code(C#).
|
| Help Regarding Extending Visual Studio | 13 Oct 2004 12:10 GMT | 2 |
Is anybody knows sites from where i can get more information for Extending Visual studio using VSIP in Managed code
|
| real time syntax checking within c++ in vs.net | 13 Oct 2004 07:11 GMT | 4 |
I have used vs.net 2003 extensively for c# projects, but am starting some work in c++. When using c# I routinely right click on an object or method name and browse immediately to its definition, class hierarchy, etc. Very powerful, obviously. In c++ I don't necessarily find as ...
|
| real-time syntax checking for c++ | 13 Oct 2004 05:49 GMT | 2 |
As a follow-on to my previous post about using c++ in vs.net after having experience with c# in vs.net. In c#, I get excellent real-time feedback from the IDE as I type my code. For example, if I type a brace instead of a bracket, chances are that the
|
| Report: Lose all formating and most IntelliSense | 13 Oct 2004 04:37 GMT | 5 |
I have a project that is behaving very strangely. This is a Windows Forms application written in C# using VS 2003. When I open the form in design mode and then right click on the form and select View Code. All the code is
|
| IDE crash on opening a project | 12 Oct 2004 22:03 GMT | 1 |
My IDE crashes when opening a project (existing or new). I get the "send crash report to MS" message and send it along. In the event log is this message: Faulting application devenv.exe, version 7.10.3077.0, faulting module
|
| how can i send sms using vb.net without any physical cable connection ? | 12 Oct 2004 11:06 GMT | 1 |
i am developing a mobile web application using vb.net which provides auto sms sending. I have also sms and pager toolkit. Is there any way to send sms to mobile without cable connection ?
|
| VS.NET 2003 thinks C# has templates | 12 Oct 2004 06:54 GMT | 2 |
I don't know if this will be fixed this side of Whidbey, but I just discovered an IntelliSense error in Visual Studio .NET 2003. When you type "if (foo bar >)", place the cursor left of "bar", and type "<", IntelliSense pops up a list of types -- apparently thinking
|