Tryin2Bgood's Q&A profile
Visual Studio Express Editions How can I edit the source rather than the design
Okay so I found the GUI editor, but now my question is, how can I switch back and just edit the source file Thanks. -drndrw ...Show All
Visual C++ After I install vc2005, automatically i have all the functionality of windows2003 platform SDK, right?
After I install vc2005, automatically i have all the functionality of windows2003 platform SDK, right So it is not necessnary for me to download windows2003 platform SDK Thanks. ...Show All
SQL Server Problem on comparing strings
Hi All, I've problem on comparing strings with the following SQL statement: select * from events where venue = 'myhome' where venue is of type varchar(50) The above SQL should return something (i.e. I've 3 events hold at my home!) but it return 0 rows. Please kindly help. Thanks, stard There are several possible explanitions. One is Collation differences. What happens if you revise your query to this: SELECT * FROM Events WHERE upper(Venue) = upper('myhome') (This will not use indexing so may take some time, but at least you will find out if the collation is the issue.) ...Show All
Visual Studio Team System Getting Latest Version Error (TF30063)
I got an error when I try to get the latest version from TFS. TF30063: You are not authorized to access Microsoft-IIS/6.0. Please advice! Thanks Are you using the shipping version (not beta 3 or RC) Are you using the version control proxy Does this happen for all files or a particular file Did this just start happening or has it always been a problem If it just started happening, what changes have been made lately to the server Buck ...Show All
Visual C++ Microsoft Visual C++ Runtime Library error on Splinter Cell Double Agent
I receive this error message every time i try to run the game: "Runtime error! Program: ... Cell Double Agent\SCDA-Offline\system\SplinterCell4.exe This application has requested the Runtime to terminate it in an unusual way. Please contact the application’support team for more information" I’ve already tried in the games forums but that didn’t help... If you could give me a hand, i thanks in advance! Sorry for any mistake in english, i’m from Portugal! Jose Oliveira Hi Jose, please, into the directory C:\Program Files\Ubisoft\Tom Clancy's Splinter Cell Double Agent\SCDA-Offline\System, create a shortcut for SplinterCell4.exe, and into this shortcut (Target Field) add "C:\Program File ...Show All
Windows Forms DataGrid row insertion
How to add new row in datagrid in between two rows I tired to add new row in selected index in table but its not working still it adds new row at last position in datagrid. Thanks just check the following link. This link will helps you to add the new row in between rows http://www.codeproject.com/aspnet/DataGridInsert.asp ...Show All
Smart Device Development Problem-Connecting to sql server using pocket pc 2003 emulator..
Hi Folks, I am trying to connect my remote sql database using the pocket pc emu. 2003. I am getting the error "SQL Server does not exist or access denied.". The thing is I have ASP. net projects and I connect without any hassle. I have also tried connecting to an online database using the pocket pc '03 emu. and it works....I just don't understand why it isn't working remotely.... Can someone kindly help I apologise for the late reply. I do have the loopback adapter already added. Should i delete it and another another ...Show All
Windows Live Developer Forums Custom polygon filling
Hello, All! How can I fill some polygon on the map for boundaries of geo location For example for some state of USA. I.e. I want to paint over some state on the map. To understand what do I mean please redirect this page http://www.blogthevote.net/veshapefilec.htm and push Load button on it. Thanks I look for Point in Polygon in this forum. I have found out that I need get the list of LatLongs for city/state/country. And then I will easy fill polygon for state or city. But how can I get this list of LatLongs Is it a free or not ...Show All
Visual Studio load report failed
I deployed an ASP.NET 2.0 crystal report website to a production server and everytime they user clicks on the print or export button, I get the "load report failed" error. I created a setup and deployment project and added in the Merge Modules and deployed on the target machine; everything works fine for a little bit. What bothers me is that it works ok for about two times, after about two times it starts to error out. I read an article that suggested giving the temp folder full access to the ASP.NET account; I did that but nothing helped. I followed the instructions on each of the links on this page to the word http://support.businessobjects.com/documentation/product_guides/cr_net/vs_2005/ I don't undestand why ...Show All
SQL Server Where to download SQL 2005 Reporting Service?
Hi all, Can someone tell me where to download the SQL 2005 Reporting Service I looked all over the MSDN subscriber download site and could not find it. And I have the SQL 2005 developer edition DVD, could not find the reporting service in there either. Is the SQL 2005 Reporting Service now available only in the SQL 2005 enterprise DVD or something Thanks Hi, Normally it is shipped with SQL Server 2005 developer edition. Only for Express edition you need to go for a separate download. Check the setup of the SQL 2005 and look in the futures to select. It should be in there somewhere. BTW: that's also the reason why you don't find it on the net Greetz, Geert Geert Verhoeven Consultant @ ...Show All
Visual C# changing wallpapers using c#
I want to change wallpaper image at regular intervals I extended the MSDN article to cycle all the images in a specified directory. Code is here: http://www.srtsolutions.com/public/item/103695 ...Show All
SQL Server Can I install RS2005 in machine with SQL 2000 + Visual Studio 2005?
Dear All, I am new to Report Server and keen on trying Report Services. My machine is installed with SQL 2000 and Visual Studio 2005. Can I install RS2005 and access SQL 2000 as data source in my machine Must I install SQL 2005 In the production release, do we need install RS2005 in production (Production is installed with SQL 2000) or we just publish developed reports in web server, will be OK Thanks in advance! Haihong Hi, no you actually don’t have to install SQL 2005 to design and deploy reports. You just need to have Visual Studio 2005 or Business Developement Studio installed to do RS2005 reports (with the appropiate client extensions that install with the RS2005 setup, you don’t need to install the server co ...Show All
Visual C# WebClient autentification error
Hi all! I need connect to http server via proxy server. Proxy server needs NTLM autentification. I use class WebClient as transport. I set up proxy information (URL+credentials) while I construct WebProxy class. When I sent query to some site, proxy server got error (407. Proxy Authentication Required). I looked at captures with Ethereal program and saw that header "Proxy-connection: Keep Alive" was not sent to proxy. As you know, some proxy-servers don't work without this header. When I tried to set this header manually (WebClient.Headers.Add method), method threw error "This header must be modified using the appropriate property. Parameter name: name". What should I do to avoid this error ...Show All
Audio and Video Development Taking Screen Snapshots
Is anyone aware of a way to take screen captures of the video and save those to the player storage for later viewing Just got it to work! Pretty cool feature. How to do it is a bit unusual, you first have to capture a "screenshot" to the filecache then copy the .cvi file from the filecache to the p. storage then copy it from the p.storage back into the filecache and then use some line to display it on screen. Using SACA's emulator for testing. BTW, if you want to view the cvi file: rename it to .raw open it in photoshop, enter for width and size 1920x1080 (or an other size if you have scaled it). However the picture is displayed in gray, maybe someone knows of a way to display .cvi images correctly ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Generating More Random Numbers
I'm currently using the following code to generate a random number between 0 and 6: Random random = new Random(); int rand = random.Next(6); It seems to repeat some numbers quite frequently though. What I'm wanting to know is if there's a better way to generate random numbers that seems more... random No computer random number function is truly random . However usually they are sufficient for most uses. The usual problem (besides the one we see here) is that the length of the random number sequence. If you want better read about Mersenne Twisters ...Show All
