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

Software Development Network >> Microsoft ISV

Microsoft ISV

New Question

Changing Outlook email settings with VBE
FIELD AUTO NUMERIC ALPHANUMERIC
% of public market applications which developed by .net languages?
Host Headers
VBA for Powerpoint
Summing on varying number of rows in Excel using VBA
VBA for Powerpoint
Add code in control image in time of execution
ListParagraphs collection in table
VBA for Outlook: How to create a Hyperlink via Macro

Top Answerers

HED
derker
Lars Middendorf
Sinisa
insanepickle
Oleg Krupnov
GotGlock21
MarcoL
PhilJComputerGuy
PWN-E
Host My Site.com
Only Title

Answer Questions

  • Annoyeddeveloper Date validation on a form

    On a form that's bound to a table, I'd like to override the standard Access date validation message ("The value you entered isn't valid for this field."). I've coded the Before Update event: Private Sub EventStartDate_BeforeUpdate(Cancel As Integer) If Not IsDate(Me.EventStartDate) Then MsgBox "Invalid date.", vbOKOnly, gstrAppTitle Me.EventStartDate.Undo Cancel = True End If End Sub However, when I t ...Show All

  • Ambrish_Mishra Personal.xls

    I have an Access application that opens Excel with GetObject if Excel is closed. On all but one machine in the office things work OK. One of my colleagues has done some development on one machine last week. Since then Excel opens and shows Personal.xls on this machine when called from Getobject. I think this book is supposed to be hidden. Does anyone know how to stop this book loading I have stopped the ...Show All

  • RyanAustin Client to SSAS

    I would like to know How I can use OWC11 with ASP.NET 2.0 because the past version we only put the control en ASP.NET page and working, How I can do that with a new version Thanks for your help Flavio are you know how I can use OWC11 with ASP.NET 2.0 because when I try select a control this are disable it's possible use similar last version of Visual Studio 2003 Hi Flavio, Here's some information from our support engi ...Show All

  • kjordan Find & Replace Macro - Reading from an external database..

    I have some code that will do a find and replace looking for a keycode in a database and replacing it with a corresponding value. Let's say I write a lesson plan (I'm a teacher) - and I want to write something in from the Natiomal Curriculum (a weighty tome) - it's too much to write in the full statement each time. I write ks21c the macro opens the db, looks for ks21c and replaces with Key Stage 2 1c) To be able to use a testtube etc... ...Show All

  • Jesus Ponce Security Warning

    I’m using an ‘Ole1.CreatLink (Path)’ to a .WMD video file, followed by DoVerb to start the video. Before the video will start, Windows (XP service pack 2) gives the Open File – Security warning as though I was accessing a file from the web. This destroys the flow of my product in the eyes of the user. How can I prevent this The .WMV file is just a file I created using Microsoft Movie Maker. Per the support engineer: ...Show All

  • Navs VB 6...

    Hello, Do you know any active forum for VB6, so you can get a quick reply when you post Thank you ...Show All

  • anindya_mozumdar Business Scorecard Manager - Deploy to Reporting Services (Report Server)

    So I created a basic scorecard view in BSM and deployed it to SharePoint in order to test that it is working correctly. After I verified this, I then attempted to deploy this same scorecard to a Reporting Services Report Server on a different site than WSS/BSM. It deploys successfully, but when it tries to generate the report, I get the following error message in Reporting Services: An error has occurred during report processing. Cannot creat ...Show All

  • Hans C Andersen I don't even know what this program is...

    Started by crg1970 at 02-21-2005 2:35 PM. Topic has 1 replies. 02-21-2005, 2:35 PM crg1970 Joined on 01-11-2005 Posts 3 I don't even know what this program is... I think it is great to have this section, since I don't even know what tha program is, and if there is a description, some examples of the requirements and benefits that it can bring, it would be very, very benefitial for small ISV ...Show All

  • Jyoti Ranjan Custom button on control bar

    I have a custom contorl bar button and it is connected to an addin. When my addin is first loaded the button is first displayed in the middle of the screen. I then need to drag it to the control bar. Is there any way I can code it so that it goes straight to the control bar and not in the middle Note: I have also asked this question at http://www.ozgrid.com/forum/showthread.php t=51966 Thank you ...Show All

  • Techno_Dex Adding windows forms

    Can anyone help me. I am trying to use a button on my form one to click and open form 2 and so one. How do I enter the code to do that. New to express. Thank-you Scottzrn, to open the form named (form2) form2.show to close the form unload(form2) thanks ...Show All

  • mullr VBA XmlMap.loadXML problem - repeating call

    Hi all, I have the following XSD load to XML Source of excel: < xml version="1.0" > <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs=" http://www.w3.org/2001/XMLSchema "> <xs:element name="stock"> <xs:complexType> <xs:sequence> <xs:element maxOccurs="unbounded" name="quote"> <xs:co ...Show All

  • John Hutchison Wrong mail in certification form

    Hello, i got a problem... :-P In last Dec i passed exam 70-290 and so achieved MCP level. The employee wrote a bad email in the paper form for microsoft, so i cannot receive any "welcome kit confirmation" email.... I cannot even create the wrong email account 'cause minimum characters are less than the wrong email.... What should I do Thanks a lot for any suggestion. This from the certification team: I beli ...Show All

  • Zaffer When you press pause.

    Would the WMP team make the new version with the button 'pause' stoping the sound imediately I think it would be more reasonable if the sound of music stop in 2 seconds <one extra resource>. It’d sound better to my ears. Sorry if you see one mistake on the spelling. I've sent your request on to the Windows Media Player team. -brenda (ISV Buddy Team) ...Show All

  • Kiefer Find & Replace Macro - Reading from an external database..

    I have some code that will do a find and replace looking for a keycode in a database and replacing it with a corresponding value. Let's say I write a lesson plan (I'm a teacher) - and I want to write something in from the Natiomal Curriculum (a weighty tome) - it's too much to write in the full statement each time. I write ks21c the macro opens the db, looks for ks21c and replaces with Key Stage 2 1c) To be able to use a testtube etc... ...Show All

  • Carlos Iriarte Access 2002 Error 2455 - invalid reference to the property Form/Report

    How can I refer to ControlSource property of textbox control of a subreport The reference below ended with the error 2455 - invalid reference to the property Form/Report. It was written in Report_Open event of the main report. or, cannt we refer to the control in a subreport Reports![report_name]![subreport_name].Report![textbox control_name].ControlSource Original object was to set ControlSource of a textbox in a subreport at runtim ...Show All

343536373839404142434445464748495051

©2008 Software Development Network

powered by phorum