Ben Lotter's Q&A profile
Visual Studio Express Editions Windows Form Aplication
hello if I create a new project-> windows form aplication-> build aplication.... the program will run on my system, but not on other system with same OS(windows XP SP2) MarianL wrote: hello if I create a new project-> windows form aplication-> build aplication.... the program will run on my system, but not on other system with same OS(windows XP SP2) The target machine needs to have the ...Show All
Visual C++ To show anything typed
Hi, How about detecting any 'Enters' pressed in the keyboard How can we have a thread for detecting this Thks & Rgds, HuaMin What is your idea To get all hits to the enter key in all applications Or just your Application or just a window of your application What do you want to solve To answer this question I need more infos about the problem. ...Show All
Windows Forms ListView capacity?
I have an application that uses three listview controls on one form. When I only have about 30-40 items to populate, the listview controls load fine. When I get into the 2000's and above, I get object reference not set errors. Is this because I have exceed the capacity I tried finding the capacity limits of controls, but can't seem to locate that documentation anywhere. Does anyone know what the maximum number of i ...Show All
.NET Development Replace a string Using Regular Expression
HI , Since i am very new to regular expression can anyone explaing how to replace a string in an INPUT String using Regular Expression my pattern of replacing is as below the numeric characters (0-9) present in an input string must be replaced as ","prefixed and suffixed with the characters ex: if the input string is ABC1234DEF then the output string after replacement should be ABC,1234,DEF Thanks in Advanc ...Show All
Windows Forms Cannot 'use' System.Windows.Forms
I apologize in advance if there is an obvious question to this answer. I have searched the internet for 3 hours now and I cannot resolve this problem. I cannot use System.Windows.Forms. If I include it in my codebehind (C#) as such: using Syst ...Show All
Visual FoxPro video control
While waiting for answers to my other post I tried to play with a video control. It gives me an error I cannot understand: cFileName = JUSTSTEM ( JUSTFNAME ( cLine )) THISFORM . O_VIDEOPLAYER1 . cfilename = cLine THISFORM . O_VIDEOPLAYER1 . playvideo ( cFileName , 100 , 100 ) cLine is the complete path to an .AVI file. The error is that "no parameter statement is found" Is anybody familiar ...Show All
Windows Forms Tab Control - Alignment
I'm trying to create a tab control that looks similar to the one used in the visual studio 2005 project properties. I would like it to be left aligned with the text horizontal. Anyone have any ideas In order to have your TabControls look more Visual Studioish you need to choose one of two options... either build your own or use someone else’s and building your own really isn’t too difficult as most of what you ...Show All
SQL Server Managing Hierarchies in Dimension Tables
I am currently looking at the capabilities in SSIS from the point of view of an ETL developer who has worked with other products eg. Informatica, Cognos DecisionStream and one of things I note is a lack of support for dimensional hierarchies. It appears that MS have assumed that SSIS users will automatically use SSAS. We use Hyperion Essbase. Other sites have Cognos or Business Objects for their OLAP/BI. I would like to be able build mu ...Show All
Visual Studio Express Editions Automate Excel from VB Express
I am trying to get VB Express to talk to Excel 2003, pass Excel cell values to VB variables and vise versa. When I have a reference to Excel 11 Object Library, Dim oXL as Excel.Application gives me 'Type 'Excel.Application' is not defined.' When I have a reference to Excel 5 Object Library, oWB = oXL.Workbooks.Add says Member not found and Add is not in the autocomplete list. What am I doing wrong yo ...Show All
.NET Development TypeForwardedToAttribute Class
Does anybody here have complete information about .Net Framework 2.0 TypeForwardedToAttribute Class In MSDN we don't have enought information. Here is the MSDN VS 2.0 documentation for TypeForwardedToAttributeClass: http://msdn2.microsoft.com/system.runtime.compilerservices.typeforwardedtoattribute.aspx Can you tell us what specific information you would like clarified or added Thanks! Stephen [MS Common Language Runtim ...Show All
Visual Studio Team System Virtual PC or side-by-side installation with VS 2003?
Having written a post about memory requirements for VPC, I browsed the forum messages and found several posts about having VS 2003 and VS 2005b2 on the same machine. It seems that there absolutely no problems running them side by side (although there are a few issues reported). So in case I only need to run VS 2005 on XP, and I work mostly with VS 2003, wouldn't it be more benefitial (performance) to install them side by side Thanks T ...Show All
Smart Device Development CF2.0 Throws exception in Marshal.PtrToStruture method
I created new project in VS2005 and copied my existing code for PPC 2003 devices. The same code runs perfect in VS2003 for the same PPC2003 device. Now when I run the same applicaiton in PPC2005, it throws 'Argument Exception' in Marshal.PtrToStructure method call. I use InteropServices adn this P/Invoke method call in my code to find the permenant storage card name in the device. I have copied the code that is involved in the error here. It i ...Show All
Visual Studio Team System Roles in Team System
How can I create roles How can I assign diferents roles to the same user Thanks Leticia You create roles in the XML process template. If you edit an existing template, you will see the role definitions. You don't assign roles to users in Team System, you assign groups and permissions to users. You can create groups which match the roles within the XML. The full details of how to do this will be in the documentation released with the final ...Show All
Visual Studio Tools for Office Invoke action for all Smart Tags in Word document
Hi, I would like to add a button on this actioin pane that replaces all Smart Tags of the same type with some other text. Is is possible to programmatically invoke a Smart Tag action from the action pane (eg: the user does not click) My problem is to instanciate the ActionEventArgs correctly ... Or is their any other way to run a function on a Smart Tag that replaces text, based on its properties Thanks ...Show All
Visual C++ MaskedEditTest warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
Hi guys, I get this warning when compiling vs 6.0 projects in vs 2005. MaskedEditTest warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification How can I fix it. Thanks Nibu thomas. Yeah Thanks a lot. So simple and I was scratching my head for two days. ...Show All
