Software Development Network Logo
  • Windows Vista
  • Visual C++
  • Windows Live
  • Visual FoxPro
  • Smart Device
  • Architecture
  • Visual Studio
  • SQL Server
  • Game Technologies
  • Windows Forms
  • Visual C#
  • .NET Development
  • Visual J#
  • Microsoft ISV
  • Visual Basic

Software Development Network >> Microsoft ISV

Microsoft ISV

New Question

Architecture - what it is and what it will be
download a file via internet and save it locally
Changing Outlook email settings with VBE
Macro to sort an Excel column
Changing chart series
Add a column to Grantt Chart to MS Project
Getting Images embedded in Word
Opening a Word file from a macro in Excel
I don't even know what this program is...
Help with: hiding main menu in Visio 2002 with VBA

Top Answerers

xyktiger
DOSST
cinnagingercat
Murilo Sanches
Baerin
Tim Tharratt
Zhi-Xin Ye - MSFT
kingofrain
Tetchro
Jefy Dominic
TimeGate
Only Title

Answer Questions

  • ArthurNicholson Diasbling Security settings in Microsoft Excel

    Hi all My friend uses Visual Basic Application code embedded in a Excel Worksheet for his application. When the machine has the EXcel MAcro Security as 'High' (Tools--> Macro --> Security) the macro fails to get executed. How to turn off the security (make it Low) from Visual Basic / C# code. Thanks Shasur The right way to go about this would be to digitally sign the VB code. If it's an application that is going to be r ...Show All

  • Araki66 FTP in Excel Macro

    I'm running on an isolated network and have a need to FTP a file from a UNIX server. For security reasons, I can't share a directory on the server so FTP is the only way to get the files I need. How can I do a simple FTP from within an existing Macro Thanks...Doug Hi Doug, Someone else asked this a while ago. If you look at my blog you'll find one way of doing it using an application called ftp.exe . ...Show All

  • MINA7343 Questions about using Windows Workflow Engine in ISV app.

    Hi, We are a registered partner getting ready to launch our first application in August, 2006. We are looking at using WWF in the application. I see we can likely get GoLive licenses for the application for that time frame. I am wondering is there a limit to the number of installations we can distribute on the GoLive licenses Will there be a general release date prior to Vista launch or will it be rolled in to Vista Any other risk areas, ...Show All

  • invalid display Need VBA Code Help

    Does anyone know the VBA code to allow formatting within a table inside a protected template in Word 2003. Specifically, being able to allow BOLD type would suffice. Hi Spotty I thought this forum was called "Visual Basic for Applications (VBA)". Peter Mo. That's what seems clear to me, but Spotty has spent much time straightening us out lately, without contr ...Show All

  • TheMattMan EOF or BOF error

    Help! Why am I getting a EOF or BOF error after looping through only a couple of times Do While rst.EOF = False testNo_Rows = rst.RecordCount iPhoneNumber = CStr(Replace(rst("SUBSCRIBER #"), "-", "")) iAmountLoaded = rst("SUBSCRIBER TOTAL") iAmountBilled = iAmountLoaded + acct_Amt_allocate iStampDateTime = Now() rstMobileDevices.Open ("select Phone_Number, User_Id, first(Mobile ...Show All

  • Dockboy Microsoft Document Image Printer - MODI Registry Settings

    Does anyone know what are all the available registry settings for MODI Through much searching in google (msn search finds nothing) I've found the following the following ' Write to File Only (uses current save folder and Note####.mdi as file name) SetKeyValue HKEY_CURRENT_USER, "Software\Microsoft\Office\11.0\MODI\MDI Writer", "PrivateFlags", 1, REG_DWORD ' Don't Show Popup Window SetKeyValue HKEY_CURRENT_USER, "Softwar ...Show All

  • Mike Aelaian How to read directory information into a combobox.

    Hi, I have a requirement to list all subdirectories under a specified directory in a combobox. - Srini. Hi Wassim, To begin with, i am new to VBA I want to develop a simple "form" which will have two combboxes, combobox1 should list all the subdirectories under a directory which is mapped to a network drive. Based on the first directory selection, Combobox2 should list all the sub-directo ...Show All

  • Nelson Neves mysterious error: RUNTIME ERROR '451'

    Does anyone have any ideas about the following error Runtime error '451': Property let procedure not defined and property get procedure did not return an object. I get this in message in a popup when I call a function on a custom class.  The function is supposed to return a boolean value if the code it contains executed successfully.  It is used in a manner similar to the following: 'In an ordinary module Dim myClassInst ...Show All

  • Joszef How to become an ISV

    How to become an ISV what are the advantages of being an ISV and purchasing a MSDN Subscription what are the licensing Issues Having a MSDN Subscription and being an ISV can I deploy the developed applications to my clients How much should I pay to be an ISV and have a MSDN Universal Subscription (in Indian Rupees) Can an Freelancer be a ISV Can the Freelancer be a ISV and Work for a Company who is a MS Partner Please answer these questions in ...Show All

  • asaad Bounded frame object... how to activate in native app.

    Hi I am writing vb code inside access.  one of the fields in the record is a embedded ole object.  I cant figure out how to activate the native app with the object... Basicly... 1 field is an embedded excel spread sheet.  I need to know just how do I start Execl with this object inside access.... Help!!!!!!! Per our support engineer: Let’s talk about following issue. Our buddy wants to activate the embedded ...Show All

  • Chowdary71826 help on list box (Access)

    Hi can anybody help me with my list box. I created a form in design mode in access I added a list which gives me a set of data I addes a second list which has to give me a set of data depending on the result of the first list. But there seems something wrong with the link thx I resolved the problem, and seems to work ok. I created a query, with the selection = value of the ...Show All

  • jude_nishamal Questions on ISV's and regarding end users

    1) Are there different types of ISV programs If so, what are the differences between the programs   2) How does the Royalty program differ from other ISV programs 3) Does each program offer different benefits to the end customer   4) How does the Royalty program differ from other ISV programs to the end customer     5) Does Microsoft have a brochure or a list of the benefits for the end c ...Show All

  • mynolix Calendar control issue in excel

    I wrote a customized spreadsheet in excel 2002 which uses the calendar control. When I used the spreadsheet on another computer I got an error saying that an object was not available. The error occurs where the calendar control should have been displayed. Since I want to use this spread sheet on many computers in the office how can I get the calendar control to work on any of the computers. Thanks Hi Carl, Here ...Show All

  • devish What version of Team System do EmpowerISV members get?

    Current MSDN Universal subscribers get a free upgrade to their choice of one of the Team editions of Visual Studio 2005 when its released.  What about current EmpowerISV members   And what will future members get   I'm planning on joining the program, but I want to be sure I know what my team will be  getting long-term, especially as it relates to Visual Studio Team System. As a current par ...Show All

  • Steven Hahn How to use Direct3D in VBA

    I want use Direct3D in PowerPoint, but I can't found a control like picturebox in VB. The control in VBA don't have 'hwnd', how can I initialize Direct3D. Thank you ! Per our support engineer: Let’s talk about following issue. Our buddy wants to use D3D in VBA. Actually, we can insert an ActiveX control which hosts Direct3D into PPT file. I attached my sample code in the email. Please ask our buddy have ...Show All

141516171819202122232425262728293031

©2008 Software Development Network

powered by phorum