Brian26's Q&A profile
Visual Studio Team System How to view submitted changesets?
When a file is checked in, it is part of a changeset (very similar to a changelist in Perforce). What I don't see in Team Foundation is a way to view previously submitted changesets (this is available in Perforce and is very useful). Is there a way to retrieve a list of submitted changesets, this seems like very basic functionality Since the changeset groups changes to multiple files logically, it often makes more sense to review the ove ...Show All
SQL Server get parameter and use in SSIS from SSRS parameter
Hi, I am not sure this is the correct place to post this question, but here it is. I am trying to pass some parameters to SSIS from a report using the report parameter, then SSIS will create the datareaderdest and return to the report to use. Anyone have any idea, guidance or leads please share it out. Thanks in advance. Daren Hi try using a syntax as follows: = "/FILE D:\MyProject\\ ...Show All
Smart Device Development Typed DataSets
Hi: Can I build typed datasets with CF 2.0 and VS2005 How can I do Thanks Antonio de Rojas OK, let's try another way. 1. Add new item in solution explorer and choose DataSet. 2. Drag and drop tables from Server Explorer's data connection (can be SQL Mobile or SQL Sever 2000). ...Show All
Smart Device Development cant cradle emulator
hi there, i have problem cradle my emulator and sync with my desktop pc, the green icon is just keep on spining and connecting, but never get connected and sync. it was strange that when i was using real pocket pc it successfully connected and sync...what happen Can you please try 1. "Clear save state of emulator using Device emulator manager and then try to connect and cradle again " 2. Kill wces ...Show All
Game Technologies: DirectX, XNA, XACT, etc. How to make a trainer.
Does anybody on this forum know how to make a video game trainer in c++ (using visual c++ express) I would like to know how to do this. I know it is not impossible. I have searched the internet and all the examples I could find are either extremely old or they are for asm (which I do not know). I am fluent in vb and vb.net, if that matters. If someone would be nice enough to explain the process to me, it would be great. Thank you. This is ...Show All
Visual Studio 2008 (Pre-release) Recommendation needed for list box with thousands of items
In our application we may have very large data sets with 50,000 items or more in them. Although we try to not have the user interface present lists with all of that content, sometimes they are necessary. In the Nov CTP, creating a very simple set of 50,000 Customer objects in memory with two strings Name and Phone Number costs about 2MB of memory (40 bytes each), which seems reasonable. Assigning an ObservableCollection<Customer&g ...Show All
SQL Server Can't find properties
This is the first time I've used SSRS. I've created a report and in preparation for deploying it I am trying to find where I set the properties. In Visual Studio 2005, in the Solution Explorer I right click on my .rdl file and select properties. The only properties listed are File Name (which is changeable) and File Path (which is not changeable). The property pages icon in the same dialog box is greyed out. Am I missing someghing Any help woul ...Show All
Windows Forms How to wrap the checkbox/radiobutton label
Is there any way to wrap the long label of checkbox/radiobutton Thanks, Alan Hi, Isn't CheckBox and RadioButton controls are auto-wrapping already I mean, when the text of CheckBox/RadioButton control exceeded the client area, it wraps automatically. Regards, -chris ...Show All
Visual Studio How create an Emf file ? Extending notation with icons
Hi Guys I was working on the last CTP and I am facing some problems when i was extending notation with icons. The icons should be emf files, is it right As I dont have an emf image editor and i didnt find it, I tried to draw some bmp files then rename them to emf the icon appears perfectly, but when I try to save the file, it generates an exception. Does anyone know a editor or emf files or a way to fix it Thanks Luiz Ricci Hello. I su ...Show All
Visual C++ No Matching Binary Found on Executable
I have found and implemented a great program that saves dumps. (<a href=http://www.codeproject.com/debug/postmortemdebug_standalone1.asp>Found Here</a>) I am able to save the dumps and open them as solutions. I have also been able to get the binaries to load and the symbols. However for the life of me, I cannot get the executable to load as a module. When I debug the dump the executable says: "No Matching Binary Fo ...Show All
Visual Studio Express Editions making the program starting with windows via registry
Hi there. I have a question. I want to make an Option in my application so the user can decide if it should be put into the startup folder. so, how can i write into the registry, or create a shortcut into the startup folder - and how can i delete it, if the user uncheck the option I already opened a thread like this, but i forgot that the english name for the startup folder is different from the german one ( autostart ) which may cause irri ...Show All
Visual Studio Express Editions VC# 2005 beta crashing - please help
Hello everyone! Im a newcomer to .NET and C# and recently (about a month back) I had started using visual C# express edition 2005 beta . It worked just fine uptil about a couple of days ago. Two days ago, I started vc# express and chose 'New Windows Application' under File->New->Project. (1)Now, earlier this would have meant that the design view would have showed up. However,now vc# just opens a new project,displays the property window fo ...Show All
Visual C++ LPSTR from a std::string
Hello, I want to get a LPSTR out of a string that I have created - this is to be used in a "createprocess" function which apparently dosn't like to use LPCSTR. The code that I have looks like a long hand way of doing it. This does seem to work but is there a better way of doing this string spawnCommand = somestring; char spawnChar[1000]; for(int i=0;i<spawnCommand.size();i++){ spawnChar =spawnCommand.at(i); } spawnChar[spawnComma ...Show All
Visual Studio Express Editions TableAdapter.Update does not save data
How can I save data entered in a dataset via the UI I tried the code suggested in the "VB Guided Tour", Private Sub Form1_FormClosing( ByVal sender As Object , ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me .FormClosing Me .AddressesBindingSource.EndEdit() Me .AddressesTableAdapter.Update( Me .SQLdbDataSet.Addresses) End Sub but all changes are lost when I restart the application. Thanks. ...Show All
SQL Server Select Permission Denied on object
Hello all, I have just begun to develop a simple web application to maintain phone book / contact details of people. I have been facing problems wrt the connection to the database, while trying to execute the reader it throws this error - Server Error in '/phonebook' Application. The user that you are using for connecting to the database, which is specified in the connectionstring is not granted access to the table. By default u ...Show All
