Software Development Network Logo
  • Visual J#
  • Visual Studio
  • Windows Vista
  • VS Team System
  • Visual Basic
  • Game Technologies
  • Smart Device
  • Architecture
  • Visual FoxPro
  • Windows Live
  • VS Express Editions
  • Microsoft ISV
  • Windows Forms
  • Visual C++
  • Visual C#

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

zzc

Member List

Dr_Who
BillWestphal
IraD
Nata Korshunova
peter gardiner
JonasR
George Mantzouranis
Jordi Valldaura Riqué
gmm567
Ming Yang
Mark W.Robbins
wuboyan
Flima
Ryan R
HermanMoore
mmsspp
SrijitCN
Jake Roberts
Kevin Martin
sss001
Only Title

zzc's Q&A profile

  • Visual Studio Express Editions How can I prevent the first picture from disappearing?

    I have a picturbox with a background picture. I add a picture with a transparent background. No problem, the background remains. I add a second picture with a transparent background. The first picture disappears, happily the background does remain. How can I prevent the first picture from disappearing I am not sure what you are doing. If you have a PictureBox and set the BackgroundImage and then the Image properties you can not set the Image property again to add another image to it. It will replace the first image you set. This is matches how you explain it. If you explain what you are tryin ...Show All

  • Visual Studio 2008 (Pre-release) Passthrough of ASP.NET identity to WCF service layer.

    I have a WCF service hosted in IIS, and an ASP.NET application that consumes it. I need to provide user-based security at both the application and service level, and so I'm trying to propogate the ASP.NET user through to the WCF service. I need to be able to do this for both Windows and Web-Forms authenticated users, but I figured Windows would be the easier win to start with. My binding is currently wsHttpBinding, and I've tried both Transport and Message security using Windows credentials. I've also tried using [OperationBehavior(Impersonation=ImpersonationOption.Required)] on my service to no avail. All I ever see is my IIS user bei ...Show All

  • .NET Development How can I create a Web Service which persists

    I want a web service which will persist, so it can receive data events from another DLL 1. I want to request a service, but it may take a long time 2. So I request ASYNC web service 3. When the web service finally receives data event it is ready to return the data 4. So the web service can call the CALLBACK function 5. But there may be more data, so I call the ASYNC web service again 6. But I dont want a new instance of the web service 7. I want a persistant web service 8. Which will hang around waiting for data events 9. Store them, waiting for my requests for data Wayne, I just want to encourage you to c ...Show All

  • SQL Server The value could not be converted because of a potential loss of data in SSIS package

    With my SSIS package, I want to import data from a flat file (TXT- delimited with ) to a table in my database in sql server 2005. The problem is that I have a column of type datetime in my table. But as you know, the data in txt is string. First I created my package through importing data and using import/export wizard in management studio to my database and selecting flat file connection. There, I selected my txt file and column delimiter as , then suggested types for the columns. There it selects 8 byte signed integer type for the datetime column in my table. After these steps I create my package and execute it. But it does not put data ...Show All

  • Smart Device Development CBitmapButton?

    Hi, Today when i made an application using CBitmapButton i met this notification: uses undefined class 'CBitmapButton' Visual studio 2005 for pocket pc 2005 isn't supported this class. What is the purpose of it JT   I am not sure what you are asking for but I took your code and implemented it and it worked for me.  I had to switch the CButton over to owner draw but other then that it worked great. On a side note; when I did my own CImgBtn I used one Resource ID with four images within it and used StretchBlt to only draw the btn I wanted.  This cleans up the code a little and allows for one bitmap to be loaded instead ...Show All

  • .NET Development Develop a Game Server Control Panel

    Hello Everyone,      I want to develop a game server control panel like www.GameCP.com and  www.kronos-cp.com .  I am new to game server control panel programming, so i want to know how can I integrate with game server and perform all the tasks like start/ stop/restart server, check how many users connected to the game server etc. using asp.net. Thank You This is a very broad question, if you can narrow the question to a specific area you are having trouble with I can take a shot at answering it. ...Show All

  • Software Development for Windows Vista Update WPF UI

    I try to update my UI made in WPF by call an External method from my workflow. But I get an exception that says That I can’t change the button visibility because the calling thread cannot access this object because a different thread owns it. Can anyone point me in the right direction here because I am not used to the Thread thing. /Godzilla Here are a couple of threads from the Windows Presentation Foundation forum, which is a better place to ask your question: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=144657&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.a ...Show All

  • SQL Server default schema not working?

    I am confused. I added my NT account to the sql server logins for my sql server (2005), then I added a corresponding user account to my database. I then set my default schema. I connect to the database, and the default schema seems to be set to dbo. Can anyone thing of a reason why this might be happening Is there some sort of override if I have additional privledges on the server I appreciate any thoughts... -Mike Graham AH HA !!! In the BOL, it says "you cannot change the default schema for a user that is mapped a windows group" - my account was in the administrators group which had been added to the logins ...Show All

  • .NET Development How to retrieve innertext from the xml tag enclosure url?

    Hi All, I want to get InnerText of the tag enclosure url.For example consider the sample XML < xml version="1.0" > - < rss version =" 2.0 " > - < channel > < title > XML, RSS and Podcasting </ title > < link > http://staff.washington.edu/trauma/podcasting/ </ link > < description > A web page with descriptions on how to utilize XML and RSS to create a Podcast. </ description > - < item > < title > Craig's Sample Podcast &l ...Show All

  • Windows Forms Installation is not automatically resuming when the system restarts

    Hi I am creating a setup project in VS.NET, I have "PluginInstaller.msi" installed in my computer, When I am running this setup program in a test machine where no .NET framework and MDAC2.7 is installed, the application is automatically installing ".NET" and then "MDAC2.7" one after another, and after installing "MDAC2.7" it is restarting the  ...Show All

  • .NET Development SQLSetStmtOption

    Hi, We are currently connecting to a bespoke ODBC driver using the .NET ODBC Provider. This driver uses SQLSetStmtOption to set some options, and we would like to be able to set these from .NET code. Does anyone know if this is possible Many Thanks I don't think that we have one to one corresponding method in .Net code. What options(attributes) you want to set Thanks Bei ...Show All

  • SQL Server Empty Messagebox

    Hi When I start the MSQL Server Management Studio Express I get a Message Box with a yellow exclamation icon and NO message, just an OK button. Which when I press it goes away allowing me to logon to the Management Studiio. All seems to be working fine (although I have not used it much since getting this strange behaviour). I have re-installed Win XP Pro SP2, applied all patches from MS website, install is clean and no errors. Also downloaded latest SQLExpress Edition and as well as latest Server Management Studio. Any ideas Thanks, any help will be appreciated. I recently installed Wind ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. VB.NET/Direct X 3D object selection using the mouse click.

    I realize that I'm in the wrong forum, but there dosn't seem to be one for non-game applications that use Direct X. I'm not a C++ programmer. I've used Visual Basic and VB.NET to write applications that display objects in 3D. I want to able to allow the user to select one of several 3D objects via the mouse. Can someone supply some sample code in VB or VB.NET that does this. Thanks in advance. The Pick sample in the SDK does this. To expand it to multiple meshes, just repeat the ray intersection determination for each mesh that you want to check. ...Show All

  • Visual C++ dialogs appearing behind the main window

    hey guys, i have a simple problem with my MFC app. the messagebox's and color dialod's r appearing behind the main window. maybe is it because i have directx rendering a static text control in the main window so it always stays in focus or soemthing i dont know here is my code for displaying for displaying a color dialog: CColorDialog cd = CColorDialog(0, CC_ANYCOLOR); cd.DoModal(); when i press the alt button the color dialog appears. is there some special setting of some sort i have to do to get the dialogs to appear infront of the window im quite new to mfc so sorry for my newbie questions. thx in advanced ...Show All

  • Visual Studio 2008 (Pre-release) Control for numberic input

    How to allow to input number only into textbox Howevver I want this control allow to input integer number, float number, key controls. Please support the C# code for this control if anyone has. Thanks :) Yep, and here’s the link to the sample: http://windowssdk.msdn.microsoft.com/library/en-us/wpf_samples/html/dba50aaa-a436-47d3-a850-1f3cd58e9141.asp frame=true Let us know if you run into any problems, Tina ...Show All

©2008 Software Development Network