Software Development Network Logo
  • .NET Development
  • Windows Forms
  • Microsoft ISV
  • Architecture
  • Visual C++
  • Visual Studio
  • Game Technologies
  • Visual J#
  • SQL Server
  • Visual C#
  • Windows Live
  • VS Team System
  • Smart Device
  • Visual FoxPro
  • Visual Basic

Software Development Network >> jzhang2006's Q&A profile

jzhang2006

Member List

_martin_
Vijaya Kumar M
Baumbart
YoeriR
tsreddy02
WetBack
Eric
Lee Coward
goldie49027
John Woodiwiss
UFAnders
RetroFire
Ajay Tandon
(H)MICHAEL(H)
Joei
Buzzby
Andrius Bolsaitis
GMSherif
Robert Burke
HeroCat
Only Title

jzhang2006's Q&A profile

  • Windows Forms <Property>Changed Event not pulling data back out of control's property.

    I have an extremely simple PhoneNumberTextBox control with one property, PhoneNumber.  I also have a PhoneNumberChangedEvent.  I have a custom class with a PhoneNumber property.  Both the control's property and the custom class's property are typed to Ob ...Show All

  • Visual Studio 2008 (Pre-release) System.Windows.Media.Typeface: Symbol property is internal!

    I'd like to be able to determine if a given FontFamily uses a symbol font or not. From a FontFamily, I can get its list of Typefaces. But there are no public properties or methods to determine if a given Typeface uses a symbol font or not (e.g., Wingdings). Reflector tells me there is an internal property of Typeface named Symbol; this appears to be what I want. Why is it internal and not public Is there some other way to do this I real ...Show All

  • Visual Studio Express Editions Visual Basic .NET 2005 Express Edition

    Ok, this is yet another "can you run VB2005 with a remote database" question with a slight twist. What if i create my projects in VB2005 and then open it in Visual Studio 2003 to do all the stuff I can't do in Visual Basic 2005 Thanks! I haven't tried but would not expect it to work. VB2005 is in line with VS2005 so you are more likely to be able to share projects between 2005 versions than 2003 and ...Show All

  • Visual Studio Team System TF command to switch TFS servers?

    Isn't there a way to connect to a different TFS Server via a TF command Yes we already have multiple TFVC servers. Anyway, it is not real easy to determine which server you are currently working against especially if your Workspace name (machine name in my case) is the same on both servers. And what is the point of tf status having a /server switch when it *always* tells me: Ignoring the /server option. That's very annoying since I really ...Show All

  • Visual C++ wcsstr with a const return type in rc1 header

    Hi 40th Floor! > _CRTIMP __checkReturn _CONST_RETURN wchar_t * __cdecl wcsstr(__in_z > const wchar_t * _Str, __in_z const wchar_t * _SubStr); > > What's the deal with the "const" on the return in > > ...\Microsoft Visual Studio 8\VC\include\string.h > > when the docs I see show > > *wchar_t *wcsstr( const wchar_t* */_string_/, *const* *wchar_t* > */_strCharSet_/ *);* It seems that the docs (or the standard) are wrong :-) ...Show All

  • .NET Development Web Service display

    Hi All: Does .NET Framework 2.0 change the display mode for Web Services In Visual Studio 2005 Beta 2, I try to take a web reference of ReportService2005.asmx (typed as http://localhost/ReportServer/ReportService2005.asmx ), I got an compilation error said: CS0234: The type or namespace name 'Xml' does not exist in the namespace 'System' (are you missing an assembly reference ) But if I add " wsdl" (typed as http://localhost/ReportServer/Report ...Show All

  • Windows Forms Cant get drag-n-drop from Excel to work. Please help.

    Hello, When the user of my app selects some rows from an open excel file and  drag-n-drops them onto my form, I need to be able to parse those rows and  fill arrays that would match the original selected Excel rows. Is there any way the&nb ...Show All

  • Visual Studio Express Editions Power control of windows: How to reboot and wake from hibernate/standby?

    Hi everyone: I have only found system.windows.forms.application.setsuspendstate method could make system into standby or hibernate state, but I don't know how to reboot the system via .net method. Must I call API functions to reboot the system And I want to know how to wake up the system after hibernate/standby For example, if my user input "3" and hibernate, the system should enter hibernate and wake up itself after 3 minutes. Is ...Show All

  • Visual Basic XML documentation

    I want the handling of XML documentation to be identical to how VB Commenter worked in VS2003.  That is, I want the documentation to be generated when I type ''', but I don't want the background compiler to waste precious CPU cycles analyzing the comments or wait for an XML documentation file to be generated whenever I compile my app.  Is this possible Thanks, Lance Jay, Thanks a ...Show All

  • Visual C# VS2005 C#, COM and frustration ??

    Hello Everyone, I wrote a small dll in VS 2005 so that can be used in other projects, to my surprise VS 2005 C# dll cannot be used in CS 2003 projects. I thought to make a COM wrapper..I did that created a tlb file but cant register I used the tool ( regasm ). Below is the sample program and if someone can let me know the exact things to do to get this simple thing working. namespace Something { public interface S { ...Show All

  • .NET Development How to send and receive xml data via HttpWebRequest/HttpWebResponse in windows forms applications.

    I am having hard time to post xml data to my web site (or to aspx page) which is running on IIS server. I am trying to post the xml string from windows form application. I am using “HttpWebRequest” class and reading the response using “HttpWebResponse”. My code works fine when I send plain text data, By setting request.ContentType=@"application/x-www-form-urlencoded ". When I try to send xml string I get 500-server intern ...Show All

  • SQL Server Errors reported by uninstall tool for SQL Server 2005 (Tools) Express Edition CTP

    Over time I've updated VSTS through a couple of versions and finally want to uninstall the RC1 to install VS 2005 Pro (RTM).  Ran the uninstall tool a few times (reboot included), but I keep getting a failure only on two items-- any ideas Microsoft SQL Server 2005 Express Edition CTP The setup has encountered an unexpected error in datastore. The action is RestoreSetupParams. The error is :Failed to read property "InstallIds" {"MachineCon ...Show All

  • Software Development for Windows Vista wireless network problem

    I have a bit of a dilemma on my hands. I have Vista installed on my Averatec laptop, and it is running great, nice and fast and all. I originally installed it as an upgrade to XP SP2, and everything worked great except for a few problems I was already having like the computer not wanting to turn itself off after shutting down, and my laptop fan not always running like it should. Vista said that my processor driver was not loading properly. Anywa ...Show All

  • Windows Forms Setup Project, Custom Actions Editor

    Hi, I try to use Regedit.exe in custom action. I add it from "Windows folder" (after I add it from the Special folders) but at the property sourcePath of this custom action I get the absolute path (C:\Windows\regedit.exe) instead of the relative path. If I try to install on windows 2000 the installation failed because the path is incorrect. (c:\WINNT\Regedit.exe). Any suggestions...  (I Don't want to call regedit ...Show All

  • SQL Server execute stored procedure

    I have setup a user which has execute rights on a stored procedure. The sp is owned by dbo. The user can execute the stored procedure, but it fails, because the stored procedure calls other tables and procedures that the user does not have rights to. Is there a way to allow those procedures to execute without allowing access to everything else for the user I setup Thanks! a stored procedure is run under the sec ...Show All

©2008 Software Development Network

powered by phorum