Software Development Network Logo
  • Microsoft ISV
  • Smart Devicet
  • SharePoint Products
  • Visual Basic
  • Visual Studio
  • Audio and Video
  • Visual C#
  • Visual FoxPro
  • VS Team System
  • SQL Server
  • .NET Development
  • Windows Vista
  • Visual C++
  • IE Development
  • Windows Forms

Software Development Network >> In Over My Head's Q&A profile

In Over My Head

Member List

DarkProphet
Blast
progames25
BrianFerguson
leclerc9
sqldummy
dork
JPCat
gregu33701
Huson
Gurpreet Singh Gill
Leahx
Liston
Robert Kozak
Hari Singh
steve_thomas
Martin Lundberg
mpetanovitch
Nitin Sharma22
programmer01
Only Title

In Over My Head's Q&A profile

  • Internet Explorer Development XSLT rendering to HTML in IE7 performance

    I'm not sure if this is the correct forum for this question, but I have an XML file with the following reference to an XSLT file that transforms it to HTML when it is loaded in a browser. < xml-stylesheet type="text/xsl" href="xml2html.xslt" > It renders correctly, but it takes an awfully long time. For comparison, I loaded the same file in both IE7 and in Firefox 2.0. In Firefox it renders in 2 seconds; in IE7 it takes 15 seconds to render. Any ideas would be greatly appreciated! Thanks to Dimitre Novatchev who solved this in a different forum. The answer was to make use of an xsl:key for the lookup. ...Show All

  • Windows Live Developer Forums Out of Memory

    Hi ppl, I have a web browser in a .NET C# application that calls a Virtual Earth Map. When i minimize the application, it show a message box with an error : "Out of Memory at Line 2". However, i delete or i change the line 2 of html file and the error is the same. Is it any think that i should do to solve this problem Good Year buster JeffK_ wrote: dude, you still got a major problem with your jabbascript... Agreed, you just removed the error message without removing the error. Oh and that error message does not necessarily mean error in line 2 of the HTML file. Again I need to see your HTML page to figure out whats going on ...Show All

  • Windows Forms TreeViewNode OnDraw

    Hi, I'm customizing a TreeView do draw lines lines from one node boundary to another point outside the treeview. Can I continue to draw a line to a point outside the treeview control How I tried to draw a line from the node until the TreeView control boundary.That was ok. Now, how can I get that exact point to start drawing a line to another control boundary (The other control is also a TreeView, I wanna draw lines connecting some of these treeView nodes). Help is really appreciated, D Quibbling a bit: it's not relative and it is a hard and fast rule, windows can't paint beyond their boundaries. They can paint to the desktop window but that will just be wiped out when the form ...Show All

  • Visual Studio 2008 (Pre-release) WPF "Bugs" or "Features"? + DirectX Interop Thoughts

    Hi all, I'm hoping for a little advice from someone more knowledgeble than myself... I've bolded important bits for lazy readers, I'm not trying to be rude :) Basically, I'm building a logic simulator . I want it to feel modern, with a nice looking UI, but most importantly to provide a fun and intuitive editing experience through the main editing panel. I've been prototyping with WPF for obvious reasons. To help demonstrate, I decided to attach the current (very basic) prototype for anyone who wants to try it out. I'll also link to some screenshots I took which demonstrate the problems I'm having (for those busier readers!) The  prototype currently only connects lines tog ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA Demos Released

    Hi All, I've just started a new series of XNA demos on my website. So far I have 3 demos: XNA Per-Pixel Lighting Demo, XNA Normal Mapping Demo, and XNA Parallax Normal Mapping Demo. I haven't included any pre built executables with the demos, so you'll have to build them yourself from the source provided with each demo. The demos target the Windows platform, but should run with little or no modifications for the Xbox 360. I chose to only target Windows to reduce the complexity of the source code. The per-pixel lighting demo implements per-pixel Blinn-Phong lighting (including specular lighting). The normal mapping demo implements tangent-space normal mapping. The demo also shows you how to calculate the tangent space basis vectors ...Show All

  • SQL Server SSIS Performance Issue

    Hello, I have been running massive ssis packages and testing the performance. This is my execution design: I have a main package that gets a list of packages to execute from a table. Then using a foreach loop in send the package to execute ( somewhere in the middle i delete the corresponding old log file for that package ), each of the packages configures themselves from the parent package variables. What i have been analysing tells me that for example a package runs in 2 minutes and then the time wasted from the end of the package to the start of the other task is in average 3 to 6 minutes... thats alot... since i run about 20x12 packages witch gives me of wasted time about 20 hours. My question is... what can be causing ...Show All

  • .NET Development Iformatprovider

    Hi, How would I specify an IFormatProvider in this line of code, if I would like e.g. 2 decimals double interest = System::Double::Parse(txtInterest->Text); Best /M Try posting at the FxCop forum . ...Show All

  • Visual C# How to get Custom BackColor on Data Grid View Control Row Headers and Column Headers in Visual Studio 2005 C# DotNet

    Hi I am getting the problem in changing the Default Back Color of the Column header and the Row Header of the DataGridView Control in Visual Studio 2005 C# Dot Net. Can you please give the solution or the way around. Ajay Kumar Software Engineer Metacube Softwares Pvt.Ltd. Sitapura ,Jaipur. Per MSDN docs "RowHeadersDefaultCellStyle property Gets or sets default cell styles used by the control's row headers. Overridden by the current theme if visual styles are enabled". You may want to check into that. ...Show All

  • SQL Server To get only required records - select query help

    I have records which are like below. create table testedit ( editid int ,Tguid varchar(20) ,ttime numeric(4,2) ,numApp int ,numOrg int ,custid varchar(1) ) INSERT INTO testedit values(1,'ABC',12.52,40,11,'Z') INSERT INTO testedit values(2,'ABC',12.52,500,33,'Z') INSERT INTO testedit values(3,'ABC',12.53,500,33,'Z') Out of this records I would like to select only the 1st and the 3rd record. ie. My result should only have the below rows 1,'ABC',12.52,40,11,'Z' 3,'ABC',12.53,500,33,'Z' Any help I am trying to get the records,like when the all the columns have same values except the editid and ttime get the maximum of the ttime only. ...Show All

  • Microsoft ISV Community Center Forums Microsoft Office Document Imaging Printer Missing in Office 2007 (RFP) (86)

    Can anyone tell me how to install Microsoft Office Document Imaging Printer in Office 2007 (RFP). Although the Imaging program installs, the Printer does not, and the Microsoft Office 2007 Professional (86) Installer say that it is not an available feature. Here's a response that was posted on the Office discussion boards: Uninstall and then reinstall the MODI printer driver feature using your Office 2003 CD. Instructions courtesy of Windows MVP Carey Frisch: 1. Close all running applications. If you have any Office application running, the driver will not be installed properly. 2. Go to "Control Panel" and "Add or Remove Programs". 3. Click on "Microsoft Office 2003" ...Show All

  • Windows Forms datagridview doesnt save in editmode

    Hi, I'm unable to save when a column is in editmode. it doesnt save the new value. it shows only the last saved value for the column under editing. thanks venp-- Have a look at this thread,I think it will help you http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=417918&SiteID=1 ...Show All

  • Visual Studio Guidance for Clean Install on Vista

    Hello All, I am preparing to install VS 2005 Pro on a pristine version of Vista Ultimate with Office 2007 installed. (I've backed up my system :) My plan is to: 1) Install VS 2005 Pro (from CDs) 2) Install MSDN library (from CDs) 2) Apply SP1 3) Apply SP1 for Vista 4) Install Vista related extensions to VS 2005 5) Install the Windows/Vista SDK I also intend the run all setups "As Administrator" to avoid permission issues where possible. I made it to step 1 before I had too many questions to continue. They center around .NET frameworks and the various SQL server flavors. First, I noticed that the default install appears to want to install .NET 1.1 and 2.0 frameworks. I just wanted to make sure that this was fine on Vista that come ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA Asteroids game in the Channel 9 XNA launch video

    Any idea if this is going to be released to the community It looks like it would be a blast to play. I'd ask about the font support that was shown too, but I'm guessing that'll come in the first patch. George Clingerman wrote: I was kidding of course. They didn't have any swag at all the release party and I didn't win any of the prizes they gave away in the door prize drawings. If you hadn't sold your 360 you probably would have won something. Karma strikes! ...Show All

  • Visual Studio Express Editions Error 2259 only in Visual Studio 2005

    I tried writing the following code and compile it, class CMsgBox { public : virtual ~CMsgBox (); virtual int DisplayMessage(CString csTitle, CString csMessage, CWnd *pWnd = NULL) = 0; virtual int DisplayWarningMessage(CString csTitle, CString csMessage, CWnd *pWnd = NULL) = 0; virtual int DisplayErrorMessage(CString csTitle, CString csMessage, CWnd *pWnd = NULL) = 0; protected : virtual int _MessageBox(CString csTitle, CString csMessage, UINT uiFlags = MB_OK, CWnd *pWnd = NULL); CMsgBox BOOL bRightToLeft = FALSE){ m_bRightToLeft = bRightToLeft; } BOOL _IsRightToLeft() { return m_bRightToLeft; } protected : BOOL m_bRightToLeft; }; class CMessageBoxOK : public CMsgBo ...Show All

  • Software Development for Windows Vista The side by side configuration issue

    Some programmes do not work on Windows Vista with the error "Side by side configuration is incorrect" at startup. This issue only occurs on Windows Vista which do not have Visual Studio installed on. I wonder the reason and how to configure the side by side settings to avoid it. ...Show All

©2008 Software Development Network