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

Software Development Network >> Microsoft ISV

Microsoft ISV

New Question

VB Script Crashes Access When Exporting to Excel
Working with Visio Legend through VBA or Macro
Application Error
Fastest Processor for Running Excel VBA Macros
Hyper link Macro
VB Script Crashes Access When Exporting to Excel
vba5.0 doesn't work on dual core computer with Windows2003 system
Error in partner program signup form
access - importing specific data from excel
work localy with database

Top Answerers

Sweety103741
SSP
Carlos Enrique Figueroa
Michael Ingmar Staib
Help Me out Please
Skippy1313
Johnny O
bluefish
MarkDuffy
chicagoclone
MojoCommerce LLC
Only Title

Answer Questions

  • itsonlyme4 Lack of mouse scroll wheel support in VBA

    Folks The mouse scroll wheel does not work in VBA.   This has always puzzled me as to why this support does not exist since Office 2000. This problem was originally caused by a MS Mouse driver change that I'm told was communicated long in advance to other MS folks. This problem has existed for several versions of Office.  As far as I'm concerned this should've been fixed in the Office SPs. And yes, I'm quite aware of the workaro ...Show All

  • Silicon Update document properties on MS site server

    Hello, I hope that this is the right place to ask my question about MS Site Server. After the migration to new user accounts I want to change the ownership of the documents in our content management system. With this code “Select owner FROM ContentManagement..SCOPE(' ""D:\Inetpub\trnintranet\publishing"" ') Where…. “ it is possible to show all documents from a specific owner. I tried to make an update statement ...Show All

  • Vivek Janakiraman Certification of web based applications

    Hello, After attending an ISV community days seminar I didn't not get a clear answer on how to test and certify a web based application. We have created a software-as-service application where the customer only gets a username and password in order to access the application through a web server. I was wondering if we need to send both server components and frontend of the application to veritest or only a username and password so they can login ...Show All

  • Nilushan Can a field result in a Query be formatted as a hyperlink?

    I'm struggling with outputting a result field in a MS Access 2003 query. Need to output the field as a hyperlink. I've properly constructed the destination URL and the hyperlink target, but cannot get MSA2003's query for format the field properly. Hi, I don't think what your looking for can be done without changing the data type of the field to hyperlink in the table. You can do simple data type conversions ...Show All

  • John Horstkamp Just curious (an Excel VBA question)

    Is it possible to have a userform on an excel workbook add information into the code itself Here is what I am looking at. I have a workbook that has a user form. In this user form is a dropdown combo box that has account numbers in it. What I want to know is is it possible to allow a user to add information into the combo box (such as a new account number that will be used often) and have it so that it is listed the next time the user uses th ...Show All

  • ludlowk1 Need recommendation on Office/VBA/.NET/C# solution (cross-posting from the VSTO Forum)

    ****** The reason that I am cross-posting this from the VSTO froum is to reach the widest expert base. Thanks. ****** We want to move logic currently in Word XP VBA to C# component(s). What the VBA code basically does is calling Web Services that are implemented in Java, and display the returned data in Word documents. Our requirements are: improved performance easiness to install the components on end-user's PC's ability to be shared the ...Show All

  • User Name 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

  • benbino Can not connet to BSM server

    I just finished installing BSM Server, however I can not connect to the server. I keep getting an error: " Connecting to server http://localhost:46786/ has failed. Any ideas on how to troubleshoot this problem. Thanks in advance! Have you looked at the Applicaiton log I think there is somethign wrong with BSM to connect to WSS database. Please configure and try again. HTH, JP Hi, ...Show All

  • benji720 Application Error

    Hi experts, We have an application written in VBA. The application is failing with the following log entry in the event log. Faulting application: appname.exe Faulting Module: VBE6 Version: 6.4.99.72 Fault Address 0x000dc6f2 Event ID: 1000 The application is running on Windows XP SP2 with Office 2003 SP2. Help would be much appreciated. Thanks Steve Unfortunately, this isn't enough information to even be ...Show All

  • Karsten Januszewski MSFT Program levels requirements

    Hello, the requirements for Microsoft partnership is based on partner points. Generally the points an be accumulated through certifications of application, solution or technical. Why don't you consider also the MVP award Thanks, Pierre Great. Please keep us uptodate about the status of the request. Thanks, Pierre Hi Mustafa, partner points follows some rules (here the italian version http://www.microsoft.com/italy/partner/ ...Show All

  • Windows_Vista Reading a .LBD file

    Is there a utility for reading the contents of an Access 2003 .lbd file Take a look at http://www.mvps.org/access/modules/mdl0055.htm ...Show All

  • Deobrat Singh [URGENT] Need Help for "Error 1004: SaveAs Failed"

    I run my VBA macro in a excel file which shown the message "Error 1004: SaveAs Failed". Then I have found that the possible reason(s) for occuring this error: 1. The command "Application.DisplayAlerts = False" failed to run 2. The command "ActiveWorkbook.SaveAs Filename:=sOFnp, FileFormat:=xlNormal, Password:="", WriteResPassword:="", ReadOnlyRecommended:=False, CreateBackup:=False" can run but it's still show the error message (when sOFnp ...Show All

  • Maheswari Display a drawing on an MS Access Form

    Hi there i would like to display a drawing (test.dwg) on my form in a vb code. The form has an Bound Object Frame - OLE1 area. So when the i press an button it should display the diagram itself (not the link) inside the Bound Object Frame and be able to zoom in and out and edit. Thank you Here's the latest from the support engineer: As I mentioned, first of all, we have to confirm that the 3 rd party Active ...Show All

  • SeaBass_Fr Can anyone download VS Team Edition?

    We are a Certified Partner with the ISV Competency. The ISV Competency gives us a license for Visual Studio 2005 Team Edition for Developers but, we can't download that or the Team Server from MSDN. We can download the evaluation editions but not the real thing. Is this a problem for all partners with the ISV Competency or just us Can anyone download the real editions of Team Foundation server and/or VS for Developers Thanks, John Vot ...Show All

  • derekslager Need VB6 Code to direct sound waves to computer speaker

    Hi Pros, I need VB6 code to direct WAV and other sound files to the computer speaker. I do not have a problem directing them to msplayer.exe, but can't figure out how to get them to the computer speaker. I don't even know if this is possible. Would appreciate any response, please email me and let me know you have posted, or send the post directly. Thanks for any help. Hugh Hi Hugh, You have indicated that ...Show All

93949596979899012345678910

©2008 Software Development Network

powered by phorum