Software Development Network Logo
  • Microsoft ISV
  • Game Technologies
  • Visual C#
  • SharePoint Products
  • IE Development
  • Visual Basic
  • Smart Devicet
  • Visual Studio
  • Windows Vista
  • Visual FoxPro
  • SQL Server
  • Visual C++
  • Audio and Video
  • Windows Forms
  • .NET Development

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

Philski

Member List

Marcel Vroone
Rekar
Rajesh batchu
byronatproto
Baris ERGUN
Andres Aguiar
CBenoit
LiamD
noob_vber
Ponnurangam
vijaygill
Koray Samsun
Taylor Brown
Jonso
Stéphane Beauchemin
Benjamin Coats
Marko B. Simic
Sqnyy
LoveDanger
Alibong
Only Title

Philski's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. XNA on IRC

    Join us on IRC in #XNA on efnet We are growing a community where people can get real time help on their issues and work on projects together! Thanks, Ziggy Found a good web client: http://chat.efnet.info/irc.cgi adv=1 Enjoy! ...Show All

  • Audio and Video Development z-order attribute in <PlaylistApplication>

    As per specs all Playlist Application elements belong to the same Application Block and only one PlaylistApplication element may be activated in accordance with Menu Language System Parameter. Please explain then what is the need of z-order attribute in <PlaylistApplication>; in other words how is z-order attribute functioning here Thanks. Please explain further; this code works fine even without z-order attribute being mentioned, how Secondly, how will rendering, display order be different if i put z-order=1. <PlaylistApplication description="Test" language="en" src="file:///dvddisc/ADV_OBJ/Manifest.xmf"> ...Show All

  • Windows Forms USING PROFILES WITH WINDOWS FORMS, HELP!!!

    Does anybody knows what can i do to using asp.net profiles with windows forms , I dealed with doing just like in asp.net 2.0 but the application does not work, the profile is not recognized and nothing seems to work. (Moderator: Thread moved to this forum for better responses) James, thanks for your help, but I think that I do not explain myself very well, which happens is that desire to use the option of profile provider of ASP, but specifically to keep information related to the user (the authentication is already did it), to be able to create and to store its profile in the data base. The use of profiles in ASP is enough useful, since with the single modification of the Web.config file in the ap ...Show All

  • SQL Server Connection

    Hi, I installed SQLSERVER EXPRESS Edition.When i try to connect to sqlserver express,In the server name what we have to specify. I know that we have to specify Systemname\SqlServer instance name. I find sqlserver instance name in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\SSMSEE My system name is Kal. Now my server name:kal\SSMSEE and i followed windows authentication. Username:kal\Administrator. And click on connect. Iam getting this error.Couldnot connect to SqlServer.Server does not allow Remote connections. How to resolve this error. Thanks in advance Hi, have a look at my site under the section Screencasts on the top navbar. YOu will find the Screencast for Enabling remote conn ...Show All

  • SQL Server calling stored procedure in project

    hey all I am very new to stored procedures and would like some clarification please I have a stored procedure written by someone else I generally use SQL Server Business Intelligence Studio. I am designing a report and have called this sp exec GetTicketsSnapshot (being the name of sp) 1 window only is populated if I run this in sql Server Management Studio it populates 3 windows which is what I would expect to see can someone explain thanks hey Ham Yes that's exactly what I mean. But it isn't even giving the full result of the first resultset either thanks ...Show All

  • Smart Device Development Sample sdk code "Mapirule" works only on PPC. Facing problem on SP 3.0 and 5.0. Need help

    Hi, I am working on the sample application "MapiRule" supported by Windows Mobile SP0.3 and 0.5, PPC0.3 and 0.5. It will be available in \Program Files\Windows CE Tools\wce420\SMARTPHONE 2003\Samples\Win32\Mapirule This is working perfectly on PPC 2003 device but not on Smart Phone 2003 and 2005. After deploying it on PPC3 it helps me filter sms messages with subject/msg as "zzz" . It displays the sms in message box and later deletes it. So it helps me filtere the sms message for which i register. This filtered sms is thus not seen in PPCs native Inbox. In case of SP3.0 and 5.0 its doing the registery entries as mentioned in msdn help but its not calling the processmessage() which actually recives the sms ...Show All

  • Visual Basic print preview in listview

    Hi May i know how to i get the data in list view to the print preview control. How can add the image in the print preview You can use the ListView's DrawToBitmap() function to generate a bitmap image of the control, then use e.Graphics.DrawImage() to print it. Check out my code in this thread , it is code for a Panel control but it works exactly the same way for a ListView control. ...Show All

  • Visual Studio Express Editions MouseDown on a Panel, Steals the MouseUp Event, and Stops ANY Enter\Leave Events of that control.

    Just like the title says, On a panel, when I mousedown, and move the mouse outside of the panel's range, and release the mouse on a different panel, the sender for the mousedown, and mouseup are identical, and they shouldn't be. Also, the mousedown event stops the enter & leave events, at least of that control, I need to get this to work right so that I can easily inventory system w/ inventory slots, that when dragged to and from each other, will change its' value in an array, the only alternate way I currently know of, is to use locations instead of senders, hopefully, it will not come to this. P.S. Sorry for the quadruple or greater than threads a page or 2 back, it kept saying that an error occured, so I kept clicking it :) ...Show All

  • Windows Forms forms don't work when they called from DoWork Event of a BackgroundWorker

    hi I have a BackgroundWorker. in DoWork event if I declare an instance of a form and show it, it won't work. but I dont know why thank you for your response yes what I had thought and also you mentioned, was true. I had shown the form in the background worker but the other lines of code ran afterwards to the end of the thread and then the open form didn't respond anymore. and I solve this problem by using modal form instead.   ...Show All

  • Visual Studio Team System Merging Problem

    He is the scenario I am hoping to find a solution for: Say I have a source branch called the trunk, T and a branch from T called A. I want to create a parallel development branch called B from T to have the merge relationship from the trunk T but I want A's current code to merge into B. I know I can use a baseless merge from A to B to accomplish this. The problem is that some files in T have been removed from A and therefore I do not want them in B as well. However, since we initially branched from T, those files exist in B and using a baseless merge from A does not mark the files in B for deletion. Without, having to manually do diffs on directories to find files that have been removed and then delete them manually (which is a huge ...Show All

  • Visual Studio 2008 (Pre-release) i WCF, netNamedPipeBinding, and Citrix - BUG?

    We have an interesting issue on our project. We are hosting several WCF services as netNamedPipe, hosted in the same process as the Windows UI. When run locally (Windows XP or Server 2003) everything is fine. However, when run under Citrix, we have found that the Citrix user must be granted the SeCreateGlobalPrivilege in order for the application to run. I believe this is because the netNamedPipe-bound services are creating a named pipe without the "LOCAL\" prefix in their name, which, by default, creates a global pipe. Has anyone been able to run a client that hosts a netNamedPipe service locally on a Terminal Services or Citrix system without setting the SeCreateGlobalPrivilege privilege It seems like this should not be nec ...Show All

  • SQL Server Reference the reports DataSet from Code

    Hi All, From my reports code I would like to do some things with the reports DataSet. Is it possible to reference this object from within the report code Thanks, Eric http://msdn2.microsoft.com/en-us/library/ms157274.aspx ...Show All

  • Smart Device Development Win CE 6.0 - Serial port enumeration and ioexception on serialport.open()

    I'm developing using VS 2005 and CE 6.0 Platform Builder and C#. My target device is an eBox-2300 CEPC with two physical serial ports. All of my code thus far works on the development PC, but I have problems when I try to deploy to my device. I have two immediate issues that I need help with. First, I have a routine that attempts to enumerate the serial ports on the system. The code is as follows: ******************************************************** public static string SetPortName(string defaultPortName) { string portName; Console.WriteLine("Available Ports:"); foreach (string s in SerialPort.GetPortNames()) { Console.WriteLine(" {0}", s); } Console.Write ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Content pipeline design issues

    I LOVE the content pipeline, but while digging deep and creating a bunch of cool custom importers/processors/etc I found a few annoyances that I don't see clean solutions for. I was hoping some experts here or MSFTies could set me on the right path. My problem is with the content pipeline and it's files/types. I have two assemblies that I'm using, we'll call them Foo.Content and Foo.Content.Pipeline, with Foo.Content containing the types I use and the content readers, and Foo.Content.Pipeline containing the processors/writers/importers. Of course I have two versions of Foo.Content (one for Windows, Foo.Content.Windows, and one for the 360, Foo.Content.X360 - the 360 one has the files from the Windows folder linked in). I kind of lik ...Show All

  • Internet Explorer Development IE 7 - scrolling jumps

    Is there a default setting I can change in IE7 that will stop the jumping when I try to scroll using a mouse wheel It's almost as bad as what I see when I'm connected remotely to another machine. Thanks, R. Hill Thanks for the reply. I found a solution from a google forum that solved the problem for me: Start. Control Panel. Mouse. Choose the Buttons tab. For "Scroller", set to the following: Check the box labeled "Use MS Office compatible scroll only." Also, check the box labeled "Scroll in active window only." Works fine after making those changes. ...Show All

©2008 Software Development Network