Voast Dev's Q&A profile
Windows Forms Open Child Window ONCE
Hi, I created a Parent form and a main menu, where user can select and click a menu item and Show a child MDI form. I'm able to add a "tick" beside this menu item on the main menu, but how can I "disable" this menu ...Show All
Visual C# converting from nvarchar to money
Operating system: Win XP Languages: ASP.NET, C#, SQL Server 2000 Hello, and thank you for reviewing this post~! Can someone tell me how to cast an nvarchar to money using C# Thanks in advanced! well there is no such thing as an nvarchar in C# so I assume you are referring to a string if so you can use decimal.Parse(string) ...Show All
Visual Studio Express Editions problem with my code
< xml version="1.0" encoding="UTF-8" > < Slides > < slideNode jpgURL =" pic/normal/galeria_0/0.jpg " /> </ Slides > But I want this < xml version="1.0" encoding="UTF-8" > < Slides > < slideNode jpgURL =" pic/normal/galeria_0/0.jpg " > </ slideNode > </ Slides > HOW I CAN FORMAT MY XML THIS WAY THIS THE CODE THAT GENERATE MY XML XmlDocument ...Show All
Visual Studio Team System How do I change a WI type, from Scenario to Task for example, without creating a new WI? Is there a view to see this heirarchy?
I have a number of Sceanrios that were entered for my team that are actually Tasks related to one Scenario. Is there a way to change these to Tasks related to the scenario without entering a new WI Also, is there one view that gives me the scenarios and tasks laid out in their heirarchy I see the links in the links section, but I would like to see the hierarchy when I run a query for the scenarios and tasks in a given iteration. ...Show All
Visual Studio 2008 (Pre-release) Generate Proxy class with MSMQ
I have a server class in a console application project, the app.config file is: < services > < service type = " ServicioWCF_MSQM.CalculadoraService " > < endpoint address = " msmq.formatname:DIRECT=OS:.\private$\MsmqTransactedQueue " binding = " msmqIntegrationBinding " bindingConfiguration = " CalculadoraBinding " behaviorConfiguration = " MatchAllEndpointBehavior " con ...Show All
SQL Server HTML String Rendering in a Report
We have a "Comment" field that is saved as a HTML string to the DB. This field needs to be pulled into a report as rendered HTML. I know this has been hashed out before, but has anybody found a good solution in the past couple of months We are thinking about storing two versions of the Comment in the DB: one with HTML, one as simple text. Has anybody found this an acceptable solution I know it flies in the face of good DB design ...Show All
.NET Development Date Formatting with a DataList
Hi there, I'm binding data to a datalist on a webform in C#. My problem is that I have a Date field that gets binded properly, but it shows the long date format and I need it to be short. In my webform HTML code I have <% # DataBinder.Eval(Container.DataItem, "ReleaseDate") %>, so I was hoping I could possibly format it there somehow Any help will be appreciated, Thanks. Hi! Thanks for asking! I'm a member of the ASP.NET team, ...Show All
Software Development for Windows Vista Breakpoints not working
I'm running the February CTP on WinXP SP2 and Visual Studio Pro. I'm running my development environment inside of a Virtual PC VM. The problem that I'm having is that I can create workflows fine, but breakpoints set up on a workflow activity do not work. I see the hollow circle with the warning when running in debug mode. Breakpoints set on the code beside code such as a CodeActivity handler work. I've looked at the other posts on the foru ...Show All
Visual Studio 2008 (Pre-release) Strange WPF 3D opacity behavior
I've just tested some of the WPF 3D features in the latest release of the WinFX SDK. I noticed some strange opacity behavior which I have described in greater detail here: http://espy.dk/WPF3DOpacity/ Is it a bug or a feature Best regards, Johannes Hansen frontAvenue A/S It's a feature, for two reasons: 1. The blend function. When an alpha blended polygon is drawn in Avalon 3D, a blend function is p ...Show All
SQL Server Report Headers
I'm new to Reporting Services, but am familiar with other reporting tools. My question is, is there really no way to reference a field in a page header If so, I suppose you could repeat some header information on subsequent pages from the detail section of the report using a text box, but how is that done because when I check the property box "Repeat report item with data region on every page" nothing happens. What is the best way to ...Show All
Visual C# what is the default replacement for an input byte sequence that cannot be decoded?
When using StreamReader to read a japanese file, I found that some input byte sequence that cannot be decoded are converted to some code else. for example shift-jis: EC7D , EC59 are converted to unicode: 0x30FB ( ,shift-jis: 8145) 8790 is converted to unicode: 0x2252 (≒, shift-jis:81E0) my questions are 1. What is the converting rule for byte sequence that cannot be decoded Why they are converted to different code 2. I ...Show All
Visual Basic [OTP] vb6 How to unplug (safely eject) USB Drive.
I am working on Visual Basic 6. I want Visual Basic Source Code for unpluging (Safely Removing) USB Drive from machine and plug it again. Unplug and Pluging, both the process should be done by coding and not manually. Waiting These forums are for VB.NET and there are better places to find answers for older versions of VB such as VB6. Maybe the VB6 newgroups - http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.pu ...Show All
Windows Forms Where is the link to the appupdater article?
Several newsgroups have this link to the source code, article etc for the appupdater. Howerver, the link is dead. http://www.gotdotnet.com/team/windowsforms/appupdater.aspx Where did it go Thanks. read this: http://www.windowsforms.net/Forums/ShowPost.aspx tabIndex=1&tabId=41&PostID=1910 ...Show All
Smart Device Development Unable to initialize Direct3D on Windows Mobile 5.0 Pocket PC Device - MDA PRO (HTC Universal)
i allways get a DriverUnsupportedException (it works in the emulator) Device Information: Device: MDA PRO (HTC Universal) OS : Microsoft Windows Mobile Version 5.0 OS 5.1.70 (Build 14409.1.1.2) Framework: Microsoft .NET CF 2.0 installed Processor: PXA270-520MHz Is there any known problem with directX on this device Yeah, I'm having the same problem with an O2 XDA Exec (same pho ...Show All
Windows Forms Vis Studio Express for .NET Windows Apps ?
Has MSFT made a Visual Studio Express type of app for Windows applicationS (C#) What I have seen seems relevant to Web applications only. I am mainly interested in evaluating the windows GridView control against the 2.0 DataGrid control before starting a new project. Many thanks Mike Thomas Hi, yes, with VS express 2005 C# you can build windows forms applications. You can find it here: http://msdn.microsoft.co ...Show All
