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

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

Skugga

Member List

aoky
Wolfgang12345
Andrew Mercer
cedubose
killfr0g
Henry Ong
Karim Hemani
laqula
Jstn254473
barkingdog
DonBaechtel
MarioMario
ManishSingh
Kickaha
Thomas Greenleaf
Barry Kwok
cyprix
ahmad.nazmi
piip
finialscraps
Only Title

Skugga's Q&A profile

  • Visual Studio Team System Tool for folder based access rights

    Hi, I am searching for a tool that allows granting access rights based on folders. Once, I believe, I read about such a tool but now can't find it any more. Does anyone know such a tool for TFS, tool Name or vendor Tom Tom, If it is folders in version control that you are after then you can do this from within Visual Studio 2005. Simply right click on a folder in the source control explorer and select Properties then look at the Security Tab. Be careful with the "Inherit permissions" check-box - when you un-tick it all permissions (including your own) are removed. If you press ok before you have given yourself some rights to the folder you could get in a bit of a mess. See the following post for mo ...Show All

  • SQL Server Access temp table within Table value function

    hi, I am trying to access a temperory table within a table values function, but when i try to do i get an error saying unable to access. This is wat i am trying to do. here is the sample code. I am creating a table value functiona and trying to insert data from a temp table. if this is not possible, there should be an alternative. creation of this function is important as the same is used in SSIS to build a package. Please help me .... Create function SiteAddress_func () returns @Data_For_Site_Address_Table table ( unitid varchar ( 20 ), city varchar ( 50 ), cust_num varchar ( 40 ), zip varchar ( 20 ), CountryID varchar ( 10 ), CreatedBy varchar ( 20 ) ) As Begin ...Show All

  • Visual Studio 2008 (Pre-release) MediaElement is playing HD-movies slow in RC1

    I've just upgraded my system from June CTP to RC1 of .NET 3.0. Rebuilding my projects worked without any problem but when i try to playback a HD-movie(720p) in a mediaelement i get unacceptable framerates. In June CTP the exact same movie worked perfect and i can't think of anything else that has changed in eighter my system or project that might affect videoplayback. Playing the movie in WMP, VLC or any other player works just as before. My system: Athlon 3200+, 1024mb ram, Radeo 9800pro 128mb, XP Pro, WMP 10 Did you use the Perforator tool to determine whether your Media Element is running in software or hardware Here's the link on how to use it: http://windowssdk.msdn.microsoft.com/en-us/library/m ...Show All

  • .NET Development winsock

    i am trying to make a winsock server with c# and i need to know how to send a mcisendsting to the server from the client i have know clue how to do this i have just all most completed my program so far it auto Listens and excepts connects and it can receive data from my client it can open the cd tray and close it now i want to be able to send files but iam not shore how to and is it possible to turn the remote screen off all i was missing by the way was if (data == "mci") the two equals signs thats all ...Show All

  • .NET Development About the retry mechanism of Remoting

    Hi, I am using .Net remoting in my app. and there some socket errors, such as "Invalid handle" or "the target is not a socket", etc., happen during remoting. I can use the try...catch mechanism to avoid the fatal exception and realize the error processing. I wonder if some retry mechanism is available in .NET. I intend to implement a mechanism to retry the same remoting process for serveral times before quit it completely. Will this work it out Thank you! How would you know with TCP/IP whether a retry would be harmful You seem to think that a general purpose one-size-fits-all solution is possible. But it really isn't. I can think of plenty of TCP/IP-based examples where a g ...Show All

  • Windows Forms Web Browser Forms Aspect Ratio

    MSDN Forms and Programers I was wondering if anybody could assist me with using the Windows Forms WebBrowser. I currently have an almost miniature web browser imbedded with an application I created. Since the web browser is smaller than normal it would be nice to have each web site still fit inside it without the scrollbars being added.  Does anybody know any tricks of the trade in dealing with this problem. I would appreciate any ideas. Thanks for the help Travis I'm pretty sure the Internet Explorer can't scale web pages. Since WebBrowser is just IE embedded in a window, it would not be able to do so either. ...Show All

  • Community Chat Zune and the iPod

    I've been following the Zune announcements fairly closely here at work. If you follow my blog, you'll see that I'm pretty passionate about media technologies, and recently went through the pain of migrating away from iPod/iTunes and onto Yahoo Music/Gigabeat S (Portable Media Center). Here the blog category where I talk about it: http://blogs.msdn.com/joemorel/archive/category/13772.aspx Now Zune is in the mix. It looks pretty neat, but I'm not sure if people are really going to go for the whole WiFi thing. I'm just not sure that I want to listen to the same music as the person sitting next to me on the bus. What do you think well remember, some of it may be based on customer requirements having a Wifi is a cool option ...Show All

  • SharePoint Products and Technologies How to get authenticated password of sharepoint site user to pass on NetworkCredential() method as parameters

    I am creating a user control page(ascx) using the web services from SharePoint Services/Project Server site. As we know that the user name and password needs to access the sites of them. I used the following code(C#) to access the web services, it will work fine. There is already Windows Authentication in Sharepoint Site. //UserGroupWS is Added Web Service private static UserGroupWS.UserGroup userGroup = new UserGroupWS.UserGroup(); userGroup.Url = " http://DomainName/_vti_bin/UserGroup.asmx "; userGroup.Credentials = new System.Net.NetworkCredential("UserName", "Password", "DomainName"); Note that there are the parameters namded "Password" also in NetworkCredential() method. W ...Show All

  • Visual Studio 2008 (Pre-release) InfoPath-WCF

    Hi i have hosted a InfoPath Form in my Windows Application..and the InfoPath form talks with my WCFService...but my HostingApplication(WindowsApp) has a security token which the hosted InfoPath should take before talking to my WCFService... how to do it.... Thanks Jithendrian .R Hi Christian, actually this problem is different..here i have conncted my infopath form to the service at the design of my infopath form..but in the post you have mentioned my hosting application takes care of the communication to the WCFService.. cheers Jithendrian. R ...Show All

  • SQL Server Looking for SQL 2000 to SQL 2005 upgrade

    All, I am looking for upgrading SQL 2000 databases to SQL 2005.Has anybody got a detailed plan /Documents for doing so . Thanks and Regards Avijit Macker Here's a good start... you can start with Upgrade Advisor and check out the technical reference guide. http://www.microsoft.com/sql/solutions/upgrade/default.mspx Thanks, Sam Lester (MSFT) ...Show All

  • Visual Studio Help disabling Just-In-Debugging

    I installed .net 2.0 yesterday and now Just-In-Time Debugging has taken over my apps I work on outside of VS.net. I have followed all steps I have found to disable JIT with no results. So then I uninstalled 2.0 and reverted back to 1.1. Still, the JIT dialogue pops up. The pages I am working on are classic asp pages and the last thing I need is these JIT popups. I have been unable to find any information beyond the checkboxes in VS.net. Could anyone shed some light on this If it matters, I am on XP Pro and run VS.Net 2003. Thanks. Thanks for the help bandolex, but this setting is already on. However, the problem persists. I have formatted my PC and i'm certain that the only way to solve this prob ...Show All

  • Visual Studio 2008 (Pre-release) Bitmap's Alpha Won't Render

    I can't get the alpha channel of my 32bit bitmap image to render. When I use the code below the Format property is set to "Bgr32": BitmapImage bi = new BitmapImage(); bi.BeginInit(); bi.CreateOptions = BitmapCreateOptions.PreservePixelFormat; bi.UriSource = new Uri(Directory.GetCurrentDirectory() + "/Resources/the_image.bmp"); bi.EndInit(); So I use the FormatConvertedBitmap class to try and set the format to Bgra32: FormatConvertedBitmap fbi = new FormatConvertedBitmap(); fbi.BeginInit(); fbi.Source = bi; fbi.DestinationFormat = PixelFormats.Bgra32; //fbi.DestinationPalette = BitmapPalettes.Halftone256Transparent; //this didn't do anything fbi.EndInit(); But this does not work. The following does not work either: BmpBitmapDecoder bd ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. ContentLoadException

    Hello, loving XNA so far. But when I try to use this: Model model; ContentManager contentManager = new ContentManager(GameServices); model = contentManager.Load<Model>("boing.swm"); Code I get the ContentLoadException which states it cannot find the file speficied in the file, which is located in the project. So I am trying to figure out what is causing this exception. Any help would be much appreciated. I could have sworn that I read somewhere that the ContentManager was working, but I may have been mistaken. I see why that would cause an error, but I thought that the Common classes in the Spacewars Kit were workarounds for that. But then again I may be mistaken. ...Show All

  • Visual Basic 2 errors

    what is the problem when 2 error occur: 1.cannot copy temporory files to the output directory. 2.the files cannot be copied to the run directory.The process cannot access the file because it is being used by another process. plzz help me.i hav an important project to complete... Hi, Putting the same question in one area is usually enough. See my answer in the Express edition forum to the same question from you.>> http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1224817&SiteID=1  I would use the GENERAL forum >> http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=32&SiteID=1 or the LAN ...Show All

  • SQL Server Permissions

    I posted a problem with connecting programmatically last week. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=590672&SiteID=1 Nobody seemed to have any suggestions, however since then, I've mucked things up and recovered to the same problem and now I've mucked things up again in a different way. Also last week  I didn't mention that I was running my connection through remote desktop. That apparently can be a problem although not the fix. I'm still getting the ServerVersion member status set to "'this.conn.ServerVersion' threw an exception of type 'System.InvalidOperationException' when I try to create a SqlConnection . I still don't understand why. But when I try to open the connection I now get the follo ...Show All

©2008 Software Development Network