MrPo's Q&A profile
Visual Studio Express Editions Registering and licencing
I have registered my version of visual web developer installed from CD but I have not received the product key. as I can obtain it The licence expires between a year... When you install from the CD Image you do not have to register the product. Have a look at the registration FAQ Item 7. Visual Studio Express edition Registration FAQ http://msdn.microsoft.com/vstudio/express/register/faq/ ...Show All
Visual Studio Team System Capacity Planning
Hi We are about to deploy TFS in a single-server configuration using the following hardware: - Dual Xeon CPU - 2GB RAM - 2 X 73GB HD's - mirrored - for the OS - 3 X 73GB HD's - in RAID5 - for data Now, even though right now there will be about 50 users working with the system, I'd like to know how much can that number grow, based on current configuration. What is the maximum number of users that can be supported by thi ...Show All
Visual Basic PrintDialog for WebBrowser Menustrip
I would like for the browser that I am creating in VB 2005 Express to provide a PrintDialog option from the File menu. In particular, I want the user to have the option of selecting text to be printed, instead of having to print the entire Web page automatically (which is what I am getting by just using “WebBrowser1.Print ()”). The PrintDialog class provides the print “selection” option but I cannot get it to work with the WebBrowse ...Show All
Visual C# Arraylist and multiple values
Hi I would like to get a kick in the right direction when it commes to store mulitpla values in an arrylist. 01,Matt, Trautman, Rice Road, KS 02,Kim, Andersson, ...,... The only code i have found so far is to save... 01, matt 02, kim Br /Matt ...Show All
SQL Server Maximum Conversation timer interval
I'm using conversation timers successfully to fire events at a predetermined time in the future, but I'm running into issues when using an interval of considerable size. I set the conversation timeout like so: set @Timeout = DATEDIFF ( SECOND , GETDATE (), DATEADD ( MINUTE , -( @TimeOffset ), @FollowUpDateTime )); if ( @Timeout < 0 ) set @Timeout = 1 ; // begin dialog begin conversation timer ( @Foll ...Show All
Visual C# File -> New Web Site -> Templates is empty
I have just installed Visual Web Developer 2005 Express Edition Beta 2. When i click File New Web Site the templates is empty. Have anyone a solution on that problem. Thanks, Poul Erik PoulErik - The right forum to post this question would be the Express forum. http://forums.microsoft.com/msdn/ShowForum.aspx ForumID=24 Someone from VWD Express would probably have a better idea of why this is happening. Thanks! Karen Liu Visual C# Not ...Show All
Smart Device Development What event is fired when using a Pen to select a Control?
Hi, and happy Easter all! I am creating a Forms application for a QTEK Smart Device and was wonder what event is triggered when I select a Control with a pen I can't seem to find a relevant event when searching through a controls event properties. Device: QTEK. CF: 1.1 Thanks Tryst I'm not sure if I understood your question. Are you using a Pocket PC (and you are using the pen to select controls) Which control are you trying to select If i ...Show All
.NET Development Ldelem, Ldelema, Ldelem_Ref
What difference and when to use which With primitive types, value types and ref types. Use ldelema to load the address of an array element. Use ldelem.ref to load the value of an array element which is of a reference type. You can use the other type specific instructions (such as ldelem.i4) to load elements of other primitive types. Use ldelem to load the value of an array element of any ot ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Fullscreen Managed DirectX
Hi everyone, I'm having a problem with fullscreen mode in my managed directX application. I was wondering if someone could help me... When my application is in fullscreen mode, I see artificats and other visual glitches such as pieces of the taskbar at the bottom of the screen. And although the screen is blue, I can still interact with the taskbar. (ie. I click the lower left hand corner and another glitch shows the start menu open momenta ...Show All
Smart Device Development setup.dll
Hello Developers, I am giveing below a snippet of code , I guess something is wrong with it, which I can't figure out . I just have to display a message box . Now when i install the cab file on the phone it says no space , but there is lots of space enough to put a bed and sleep on it .Anyways cant figure out whats wrong. Can anyone help Secondly can we debug the custom setup dll file . If yes how // This is the CPP codeINSTALL_ ...Show All
Visual Studio Express Editions Creating Tab effect forms !!
hi, I'm just after some advice really, I'm new to visual basic (i'm using 2005 express) and was wondering how or rather the best way to create a form that has tabs on it. The same effect as the properties page in visual basic( properties page of the project) i.e it has tabs down the side for application, compile,debug etc.. so when you click on a tab(or they may be buttons ) the form layout changes so different information is disp ...Show All
SQL Server load CatalogItem array in treeview
Hi, i would like to load my array 'items' in a treeview CatalogItem[] items = rs.ListChildren("/", true); is there anyway that automatically does the layout or do i have to check what the type is of everey object so I can indent correctly. thanks I'm really looking for this one :). I'm trying to do it manually but I can't find a way to get the reports in the right structure. I'll show what I want to a ...Show All
Windows Forms Text Formatting Problem
I want to save a long text to the database without losing the format: font, bullets, etc. Any ideas Hi, I know this is cheating a bit ! But I've been using a nice little utility called Angel Writer to created my Rich Texts - I just save in rtf format, then open the file with a text editior and cut and paste. heres the link : http://www.angelicsoftware.com/en/angel-writer.html Hope This Helps ...Show All
Windows Forms Data binding with NicePanel and dbControl component
I have a problem with data binding, when I have controls on a NicePanel componet. As I understand NicePanel is doing databinding for all its controls. But it can bind only one datarow at time. How do I bind data, if I have dataGrid on ...Show All
Windows Forms GDI+ Error and (JIT) debugging message, help need
Below is the error message, anyone here know what the problem cause this error how to fix it See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.OutOfMemoryException: Out of memory. at System.Drawing.Graphics.FromHdcInternal(IntPtr hdc) at System.Windows.Forms.MenuItem.WmDrawItem(Message& m) at System.Windows.Forms.Control.WmDrawItemM ...Show All
