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

Software Development Network >> RMD's Q&A profile

RMD

Member List

netpicker9
Matthew_Stevenson
nazura
learneroob
Summoner
Maciej Koper
KevMac
l33t
Karg Weng
taboryee
windoze
UNO-
HScottBuck
Ziad Adada
jcarlos.net
Malcolm McCaffery
Cammarata
Amanda Jamin
General Fault
enric vives
Only Title

RMD's Q&A profile

  • Visual Studio Tools for Office ieframe.dll failed to register

    I have an Outlook add-in written in VS2005 (VSTO 2005, not SE) targeted at Outlook 2003. The add-in contained a reference to the Web Browser Control because the add-in allows the user to click a link that will open up a browser window to a page in an intranet ASP.Net application that is related to the Outlook email or contact record. However, when IE7 got pushed to my development machine, the reference to the Web Browser Control got changed to include the new ieframe.dll in the setup project. However, when I run the setup.exe on another machine, I get the error: Module c:\program files\my add-in\ieframe.dll failed to register. HRESULT -2147467263. Has anyone run into this before What's the proper way for dealing with this ...Show All

  • Visual Studio 2008 (Pre-release) powerpoint slide viewer control.....

    Hi Everyone, In winfx application, i want fuctionality in which if any one click on list of the available ppt file then he/she can view slides........Is there any ppt viewer control available in winfx 3.0 Hi, OK, but if for example you cant make "save as.." an you must to use the ppt file. Is posible to load it in to a C++ app as images without save as image. Thanks ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Memory Bandwidth

    I would like to know is there any way to calculate GPU memory clock and gpu memory buswidth  using Directx and visual C++ 2005. I need to find gpu memory speed to calculate bandwidth when running a shading sample or pattern. thanks. ...Show All

  • Visual Studio Express Editions CType Trouble

    I am trying to make a small amount of code save me from having to manually write everything out. What I have is this so far Dim Box As CheckBox = CType (sender, CheckBox) Dim W As Integer = 1 For W = 1 To W = 7 If CType ( Me .Controls( "rC" & Box.Name.Substring(W)), CheckBox).Checked = True Then CType ( Me .Controls( "rW" & Box.Name.Substring(W)), CheckBox).Checked = False ElseIf CType ( Me .Controls( "rW" & Box.Name.Substring(W)), CheckBox).Checked = True Then CType ( Me .Controls( "rC" & Box.Name.Substring(W)), CheckBox).Checked = False End If Next W I want it to check if rW1 is checked, and if it ...Show All

  • SQL Server Problem accessing Analysis Services

    A developer has created a cube and deployed it to Analysis services using BI and SQL server 2005. I have been asked to allow user access to the cube using a third party tool (Data Analyzer). When I browse to find the cube, I am unable. I gather this is due to permissions/access rights on the cube/Analysis services. Can I have some advice on how to grant domain users read only access to the cube. Thanks in advance. Dave, I h ave already set up a role and attached NT 4 permissions to it for domain access. Still no joy. I can set up an ODBC connection to the MSSQL server, but I seem to be unable to view analysis services. Any other ideas much appreciated. ...Show All

  • Windows Forms Changing the column type at runtime

    Hi ! I have the requirement where I need to change the column type of a cell from a textbox to column depending upon a certain situation. The datagridview is unbound and I have set the cell types of the grid to text initially. Can I change one column to a different type , like one row will have column 2 as text box and the second row will have the same column2 as combo. Please let me know. Thanks in advance ! You cannot do this without creating a custom column type. See http://msdn2.microsoft.com/en-us/library/7fb61s43.aspx for examples of how to do this. ...Show All

  • Visual Studio 2008 (Pre-release) Install Issue Orcas RC1

    I have the following installed .NET Framework 3.0 (RC1) Microsoft Windows Software Development Kit (SDK) for RC1 Visual Studio 2005 But the Orcas RC1 tells me that i'm missing .NET 3.0 Runtime Files which are Installed..So i'm at a loss here,any help will be appreciated...Thxs OS: Windows XP Pro with Media Center 2005 Hey if anyone is still having problems with this I think I may have a partial solution. I only refer to it as partial as I don't know exactly which of two isssues may be the actual solution because mine is now fixed and I am not going to break it again to establish the solution empirically. I eventually got it down to two problems apparently some VS 2005 component(s) were not i ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. My 2D particle engine now available

    here > http://www.codeplex.com/Wiki/View.aspx ProjectName=mpe Here be my first contribution to the XNA community, a fast, powerful & flexible 2D particle engine that can easily & seamlessly integrate into your game project. Features: Completely drag & drop, no code required! Complete control over scale, alpha, rotation and color at all stages of a particles life. Definable random variation of particle speed & lifespan. 5 emitter shapes - Point, Spray, Circle, Ring & Spiral (more to come!) Extremely easy to add custom emitter shapes! Hope you find it useful, there's still a few things to iron out but i think it's near enough usable right now :) Jeff Johnson wrote: ...am I just totally missing it ...Show All

  • Windows Forms Giving a code generated panel a handler

    Hi, I'm making a program which contains a search form, I show results of a search as a list of panels which I create in a 'for each' loop, each panel containing all the information of each searchitem. Now I want to be able to select a searchitempanel, and my question is How can I put a click handler on the ,in code at runtime, generated panel Thanks in advance, Tobias 'At the top of your class, where you declare global variables: Private WithEvents theEventClick As New Panel .. .. 'In the method you are doing a foreach loop: AddHandler PnlZoek.Click, AddressOf Panel_Click .. .. 'Seperate function/method: Private Sub Panel_Click(ByVal sender as System.Object, ByVal e as System.EventAr ...Show All

  • Visual Studio 2008 (Pre-release) ListBox item width

    Hello! I have Listbox that contains Grids (with some textblocks) as its items. Is there any way for Grid to fill all the free space that is given for listbox item. Now grid width is adjusted to fit its content. I tried 2 ways to bind Grid width to the width of Listbox but this didn't help. 1) Binding fitItemWidth = new Binding("Width"); fitItemWidth.RelativeSource = new RelativeSource(RelativeSourceMode.FindAncestor, typeof(ListBox), 1); grid.SetBinding(Grid.WidthProperty, fitItemWidth); 2) Binding fitItemWidth = new Binding("Width"); fitItemWidth.ElementName = "ListBoxElement"; grid.SetBinding(Grid.WidthProperty, fitItemWidth); Is there any possible way to force grid fill all ListBoxItem area ...Show All

  • Visual C++ Bug in Visual Studio 2005 Professional edition ?

    I've created a simple Win32 console application. When I try to run it by Ctrl + F5 it, I get the message: "This application has failed to start because MSVCP80D .dll was not found. Re-installing the application may fix the problem.". Kindly note that i am not trying to run and install my application on different machine.Also note that i've already installed SP1 of 2005 pro edition but still the problem persists. Many a times the problem is solved by the usual methods like: 1) Goto Project Properties -> Linker -> Debugging -> Generate Debug Info (change it to No) 2) Link statically to the C++ runtime library using the /MT switch. Well there is also an alternative about Goto Project properties- ...Show All

  • Visual Basic dispose

    having created my user control (which contains a bunch of variables, subs, functions,and controls - buttons, textboxes, etc) and added them to a panel on my form i want to clear the panel.unfortunately it seems the memory never gets freed up as after a few loads and clears the program tosses an out of memory exception (on a laptop with 1.5 GB or ram). i cant seem to free up the resources properly... in the dispose method do i need to set everything to nothing (all the variables inside the usercontrol) and call the dispose method of any control that is inside the usercontrol is that all i need to do any debugging tips as to figuring out what isnt getting cleared so i can add it to the dispose method Thanks, Dan ...Show All

  • Visual Studio Sandcastle Errors

    I am getting the following Warning on starting a sandcastle build: Warning: MRefBuilder has a version of '2.2.061208.00' but version '2.0.2459.30849' was expected. You may need to update your copy of the help file builder. followed, much later, by: Error: BuildAssembler: The type 'Microsoft.Ddue.Tools.CopyFromFileComponent' was not found in the component assembly 'C:\Program Files\Sandcastle\ProductionTools\BuildComponents\BuildComponents.dll'. BUILD FAILED: Unexpected error in last build step. See output above for details. My question is does this mean I need a newer version of the Sandcastle Help File Builder Can I make a configuration change to correct Does the Warning result in the error Thank yo ...Show All

  • Windows Forms SplitContainer proportional sizing

    Hello, I have a vertical SplitContainer in a form such that the left panel takes up 25% of the available space and the right panel 75%. When I resize teh container, I would like these proportions to remain the same. If the container grows, I want both sides to grow. I would think that if FixedPanel is set to null, that would be default behavior, but it's not. Is there a way to do this with a SplitContainer, or should I use a TableLayout (or something else ). Thanks   MuscleHead wrote: I would think that if FixedPanel is set to null, that would be default behavior, but it's not. Yes, that's the idea, although FixedPanel should be set to FixedPanel.None instead of null (i don't think setting to null will compil ...Show All

  • Windows Forms showing gif animation on winforms

    am making a project with gif animatio over othere img am having trouble showing the animation it only shows the first frame can anybody help me with direction , article or site i found selectactiveframe but it 2 fast in for(...) and i don't know how much to wait for frame and don't know how to clear the image without clearing the hall graphics device and if i redraw i get a flicker effect witch i don't want P.S am imaging noob, what i got i got from try and error and some reading thanks Check this thread ... ...Show All

©2008 Software Development Network