Gohan222's Q&A profile
Software Development for Windows Vista Service hardening in Vista
How do I enable/used service hardening in Vista The various docs say that there are service specific SIDs and that you can control the resources that each service accesses. But I can't find the place where this is configured. Does anyone know Thanks! ...Show All
Windows Forms HTMLDocument question
Hi, I am using the WebClient.DownloadDataAsync() method to download data from a web page. I choose this method, because I can get feedback through a WebClient event so that I can update a progress bar whilst the downloading of the data takes place. This all works as expected, but once I have downloaded the data I want to process the data using the methods of the HTMLDocument class. How can I do this and is it even possible (I know ...Show All
Visual Studio Express Editions VWDeveloper 2005 / Password error message
Hello! I installed the VWDeveloper 2005. Started the Personal Web Site Starter Kit and ran this a few times. When trying to create an administrative user (Web Site Menu -> ASP.Net Configuration -> Security), it says (in dutch, translated in english it is about as follows:) Minimal password length: 7. Non-alfanumeric signs demanded: 1. But whatever entered, conforming to these rules, this error-message keeps coming. Help is really appreciat ...Show All
Visual Studio Team System Network bandwith utilization for proxy server
What bandwith will a proxy server serving 25 users need I haven't found any documentation regarding bandwith utilization so any info would be welcome. /Andreas It depends on several factors including -number of locations -number of users -size of files etc Generally our recommendation is to have DSL Speeds. With a proxy Server, anything in the hundreds of Kbps will perform adequately. Rajesh ...Show All
Visual Basic How to set a default font in a font combo box?
I have a combo box and I have passed the system fonts to it. My question is, how do I set a default font to show on the combo box, like Arial for instance Me . ComboBox1 . Font = New Font ( "Arial" , 12) ...Show All
SQL Server Bad data in source file kills package?
I'm reading data from sets of CSV source files with " text qualifiers. Most of the data is good, but I do run into some bad data that doesn't seem to get handled by redirecting rows. The type of data that is killing me is this: "Business ID","Business Name","Business Phone" "12345",""A" SPOT, THE ","555-555-5555" Access sees this as an unparsable record and continues w ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Clipping text in a GUI
I'm currently designing a graphical user interface for a game, and got a problem when I implemented scrollbars. Rendering only parts of the graphics in the interface (when part of a GUI element is outside the viewable area of the window) was simple, but doing the same when using the DrawText function seems much harder. I ended up rendering the text to textures, and drawing only parts of those, but this can add up in texture memory usage. Is t ...Show All
.NET Development ASP.NET 2 beta 2 COM Interop trouble
Hi, I'm having trouble while deploying an ASP.NET 2.0 beta 2 application using COM Interop on a windows 2000 server machine. COM instanciation works fine but always fails when it uses another COM dll (imbricated call). Works fine on a windows 2000 pro. Any suggestion No problem at all. Since the Forums are on different hosts/servers, it's understandable :) Also, Shawn Farkas wrote a great FAQ for the forums, available at: http://forums.mi ...Show All
Windows Forms Dsipalying a watermark
Hi, I would like to put a watermark on a panel. Using the background image property isn't a good solution because the pictures moves out of view when scrolling. I also thought of putting a picture box in the panel but I'm having problems with ...Show All
Visual C# Does Visual C# 2002/2003 work with .NET 2.0?
hi all i have visual C# 2002 STD; i dont know the price of visual C# 2005 but i dont want to get it cause am saving for longhorn(yep am broke) will visual C# 2002 work with .Net 2.0. if(true) with generics support You can view a list of pricing here: http://www.microsoft.com/presspass/press/2005/mar05/03-21VS2005PR.asp ...Show All
SQL Server Scripting Objects: Two Questions
With my efforts to try and Source Control our database objects, I have run into a few quirks with scripting. For both of these question I went through the Generate Script Wizard: Right Click on Database->Generate Script Via Managmenet counsole running on the September CTP (company waiting for the new year to purchase the released versions) Anway: 1) Why can't I run the Generate Script on a database that is set to 7.0 compatibil ...Show All
SQL Server Report server database on another server
Hi, when i go into the sql reporting service configuration, in the Database setup. I want to create database on another computer server that host the report server database. it shows the error message like: An error has occurred during report processing. (rsProcessingAborted) Cannot create a connection to data source 'RunBilling'. (rsErrorOpeningConnection) An error has occurred while establishing a connection to the server. When connecti ...Show All
Visual C# how to compare 2 files using two RichTxtBox
please can you help me giving sample codes.. thanks.. i'll wait. What do you want to do Are the two files text only files Why do you want to use a richtextbox Do you want the code to compare the files, or the user If the code, why use rich text boxes ...Show All
Visual C# another question with sockets
hi, Does the beginreceive method (non blocked ) wait for data from server indefinately / or is it suppose to wait for the data to arrive at all (meaning process it only if it is available) In my program, the server sends my program a string "username" that i receive. I repply appropriately using beginsend method and it's callback. Server repplys me with string "Password" which i repply as well. However, after authen ...Show All
Visual C# 'Exclude Files From Project' - Beta 2
How do I 'Exclude Files From Project' in VS 2005 I have a solution that requires files to exists in the directory structure but not be compiled. Where has this functionality moved to Also, what happened to the 'Show All Files' option Regards, I am having the same problem with the same tools. please let me know if you find a work around ...Show All
