Mercury529's Q&A profile
Visual Studio Express Editions How to and suggestion on printing text to screen.
For those of us who used qbasic we know how the print statement works.I mean if I put like print "hellow" , a$ Then that is where it goes.That needs to be brought back as well te help files need to be improved apon.I could not easlly find out how to simplely print hellow world on the screen so.So it needs to be a little simpler. My question is how do I put text on a window I have to disagree about the Help files. I find them excellent - you just need to know where to look and if you are new to the application start at the beginning. If you want to draw to the screen ( or to your form ) then you need to study the graphics classes. Type "drawing" into the index search and you wi ...Show All
SQL Server how to set the report header that dependent of matrix
Country to country Destination Country Valid Mail Austria Belgium Austria 1.9 1.7 1 23 23 Belgium 1.7 9.7 2 23 23 Valid Mail 1 2 3 hi, matrix have dynamic column.So how we can set the header"Country to country" that always display at center of matrix Can i use report header to display 'Country to Country' Thanks Best Regards, Penny Put a table control on your report Delete all but 1 column Right-click and hide the details section drag the matrix into the footer section put your heading into the header section and center the text T ...Show All
Windows Forms How to package 2 projects into 1 deployment file?
Hello, It's probably easy question but I have 2 projects withing a solution, one is a Windows service and another one is service controller application. I need both of those to be installed via the same setup file. Is it possible to do Right now I have 2 installation files for each of those separately. On second question is it possible to execute some .NET code during installation I want people to enter certain information during installation so first time they will launch application some settings would be already prepopulated. Thanks, G ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Post Processing
Hello Can anyone direct me to some post-processing tutorials I want to try to throw some effects on a 2-D game I'm working on. Thanks! Thanks--I checked out the hazy mind one and also facepunch studios has a good tutorial on post-processing with HLSL . I got two shaders working now, the first does a sort of blur-from-center effect . The other shader gives everything that has a slight blue tint a blue glowy bloom, it uses a 128x128 render target and draws it over the scene with additive blending. ...Show All
Visual Studio One of our users is able to checkout files that are already checked out
When he has a file checked out I can't check it out. But when I have a file checked out he is able to check it out. We are using VSS 2005 and the "allow multiple checkouts" checkbox is not checked. How do I prevent him from being able to checkout files that I have checked out. Thanks. ferrethouse, are you still experiencing this problem If so, when it happens, does VSS Explorer on your machine correctly show that the other user holds a checkout lock ...Show All
SQL Server Add Titles to columns in a matrix report
I have a matrix report and it doesn't add titles to the different groupings. And when you try and add a text box it spans across all grouping columns. How do you add titles to these columns Cheers Damien In a matrix report I need a way to provide titles for the groupings not the detail listings. There doesn't appear to be a way to do this in reporting services 2005 ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Heightmap Terrain Component
I thought the whole component concept was pretty cool. So I threw together a quick heightmap terrain component. http://i9.photobucket.com/albums/a59/craigory666/heightMapTerrain.jpg http://i9.photobucket.com/albums/a59/craigory666/heightMapTerrain2.jpg http://i9.photobucket.com/albums/a59/craigory666/heightmapprop.jpg It should work with square .raw files, and for the effectPath I'm just using the default texture shader found in the help file. The view and projection matrices of the terrain are exposed, so you should be able to hook up whatever camera you have going and just update the terrains view, and projection matrices during your games update. using System; using System.Collections.Generic; using System.IO; using Microsoft.Xna.Fr ...Show All
.NET Development Exception trace is not available when program crashes
My C# application has unhandled exception on client computer with .NET Framework, without Visual Studio. When this happens, .NET Exception message which contains useful information like exception type and exception trace, appears for a short time, and immediately replaced by standard exception dialog with "Send to Microsoft - Don't send" buttons. Is it possible to get exception trace and file name on this computer by some way I believe this is controlled through the Error Reporting feature of the OS. Try turning it off for non-MS apps and see if you get the information. Generally though this dialog has a link to the details so you can see the exception anyway. You can also try running drwtsn32 to ...Show All
SQL Server insert in row small chunks
hi, i have a big table (120 million records) and i want to take all this table and to insert it into another table. since this BULK insert operation can make all kind of performance problem i would like to make the bulk insert via small chunks. the table does not have any idintity. can someone give me an exapmle with rowcount or with a loop to make each time an insert into select statment and to insert in each time for example 5000 rows. help is appriciated, thx, Tomer You can select a portion of data using the following statement select * from ( select startTime, row_number() over (order by startTime asc) as NUM from trace01 ) X where NUM between 99 and 200 If you have also to automate ...Show All
Visual Studio 2008 (Pre-release) How to transfer(Upload) file to remote server using code in Winfx 3.0
Hi all, I am new in winfx 3.0. I don't know how to transfer(upload) file from client pc to remote server. Is there any FTP control available in web based application in win 3.0 Hi, If it is restricted in winfx 3.0...how can i achieve functionality in which my website user want to upload image file to server so, they can see it on web site..Can't i do it in winfx 3.0 plz...help me out if there is any way to achieve such functionality... ...Show All
Visual Studio Team System Team Foudation Server Scheduled Backup + Disaster Recovery Scenarios
Hi, We have Team Foundation Server installed in our premises. We arranged with all the people working on TFS to make sure that their connection to TFS is closed before they leave work, so that to enable our SQL Server Full Backup Schedule to work correctly at around 03:00 AM. Our questions are: 1. Do we have to back up the Reporting Services Encryption Key every night as well Or we do that only once in a life time 2. Is there anything else to backing up TFS - in order to gurantee successfull recovery in the case of a hardware crash - other than backing up TFS databases and RPT Service Enc. Key 3. Can we still reuse the files that exist in users' worksapces in the case of a TFS crash I mean after we recover/restore TFS , ...Show All
Visual Studio Team System TFS errors after enabling SP1 ISAPI filter
I'm trying to get this SP1 ISAPI filter working, but when I enable it I have connection problems with the TFS. I can still connect, but can't see work items or source control. I have the ISAPI filter configured like this: [config] RequireSecurePort=true ProxyIPList=192.168.1.1; There is an event log entry that says it has started correctly with that configuration. Here are the event log messages that start showing up when I try to connect with the ISAPI filter installed: Detailed Message: TF53002: Unable to obtain registration data for application VersionControl. Web Request Details Url: https://tfs.domain.net/VersionControl/v1.0/repository.asmx [method: POST] User Agent: Team Foundation (devenv.exe, 8.0.50727.147) Heade ...Show All
Visual Basic Question
Hey gyuz! I wrote a little program that runs any other program you want throuh a contextmenustrip.The program adds a notify icon in the tray and you can access the menu through there.All the programs you add are saved in the registry for calling them. I used the AddHandler to create a new ToolStripMenuItem each time i add a new program. But here is my question .. when running a program: I used : Process.Start(RegistryKey.GetValue(sender.tostring) and Shell(RegistryKey.GetValue(sender.Tostring),AppWinStyle.NormalFocus,False) The Process.Start works fine. The Shell throws the File Not Found Exception. I don't why! This is not correct http://msdn2.microsoft.com/en-us/library/microsoft.visualbasic.interaction.shell.aspx ...Show All
Visual Studio Express Editions Installation Trouble
I have a few problems while installing Visual Basic Express Normal Download I click download on the page, save it to my desktop, I run it but then it all disappears. It is still running but it isnt doing anything Manual Download I use Isohunter I download the IMG file and all is going well untill after I extract it; there is no setup.exe icon Does anybody know the source of these problems thanks I don'tn know why that happens but id rather you burn the IMG or ISO onto a CD and once you slot the CD in, it should auto start the VB Express Setup and its smooth sailing from there. It may also be an issue with isohunter try using another ISO extracter. hope this helped kasmatt ...Show All
.NET Development Converting Web Application from 1.1 to 2.0
I have a working web application that was written using the .NET Framework 1.1. I am trying to recompile it using .NET 2.0 and VS 2005 without updating any of the deprecated or obsolete api calls. It compiles without errors - but fails when attempting to render an XML control. I can find no documentation for System.Web.UI.Control.ResolvePhysicalOrVirtualPath anybody got any ideas what the problem is Thanks Nigel Object reference not set to an instance of an object. at System.Web.UI.Control.ResolvePhysicalOrVirtualPath(String path, VirtualPath& virtualPath, String& physicalPath) at System.Web.UI.WebControls.Xml.LoadTransformFromSource() at System.Web.UI.WebControls.Xml.Render(HtmlTextWriter output) at System.Web.UI.Con ...Show All
