Joanne Sobryan's Q&A profile
Visual C++ xp style
how can i add the xp style to my mprogram in mfc c++ Perhaps it would be better if you bookmarked http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=144703&SiteID=1 instead . ...Show All
Visual Studio Ruby Plug-In ?
Ihave been really impressed with Managed code (C#) and Visual Studio over the last couple of years. But I am now pretty impressed by Ruby (and the RAILS Web fraemwork) Unfortunately the best Editors and few IDEs for Ruby seem to be weak Java implementations, not a patch on the Visual Studio experience. I know Ruby is a very dynamic language, not so well suited to Visual Studio, but a Ruby Plug-In for Visula Studio, with robust ...Show All
Visual Studio Team System Team Project creation succeeds (kind of) with Error 405 on Uploading file
Hello all. After a few tries with folder access permissions and so on, I actually managed to create a project with the client. Although the project is apperently created, I get an error during the creation: "The remote server returned an error: (405) Method Not Allowed." The part of the log looks like this: (...) 05.02.2005 03:43:03.843 | Module: WSS | Thread: 7 | Setting the Currituck Query for file : Process Guidance/ProcessGuidance.htm ...Show All
Visual Studio Team System Urgent
Team System Gurus.. Here is a mind Shuffling puzzle We are a Consultancy Firm in Pakistan. We have a separate department for Custom Software Development .We have 10 people in this Department. Most of them are developers. [>>>>Please do not take word MOST seriously] Most of our Projects undertaken are Web Based Projects. We have a team structure in which a single person is given a responsibility for a ...Show All
Windows Forms Oh, the magic that the Tab key does (focus)
[Using VS2005 Beta2...] The FocusRectangle is a very fickle thing. Create a form with two buttons on it. Create a KeyPress event for the form that cycles focus between the two buttons (turn on KeyPreview for the form): private void Form1_KeyPress( object sender, KeyPressEventArgs e) { if (button1.Focused) { button2.Focus(); } else { button1.Focus(); ...Show All
Windows Forms Problem with KB 833032 solution
Dear All I have a datagrid in my Windows forms app and I was suffering from the problem described in KB 833032 - "The last-modified cell of a DataGrid control loses changes when you close a form". I implemented the solution but now I am having problems - if I click into the new row at the bottom of the data grid and then close the form - the code provided as the solution is giving me an IndexOutOfRangeException - "There is now ...Show All
Visual Basic Help Me Plz
I wanna To learn the vb langs Plz any one tell me how it Hi, You can also... Start with Installed starter kit 1.Run Visual Studio .Net 2005 2.Go to File >> New Project Dialouge Appears 3.Go to Other Languages >> Visual Basic >> Starter Kits 4.Select a Kit (Possibly Movie Starter Kit or screen saver starter Kit etc.) Or Download starter kit from MSDN Visual Studio 2005 Starter Kits Hope this help. ...Show All
Visual C# Can I make use re-useable code for slightly common methods?
Hi all (hope you all had a good weekend), I have a scenario where I have a Form that has some ComboBoxes and a ListView. The comboBoxes act as the filters in which the base the results that will populate the ListView control. Now, essentailly, the SQL required to populate the ListView for the different Filter types is the same apart from the WHERE clauses that will differ depending on what has been selected in the ComboBoxes (if any). Below is a ...Show All
SQL Server Running reports in Firefox
We are having problems running and displaying reports using FireFox. There seem to be major differences bewteen ReportManager and ReportServer in the way the report is displayed. Using ReportServer there is no problem with the report, but if we run the same report from ReportManager, then report only displays about 8 or 10 lines, with the scroll bars occupying about a third of the screen. Is this a known problem, and is there a solution. ...Show All
Windows Forms For consideration
Some of these would be better suited to the VS.NET team, I'm not sure how much the winforms team and the VS.NET team work together. 1) I know this would be difficult to implement, and not even sure if you guys have control over VS.NET,&nbs ...Show All
Smart Device Development Speeding up the emulator
My emulator is working pretty nicely but it is really slow (I don't have anything installed on it). I tried to assign to it as much RAM as possible (current RAM available 17MB), but it still is slow. even a simple tap on the menu has a significant lag time. Is there a way to speed up the emulators performance Thanks. Changing the amount of memory the emulator uses will not affect its speed. There is a know ...Show All
Visual Studio 2008 (Pre-release) NetNamedPipeBinding slower with "oneway=true"?
Hi I took David Betz's samples ( http://davidbetz.net/winfx/2006/01/wcf-relative-binding-speeds.aspx ) and modified them to use oneway methods. The results I got were similiar (I used a slower computer), but for some reason the application managed to send more netTcp message than NetNamedPipeBinding messages. Why is that Is there some kind of optimization in NetTcpBinding for oneway methods I run the t ...Show All
SQL Server Bizarre Error - insert into dbo.sysmaintplan_subplans fails?
I have a maintenance plan that consists of several parts. It basically backs up all the databases, deletes old backups and then shrinks the databases. The odd thing is that it appears to back up all the databases, can't tell if it does step 2 or 3 and then it fails with the errors below. How do i correct this short of throwing it out and starting from scratch This is a package originally from one server that i'm trying to deploy to a 2n ...Show All
Visual Studio How to? : (ReportViewer + asp.net + .rdlc + print button)
I s there a way to add a Print button to the ReportViewer control in an .aspx page when using .rdlc file Would the Print button displayed and enabled if I use remote reports(.rdl) instead of local ones(.rdlc) Response is very much appreciated. Thanks, S The report viewer web control does not have built in print functionality when in local mode. A print button is available in remote mode. The problem isn't the ability to ge ...Show All
Visual Studio Inserting a record selection formula at design time using Select Expert
In my report I am using a Stored Procedure as the datasouce that returns me a ShowinList flag and DuplicateSettings information together with other data. If the ShowinList flag is set to '0' I need to show records whose DuplicateSettings is null and to show all records without any filtering if this flag is set to '1'. For this I had written the following formula in the Select Expert: if {PKG_REPORT_SSP_GET_WORD_REPORT_FULLTEXT.ShowInList} ...Show All
