xxpor's Q&A profile
Visual Studio Express Editions VB Express Cleanup Tool failed for me
I found the VB Express cleanup tool in another message on this board and I tried it, hoping it would solve my problem if bein unable to install the latest VB Express Beta 2. It didn't. The log showed it deleted tons of stuff (even after I did all the recommended de-installs) but the Beta2 Setup program still gives me the message about previously uninstalled versions and then quits. My system is XP Home with SP 2 and all the latest fixes. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Getting rendered graphics (quickly) from the card
I had a thread about thins some days back, but for some reason I can not write into it now. I am faced with the task of rendering some graphics with directx and then copying that graphics into another card which generates a video signal. I need to feed it a new frame 25 times a second. The size is 720*576 The rendering does not have to be any faster that this. I have tried two methods of geting the pixels, and both are much too slow. On ...Show All
Visual Basic Databinding using dataset with crystal repoort
Hi, I have dataset which contains more than 50,000 records, when i was binding it is binding but it is not more than 32000 records, so how can i bind more than 32000 records. plz help me. thanks Narendra Hi! This is a PageServer constraint, most likely. Try this: 1. Open the Crystal Configuration Manager. To do so, click Start , point to Programs , point to Crystal Enterprise , and then click Crystal Configuration Mana ...Show All
Visual C++ How do I obtain an environment Variable?
have 35 years of experience. I have mostly avoided the C world. when I've had to write in it, I've done OK in VS6. VS2005 C++ is so cantankerous. I'm writing a program that must run standalone and it must be very lean and not rely upon redistributable dlls. I am not in need of a routine that returns the value of the %windir% environment variable in string format. My project is set for a unicode build. The design goal is to have only ...Show All
.NET Development How do I copy a solution and all its files to another computer?
I am new to VB.Net but not to VB. I do part of my development on my laptop and part of it on my desktop computer. I need to be able to keep the code on both machines in sync with each other. What I am used to doing with VB6 is to simply copy the entire code directory from one machine to the other using the file manager and by mapping to the remote drive. I just tried that on some code that I have been working on with my laptop. The files all cop ...Show All
Smart Device Development Web Application Mobile c# Template ??
i NOT FIND THIS template in VS2005 betA 2 WHI Also, for further questions concerning Mobile Web Development, you should refer the ASP.NET forums. Here is a link to the forum specific to mobile web development - http://forums.asp.net/147/ShowForum.aspx Hope that helps, Keith ...Show All
Visual C++ viewing .pgd files from profile-guided optimization
Is there a tool that allows me to view the data generated by an instrumented run of my code .PGC and .PGD files are created for the profile-guided optimization. However, I want to use profiling to hand-tune my code. In VS6, there was a simple text ouput of function calls and timings. Rational had a tool that showed pie charts of child calls. Is there anything like this in VS2005 Hi Aner,   ...Show All
Visual Basic Two excel files referenced, not using correct one
I have a macro that runs from a command button in an dummy excel file. My sub uses one Excel file to gather data while a function called by my sub uses another Excel file to compare date. I have created the variables separately (and with different names), but when I run the macro, my function doesn't use either of those files. It searches the dummy file. How do I get it to search the 3rd excel file (1=dummy f ...Show All
Windows Live Developer Forums Connection problems in game/app
Hi I've been testing my game since it got approved and I've found that I cannot play with my contacts. My game is hosted in my own web server running in the same subnet as the computer from where I'm connected. I could play with my contacts using msgrp2p.xml file, but from the page it never calls the Channel_OnRemoteAppLoaded function. I think it has something to do with connectio speed to the server, since I can get faster from here to it. I' ...Show All
Windows Forms how do I pass data from form 1 to form 2
Greetings, I am having trouble trying to pass data from one form to another within the same application. My project is set up with a main form [Form1] and I added a second form [Form2]. What I want to do is open Form2 from Form1 and then&n ...Show All
Visual Studio Team System Web Test recording unreliable - help!
I've just installed the release version of VisualStudio Team Suite 2005, to use the web testing tools. (I had previously used beta 2 on a different PC). I go through the standard process of recording a web test. However not all the posts are recorded. In more detail: - Start recording - OK - Type in the URL of our logon page (we use our own authentication) - OK - Enter the logon credentials and press Logon - OK - We do a ...Show All
Windows Forms My Control's Are Stacked!
Hey, I'm having an issue with a few of my custom controls. I want to add my custom controls to another control at runtime and have them dock to the top. (this.Controls.Add(<myCustomControl>);) The controls get added to the form but they all dock&n ...Show All
.NET Development how to encrypt and decrypt data on dataset??
hi all, i just want to ask one problem that i face how to encrypt and decrypt data on dataset i have client and server application, on client i use C# desktop application to invoke data on server. when server get a request from client, server invoke data from data base on dataset form. after that, server encrypt the dataset before send encrypted data toclient, and on client encrypted data must decrypt first before client get t ...Show All
Visual C# What is My.Resources equivalent in C# ?
Hello, I would to access one image resource in my project, How do address resources, like My.Resource in VB, i've been trying 'This', but it has no resources childs. Thank you Hello, Properties. Resources You are welcome. ...Show All
SQL Server Data Normalization - Best approach?
Hi! I wonder what would be the best (at to be honest - how to do it at all) to perform data normalization with SSIS. The scenario is as follows: I got plain table with several columns in it. Some of columns can be copied straight into destination table Some columns (String) should be lookup in another table to get ID On success just replace string with ID On fail - create new record in lookup table and return newly created ID Thanks for any ...Show All
