Re: stdole::StdFont supported in VC++.NET? Programming Software Development by DotNetUser i got it. Just needed to add the stdole Reference Could not load referenced assembly "C:\WINDOWS\system32\stdole.dll" Programming Software Development by kirtee2209 …Could not load referenced assembly "C:\WINDOWS\system32\stdole.dll". Caught a FileNotFoundException saying "Could not… load file or assembly 'C:\WINDOWS\system32\stdole.dll' or one of its dependencies. The system … 10.0\Visual Studio Tools for Office\PIA\Common\stdole.dll, the project builds successfully. Can someone please… Urgent Help Programming Software Development by soso30 … Dim WithEvents MyButton As CommandBarButton Dim Pic As stdole.IPictureDisp, Mask As stdole.IPictureDisp Public Sub OnBeginShutdown(ByRef custom As System…MyButton = oStandardBar.Controls.Item("Updating Phone Numbers") ' Pic = stdole.StdFunctions.LoadPicture("c:\images\picture.png") If MyButton… Object variable or With block variable not set Programming Software Development by mahibha … index As Integer, ByVal canceled As Boolean, ByVal hDC As stdole.OLE_HANDLE) If index > 0 Then Exit Sub Dim strExpression1… Private Sub Map1_BeforeLayerDraw(ByVal index As Integer, ByVal hDC As stdole.OLE_HANDLE) Map1.Refresh End Sub Private Sub Combo1_Click() If Map1… TreeView HitTest not working Programming Software Development by Tekito … Integer, ByVal Shift As Integer, ByVal X As stdole.OLE_XPOS_PIXELS, ByVal Y As stdole.OLE_YPOS_PIXELS) Set dragNode = TreeView1.HitTest(X, Y) End… Dlls required to to use getobject() method Programming Software Development by mar_tech546 … environment. We came to know that the program referring to STDOLE.DLL which is not there on the development machine where… Re: Unable to install Antivirus program Hardware and Software Information Security by plastered …-09 21:33 44544 c:\windows\assembly\NativeImages_v2.0.50727_32\stdole\5019ed087ec8a14d9736e983fd921bcd\stdole.ni.dll + 2009-06-09 21:33 . 2009-06… Re: Browser issues Hardware and Software Information Security by Mike Hawk …-04 02:07 25592 c:\windows\assembly\GAC\stdole\7.0.3300.0__b03f5f7f11d50a3a\stdole.dll + 2009-09-22 04:53 . 2009-09… Re: Rollback framework on VS2008 Project Programming Software Development by mypicturefaded … Studio 9.0\Visual Studio Tools for Office\PIA\Office11\stdole.dll" /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0… Re: Problem with ActiveX C# app Programming Software Development by VladoBG I resolved the problem using Process Monitor. The missing library was stdole.dll. stdole::StdFont supported in VC++.NET? Programming Software Development by DotNetUser I want to change the font size but my 3rd party mapping sw needs the parameter to be of type StdFont. Is this supported in VC++.NET. I couldn't find anything about this in MSDN. Do I need to add a dependency? Thanks. Re: Urgent Help Programming Software Development by ronbhall I have just started a new job and my first assignment is to figure out a bug in an application that appears to be based on the same code you have used. (The opening #Region is word for word as are many of the methods and other code.) I haven't been able to look over your code yet to see what your problem might be, but it might help us both if I … Re: Object variable or With block variable not set Programming Software Development by debasisdas Try to register the component with windows using REGSVR32 key before using in project. Re: TreeView HitTest not working Programming Software Development by Tekito Disregard the extra 'Integer' declaration in my first post ... not sure how that got in there. Re: Dlls required to to use getobject() method Programming Software Development by Teme64 [QUOTE]Even if we copy the same dll on that machine, it is not working.[/QUOTE] And you did register that dll with regasm, not just copy it, right? [QUOTE]what are all the dlls required to use GETOBJECT() method in VB.Net program[/QUOTE] I suggest downloading the whole [URL="http://www.microsoft.com/downloads/details.aspx?FamilyId=…