hrubin996's Q&A profile
SQL Server Giant White Space Shows Up When Viewing In Report Manager Only
Hello I have created a report that works how I want it in the visual studio 2003 designer. I have deployed it to our test box (sql server 2k, reporting services with sp2) and when we preview the report, there is a giant white space between the graph in the report and the matrix object below it. This white space was not in the designer. It only shows when previewing the report. If you print from the report manager, it does not print the white ...Show All
Visual Studio 2008 (Pre-release) December CTP Installation trouble
I've VS2005, WinFx Runtime Components 3.0 - Beta2, and WinFx Extension for VS2005 installed. I believe Extensions are December 2005 (version 8.0.6). It did not include Cider though. Now that I am trying to install " Microsoft Visual Studio Code Name “Orcas” Community Technology Preview - WinFX Development Tools " I am getting following error almost at the end of installation. " A network error occurred while attempting to read ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Error with DirectX
I recently started exploring the possibilities of DirectX and want to create my own game. I already have MS Visual Studio.net 2003 with .net Framework 1.1 . To be able to program games with c#, i downloaded the DirectX C# SDK 9.0b. The first thing i realized was the references did not appear in the .net tab of the 'add a reference' dialog. I browse the computer and added them manually. I compile the first tutorial that comes with the SDK and it ...Show All
Visual Studio Tools for Office BMove won't work in Exchange if using permanenturl as source / destination
I'm trying to perform a webDav call to move selected messages into a destination folder and does anybody know why BMOVE will work when i use the regular folder name as the request parameters, and it won't work when i use the folder permanentURL Below you can see the two requests, the first one does NOT work, and the second one works ok: BMOVE /exchange/lucianoresende/-FlatUrlSpace-/9414c48bbd498144b7b7238535deb823-233e2/ HTTP/1.1 Cont ...Show All
Windows Forms block the right mouse click in the Microsoft Internet Control
Hi, I'm a newbie in coding with Visual Basic 6 and i have this question. I program degree unite browsers this one always loads only a site. I would like this the right mouse button is closed because otherwise one could manually load the s ...Show All
Game Technologies: DirectX, XNA, XACT, etc. A problem of the Sample "ProgressiveMesh " in DirectX SDK
When I use the sample "ProgressiveMesh", I find when the num of a model's faces is beyond 65535, the sample will fail, return D3DERR_INVALIDCALL. Then I find it's because ID3DXPMesh::ClonePMesh fails, but when I specify D3DXMESH_32BIT for the progressive mesh when calling ID3DXPMesh::ClonePMesh, ID3DXPMesh::TrimByVertices fails. The corresponding code is as follows, where pPMesh is the progressive mesh generated by D3DXGeneratePMesh ...Show All
Visual Studio Tools for Office FaceId's
When using FaceId, will be there a difference in 'icons' when installing my add-in on different pc's with different office versions I'm wondering if they are differnt or not. Does someone have an idea TIA, Isabel From my experience, the result is the same. Since you're relying on the computer's resource, and you can use the Resource property in VSTO to "inject" the ima ...Show All
Visual C# Windows Look and feel
I'm developing a windows application and I want my interface to have that windows look and feel. I tried changing the background colors, but i did not get what I really wanted (You know the way Microsoft word 2003 looks [the bluish look and that glossy feel] or the way this forum looks like). I also want to change the background of the menu bar and the menu items to get the same windows look and feel. Lastly, I want to add icons to th ...Show All
.NET Development Remove table from xml file after a condition is true
Hi, Im trying to remove a table form an xml file. I keep getting an error in the console which says: Cannot find table 0. Made a dataSet: DataSet xmlFile = new DataSet (); xmlFile.ReadXml( "test.xml" ); Im iterating though the xml file like this: foreach ( DataRow dateRow in xmlFile.Tables[0].Rows) Im declaring the date as string and putting them in an array like this: string date = dateRow[ & ...Show All
Visual C++ Need a little help. Take a look please
Hello! I'm a new to Visual Cpp, so please help me, if you can. I need to write to following sub-routine to count: x r y s =(x 1 a 1 +x 2 a 2 +x 3 a 3 ) r (y 1 a 1 +y 2 a 2 +y 3 a 3 ) s where x i ,y j =digits from another program module, S, R = should be entered by operator, a=unknown dogits. the program task is: to open brackets and make re-combine digits into next order: x r y s =(a j 1 a i 2 a k 3 ), where i,j,k=degree of the a x Thank you v ...Show All
Visual Studio 2008 (Pre-release) WPF is going be absent in First Vista Release
Hello all, I am reading on some news groups that WPF is not going to be there in initial release of windows vista. Does anyone knows more about it I cannot imagine vista without WPF. Any thoughts from experts Thanks Basav Jonas Beckeman wrote: This is troublesome news, if it's true. Please, MS, shed some light on this. It would seriously affect my commitment to WPF if it's not ...Show All
Visual C# image in textbox
how can i make possible to paste a image in a richtextbox... http://msdn2.microsoft.com/en-us/library/23kah9ca.aspx includes an example using a bitmap object from your own code (or are you trying to do an image from an external source ) ...Show All
Windows Forms date format entry in datagrid
Hi, I have a datagrid control that displays date inforamtion. I want the user to enter dates in ###### fashion. However, I have set datagrid column style format to ##/##/## which works for displaying dates already entered but does not allow the user ...Show All
Visual Studio Express Editions Cannot Install Visual Studio Web Express
Hi, I am having difficulty installing Visual Studio Web Express. Everyting starts fine but the system "hangs" during the install of 2.0 .net framework. I have reviewed several of the suggested solutions from this forum, but none seem to do to the job. I have also tried to install 2.0 .net directly from Microsoft, but the insall ends and states that another installation is in progress. Not exactly sure what process/or install that ...Show All
.NET Development Creating Web Services / web pages in Windows Server 2003
I have a single ip address for my Windows Server 2003 computer. I have two domain names setup with Network Solutions. Say I wish to host multiple web services and or multiple web sites from my server. Do I have to have a separage IP address for each or does WS 2003 allow me to support multiple services/web sites from a single ip. Thanks, Fred Herring Hello Fred, You have three different options within IIS to host mu ...Show All
