Software Development Network Logo
  • Visual C#
  • Smart Device
  • Visual Basic
  • Visual J#
  • Architecture
  • Microsoft ISV
  • Visual C++
  • .NET Development
  • Windows Live
  • VS Team System
  • VS Express Editions
  • Visual FoxPro
  • SQL Server
  • Windows Forms
  • Game Technologies

Software Development Network >> Microsoft ISV

Microsoft ISV

New Question

Type Mismatch
Installing VBA6.0 on XP
excel vba
PPT VBA - Automatic undo
Excel VB problem
Serial Port Sample Code Needed for Visual Studio 2005 & Visual Basic
After_Save Event???
Is VBA SDK free and ...?
Beta 2 resource kit SQL server 2005
Uniscribe

Top Answerers

KhurramShahzad
ks10
OzanH
PeterSt
dc2k
Ling A
Matt Sipes
Vinaygkumar
SibfordChris
AK WG99
Xaxius
Only Title

Answer Questions

  • MichaelKruz Unable to trust makecert signed COM Add-in (Outlook)

    I have a COM Add-in made for Outlook that I have signed with a test certificate made with the makecert.exe utility. When starting Outlook, the add-in loads and a security warning comes up. The problem is that the checkbox that allows me to 'Always trust macros from this publisher' is disabled. Is this because I have not used the right options with the makecert.exe utility or do I need a proper certificate to be able to trust the add-in in Out ...Show All

  • MBE VBA SDK with VB.NET(2005)

    I'm trying to build a Project in VB.Net 2005 Beta2 which includes the VBA Editor from the VBA SDK. But i didn't find any sample Code in the SDK, and so i don't know how to do this. Could anybody help me e.g. with a small sample ciao stephan one of our support engineers has a possible solution for you, but we are unable to attach the files to this post. please email us at budsup@microsoft.com so that we can pa ...Show All

  • RashiQ Section 1 Footer

    Hi, I have a template whose footer is changed at the run time. The template has a different First Page and I modify the footer based upon certain conditions. I am doing this by using the following code Application.ActiveWindow.ActivePane.View.SeekView = wdSeekFirstPageFooter and Then I modify the code. The problem occurs when a section break occurs in the document.Then the first page footer becomes Section1 Footer, and the above c ...Show All

  • C. McGrunty Help with using Outlook from Access

    I am openning Outlook by calling createobject, which I expected to open a new instance of the application. However it appears to use the one open on my desktop. This means that my quit statement closes my e-mail. How should I amend the below to leave my original e-mail session open Also I will be replacing the debug.print statement with code to work with the attachment to copy data into my database. I am intending to save the file to a tempor ...Show All

  • rurounip Problems compiling an MDB to an MDE

    Hi all, I have a front end/back end split 2002-2003 file format mde which I have been using for 3 years, and tweeking every now and again. All of a sudden I can not compile the development mdb file into an mde file, and keep getting the same error message saying that I "probably have too many forms". The error msg mentions problems associated with 500+ forms, but I have nowhere near that many. (Linked Tables:33, Tables:2, Delete ...Show All

  • viswa internet explorer 6 prefetching webpages?

        hi all, I didn't know where tu best put this question, so I just chose this forum. I'm currentlt recognizing some strange network traffic caused by internet explorer. ie seems to request certain websites that are linked on a site I'm currently developing. The problem is that the user mustn't visit a certain page under certain conditions and usually can't, but internet explorer requests it arbitrarily. So, the simple question j ...Show All

  • EricN Generate XML from Excel Data

    Hi, I would like to be able to create XML output from data entered on an excel spreedsheet based on my own xsd.  I am using Office 2k.  I have tried using the XML data mapper in Office 2003 however it does not support Lists of Lists in an XML file which I have defined in my schema.  I would appriciate it if someone could steer me in the right as to the best way to go about this or point me in the right direction where I can get mo ...Show All

  • need_help Hyper link Macro

    I am new to this stuff. I want to add hyper links to a series of numbers.eg 100 101 102 103 etc There is a number folder for each hyperlink in excel. So the 100 hpyerlink will open the 100 folder and so on. I can do i Macro to do one folder. How to i get it to do hundreds without repeating myself. Thanks for you help, cheers Boots Below an example First create workbook with one sheet named ...Show All

  • Bill Gilman Live Communications Server 2005 SP1 - no login accepted from MSN 5.1

    I have installed Live Communication Server 2005 Standard Edition and the SP1 on my win2003standard domain controller and i cannot login from messenger 5.1 as i used to in my old server (win 2003standard + live coomunication server 2005 se sp1). I have check the ports in firewall and with the help of network scanner seems ok . Port 5060/TCP is open. The authentication fails! The message i get is Signing in to SIP Communications Service f ...Show All

  • publicgk Host Headers

    Hi - I hoping someone can help me out. I've got a MS server 2003 running and I want to set up multiple web sites. Two of the sites are real domains. For the real domain sites, one I have set up as default with no header info and the other site I added my domain name for that site as the header info. All sites are using the same IP address. When I point to the site with a header assigned I get the default site page. When I try and navigate to ano ...Show All

  • C_w Problem solved!

    After working fine for days the following standard code to send an Outlook email is not running: Dim objOL As New Outlook.Application Dim objMail As MailItem Set objOL = New Outlook.Application Set objMail = objOL.CreateItem(olMailItem) I get now the following error message: Run-time error Automation error The specified module could not be found When I click on Debug the line code in yellow is: Set objO ...Show All

  • velibicer Symbols for VBA6.DLL?!

    Hello! Might be little off topic, but I don't really know where else to ask. I'll appriciate any help... I am in need of debugging VBA6.DLL(I have VS6+SP6) so I examined VBA6.DLL a bit and discovered that it contains debug information... Great, I'll finish in minutes, I thought, but I should have known better... So I fired up a WinDbg(6.4.0007.0) and tried to retreive symbols from Microsoft's symbol server(it's http://msdl.microsoft.com/downl ...Show All

  • s_rookie Hi, Outlook new Mail item

    Hello *, I have two questions that I can't figgure out.... I have the following code (very simplified): Set mailItem = CreateItem(Outlook.OlItemType.olMailItem) mailItem.Body = "Some text..." mailItem.Display (False) Questions are: 1. How to change the status of the message so that when I close this new message I do not get window "Do you want to save changes " 2. How to insert autmaticly signature Now I parse sig ...Show All

  • cwlaualex InternetExplorer, NavigateError event not firing

    Hi, I am having trouble with the WebBrowser control, the server is sending back an error code but the navigateerror event is not being fired for some reason. I am trying to upload a file using the InternetExplorer control in MS Word . I have IE 6 installed. Is there any other way of finding out the response The code is below, thanks for your help. Option Explicit Private WithEvents WebBrowser As InternetExplorer Private strResult As String ...Show All

  • j_e_f_f download a file via internet and save it locally

    Hi, I would like to have a script that download a file (a word document) from internet (http/https) and save it on local PC. I've already found how to download a file: ************************************************************ Dim WinHttpReq Set WinHttpReq = CreateObject("WinHttp.WinHttpRequest.5.1") WinHttpReq.Open "GET", "http://", False ************************************************************ but then, I don't know how to save th ...Show All

444546474849505152535455565758596061

©2008 Software Development Network

powered by phorum