jen0s's Q&A profile
Visual Studio 2008 (Pre-release) Hosed Refactoring Smart Tags after LINQ May CTP Install
I installed the May CTP. The refactoring Smart Tags no longer work. For example, when a variable name is changed, the underscore glyph appears indicating that a refactoring is available. Usually, by hovering over the glyph or by pressing a shutcut key, a Smart Tag will appear. This Smart Tag no longer appears. Further, the Refactor shortcut menu is no longer available in the body of the editor. I uninstalled the C# 3 language service using "Uninstall C# IDE Support.vbs", but the refactoring support was not reset. How do I restore my IDE to it's previous state Do I need to re-install VS By the way, I have noticed one other really odd behavio ...Show All
Visual C++ UNICODE file and RichEdit
How can I read a UNICODE file and insert it in a RichEdit (The file begin with FEFF). Please follow your other post at http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=280937&SiteID=1 Thanks, Ayman Shoukry VC++ Team ...Show All
Visual Studio Express Editions Compile Xvid with VC++ 2005 Express Edition
I am a complete noob and I am trying to compile the xvidcore using VC++ 2005 Express Edition. I have run into a problem. Xvid needs to call NASM to compile the assembly files, but I get the following error: ------ Build started: Project: libxvidcore, Configuration: Debug Win32 ------ Assembling c:\TEMP\xvidcore_20060225\src\utils\x86_asm\mem_transfer_mmx.asm Assembling c:\TEMP\xvidcore_20060225\src\utils\x86_asm\mem_transfer_3dne.asm Assembling c:\TEMP\xvidcore_20060225\src\utils\x86_asm\interlacing_mmx.asm Assembling c:\TEMP\xvidcore_20060225\src\utils\x86_asm\cpuid.asm Assembling c:\TEMP\xvidcore_20060225\src\quant\x86_as ...Show All
Visual Studio PREREQUISITES FOR .NET 2.0
i downloaded .net framework 2.0 .. but when i went install appear the message :"prerequisites not installed", why i want to know where i can take these prerequisites ... somebody help me please tanks The Framework requires The windows installer 3.0 and IE 5.01. You will also need MDAC 2.8 SP1 if you have data access scenarios but that's optional. ...Show All
Windows Forms KEyboard Control
Hi, Is there any customisable keyboard control that I can use in my application I might need to customise it to remove a few keys, add new keys and change the functionality of a few keys. Can I download code from somewhere or some DLL may be thanks, I have a simmalar problem... is there a few lines of C++ code I could use to Disable the real keyboard for the durati ...Show All
Windows Forms Tale of Woe - Convert KeyCode to Char - Please Help
Hi, I have been trying to create a combo box that does autocomplete (a bit like in the address bar in IE) but I would like to be able to make it so that if I set a flag it will only allow the user to enter values that are in the list. In this case I would like to be able to intercept a key stroke and kill it  ...Show All
Windows Forms How to use PropertyManager
Is there any sample code available Thanks Peter ...Show All
Visual Studio Get File/Folder content from SelectedItem for Database Project
I am trying to create a simple addin for a database project that loops through all the selected items and combines the sql files into one. I know I can traverse the uihierarchy to get this information, but our db project as thousands of files in it so this is timely. Is there a way to get at the content of a file through the SelectedItems object This object just has a name property but I can find a way to determine the path. Any help would be greatly appreciated. The EnvDTE.SelectedItem class have Project and ProjectItem properties that give you access to the underlying project/file. With the EnvDTE.Pro ...Show All
Visual Studio Localizing Crystal Reports toolbar/export/print dialogs
Hi, Looking at the feature in XI it is clear that Crystal Reports XI now supports localization of the viewer (toolbar/export popup/print popup) http://support.businessobjects.com/documentation/product_guides/boexi/en/crxi_WhatsNew_en.pdf I am using VS.NET 2005, CR XI, .NET 2.0 I have been unable to get CR to localize the toolbar/export popup/print popup. I have tried explicitely setting the page Culture and UI culture to "fr-CA" in Page_Init. I have also tried setting the thread: System.Threading.Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("fr-CA"); System.Threading.Thread.CurrentTh ...Show All
Smart Device Development What is the purpose of PlatformVerificationTask?
What is the purpose of PlatformVerificationTask in namespace Microsoft.CompactFramework.Build.Tasks I keep getting warnings that this task is failing in projects for one reason or another. The latest is a FileNotFoundException for one of my class library assemblies. Is this an important task Is it buggy Should I be concerned What are the troubleshooting steps Other than some other people asking about it, I don't see any documentation on MSDN2 or elsewhere with the keyword "PlatformVerificationTask". After a series of other bizarre and subtle problems, I decided it would be a good policy to achieve a zero-warnings compile befor ...Show All
Visual Studio Express Editions Express Edition promotion period...
I want to ask something about Visual Basic 2005 Express Edition. It said that after 7 November 2005, the Express Edition entering promotion period, so it's free for 1 year, and it also said that it will be cost US$49 after the promotion period. I have downloaded Visual Basic 2005 Express Edition ISO file in 15 December 2005 and registered it in 9 January 2006. I'm still using that product until now. I'm a student, and I'm so satisfied using that product. Must I pay for my VB 2005 Express Edition version if I want to use further after the promotion period and must I pay for 1 year using that product in the promotion period although I wo ...Show All
Windows Forms Total Value of a Column with conditions
I am writing in VB and I have the following problem. I have a database where all my sales are stored, and I have different Sales People On a form I have a dropdown box with their names, a textbox, and a button. I need help to write code that will bring me the total sales (Of the Selected Sales Person in the dropdown box) to the text box when I click the button. One of my column's in the database is for the Name of the Sales Person (name: SalesPerson) and there is one with the Sale Value (name: Amount). Can someone please help me with the code for the button. I am ne ...Show All
Visual C# how do i change the font color of a String.SubString in a textBox?
for example txtBox.text = "The color is green"; i want to display the word green as "green". is there a way to do that i got the change color part, here's what i have: this .txt.Select(start, len); this .txt.SelectionColor = Color .Green; now my problem is how can i highlight or select multiple substrings from txt.Text ...Show All
SQL Server SQL Server 2005 Express Installation Problem: Incompatible components from beta version of .NET Framework
Hi all, Yesterday, I just downloaded the SQL Server 2005 Express (SQLEXPR.EXE) and tried to install it in my Windows XP Pro PC that is on Microsoft NT 4 LAN System. I got the following error: Microsoft SQL Server 2005 C ...Show All
Visual Basic Problems with EXE's and stuff
Ok, simple problem but I'm just too stupid to get my head round this, I have created a project and created a manual updater for it so I can just create components and have them download as necessary, a live updater if you like: The problem is that all is good until you download a .exe from the server, it then will open a quick dos cmd window, kinda not what I expected, I was hoping to just replace the existing file and restart the program. Have I done something wrong or am I just missing something right under my nose. Kind regards, A confused and tired Rob. I would put the update in a zip file. When ...Show All
