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

Software Development Network >> Nick Hoggard's Q&A profile

Nick Hoggard

Member List

Mammoth
LSanders
FXM
ashish taralekar
Nicolai G. Andersen
tcsss
crash5232
SoopahMan
Vivek.
DrunkenSniper
Mark Boulter
shade29450
beto81
danke4u
rockman88
_PAPOO
Rafe Wu
MWP
Tony Toews
Travis Penno
Only Title

Nick Hoggard's Q&A profile

  • .NET Development set my browser to default webbrowser or registering it as a webbrowser

    Hello All, How can I set my own webbrowser to be the system's (WinXP) default webbrowser And anyways, how can I register it as a webbrowser My 2nd question is how can i use the java script in my browser. It is a multipaged webbrowser and i want that when i click on a link that contains a javascript method (eg: openwindow) how can i make my program to open that window in a new tabpage - it works - with the script's url I mean this: openGalleryWindow('photoshow.asp ShowPic=gallery/039_39.jpg')" - it should open up a new tabpage - it happens but the result is a page with the message that the page cannot be displayed. thank you; ...Show All

  • Windows Forms Dynamic Property

    Hi! Please help me! I plan to write my onwe button control, which have "Style" and "Grand" property. I want "Grand"  property  is hidden from Property Grid Window ("of IDE") when "Style" property is set to "IDE" and it is shown when "Style" Property is set to "Office2003". Where:     - IDE and Office2003 is value of Style enum type as bellow:     public enum Style{        IDE,        Office2003     }   - Slyte property is property of my button, which is declared as    public Style Style{        get; ...Show All

  • Visual Basic Crystal Report is not showing reports

    hello, i have designed a one page addressbook with one data table. i took one crystalreport and with crystal report viewer i have set it in form. now when i am playing program report form starts but there is no data at all. thanks. hi, CrystalReports are not supported in express edition but i saw a suggestion to turn around that http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=312899&SiteID=1 i didn't try it myself you said page is this a webform if so you can ask in http://forums.asp.net hope this helps ...Show All

  • .NET Development ResourceReader(stream)

    The fact that ResourceReader can take a stream in it's constructor suggests that there can be several resources in one stream (which once made into a RR can be traversed with an enumerator). Is this correct How can I get my embedded resources into such stream Take a look at the documentation for ResourceManager.  It is the starting point you will want to use to read localized resources: http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemresourcesresourcemanagerclasstopic.asp You should also take a look at the docs on how to embed resources into your assemblies: http ...Show All

  • Software Development for Windows Vista Activity Binding

    hi all, i wonder, how it would be possible, to bind properties of type collection. i tried two ways: 1) i declared properties of type arraylist and tried to bind them in the designer, which leads me to the "Object Collection Editor", which is not right... 2) i used a typeconverter on the activity property: [TypeConverter(typeof(ActivityBindTypeConverter))] this would lead me to the correct binding dialog, but creates an error, when trying to bind the properties: Object of type 'System.Workflow.ComponentModel.ActivityBind' cannot be converted to type 'System.Collections.ArrayList'. any ideas, how this ...Show All

  • Visual Basic Use VB Application Framework in C#

    I know how to include the Microsoft.VisualBasic assembly to find the VB classes, but can I get a C# WindowsForms app to use the VB Application Framework to (a) ensure only a single instance of the app can be launched and (b) use the WindowsFormApplicationBase.SplashScreen properties I've tried instantiating a WindowsFormsApplicationBase object, but the settings don't take and the splash screen never shows. ...Show All

  • Visual Studio Tools for Office VBA for Powerpoint

    Hi, I have been asked to modify a powerpoint presentation so that from a series of jpg files, one appears on the screen and then after a specific time period disappears and is replaced by another; this being a continuous loop on one slide only - like a photo tour. I have the following code, but need to get it up and running. Any suggestions: Sub ImportABunch() Dim strTemp As String Dim strFileSpec As String Dim oSld As Slide Dim oPic As Shape strFileSpec = C:\PFS Pictures\beach party *.PNG 'Ex. on a PC: C:\My Pictures\Flowers\*.PNG strTemp = Dir(strFileSpec) Do While strTemp <> Set oSld = ActivePresentation.Slides. Add ppLa ...Show All

  • Visual Studio 2008 (Pre-release) WCF and objects with events

    I have a class witch implements INotifyPropertyChanged. How do I send that through WCF When eventhandlers are hooked I get: “Error while trying to serialize parameter http://tempuri.org/:customer. Type 'System.Windows.PropertyChangedEventManager' has neither Serializable attribute nor DataContract attribute” Best regards, Thomas Andersen WCF sends only data part of the class. In order to send a class through WCF the class must have either DataContract or Serializable attribute. (You can find more information about WCF serialization programming model here ) ...Show All

  • Visual Studio Express Editions convert txt file to mdb database

    Hi: I am struggling to convert txt file to mdb database using VB express edition. I inserted the Schema.ini file in the same directory where my text file is, and using ms jet 4 ole db provider with the required parameters, but still getting error that either file path is not correct or server is not working etc. Any help would be greatly appreciated. Thanks reez The following code will import the data from a text file with | as the delimiter. It assumes you can attach to the .mdb file in the Server Explorer, then add it to your Data sources and drag the table in the Data Sources onto a form to ...Show All

  • .NET Development FORTRAN

    Hi Not quite sure if this is the right forum to raise my question, but at least I hope to be pointed in the right direction. We have over the last 25 years developed software, started in FORTRAN and now mainly uses C++. We have used "the mixed language" technics in the microsoft products, to keep our old good working code. We rewrite something that works !!! Now we would like to move to the newest development platform that is Visual studio 2005. Has anyone experince with a migration to VS 2005 from VS 6 with mixed languages I would like to know up front if I should worry ... Hi, Yes there are some issues that I heard about migration on ...Show All

  • Visual Studio Team System Catch and Exception Handling

    Sub test() Try Dim x As Integer x = 10 x = x * 15 Catch ex As SystemException Console.WriteLine("SystemException") Catch ex As InvalidCastException Console.WriteLine("InvalidCastException") End Try End Sub   The problem here is that the catch for SystemException comes before the catch for InvalidCastException. Since SystemException is a parent class for InvalidCastException, the catch for InvalidCastException should come first. It would. As it happens, though, the VB team pointed out to me that recent versions of the v2.0 vbc.exe compiler do emit a warning in this cas ...Show All

  • Visual Studio Express Editions Creating Installer

    Not sure if this is the right area, but I'm wondering what's a good cheap tool (other than ClickOnce) to create installations for VB Express 2005 apps For example, InstallShield Express is too expensive (I use Inno Setup myself). Hi, Try Wise Installer. Wise Solutions cheers, Paul June A. Domag ...Show All

  • Windows Forms add value to registry

    hi i am trying to add a value to the registry to make my program start at startup in : SOFTWARE\Microsoft\Windows\CurrentVersion\Run\ but i dont know the syntax for that, i think its something like : My .Computer.Registry.LocalMachine.SetValue ( "SOFTWARE\Microsoft\Windows\CurrentVersion\Run\JPCI", "C:/JPC/webbrowser/JPCI.exe" ) ect ect but can someone give me the correct syntax what i mean is that i want to add a chain value and i want to make that the name of my chain value is "JPC", i want it created in HKEY_LOCAL MACHINE\ SOFTWARE\Microsoft\Windows\CurrentVersion\Run\ and i want the value ...Show All

  • Windows Forms Dataset

    helo i have defined a dataset and i have filled this dataset nad i close the connection,then i read  from the dataset,according to my understandings the dataset will still take a space in the memory if it is true so how can i find a certain method in order to close the dataset in order not to keep a space for the dataset thank you f ...Show All

  • Software Development for Windows Vista Will there be a WF official release with Office System 2007?

    Hi, I'm wondering if there will be a separate, official WWF release when Office System 2007 (and specifically SharePoint 2007) ships or if we'll have to wait until Vista ships to get an "official" build of WF with WinFX In the case where we'll have to wait until Vista ships, how will developers be able to develop custom Office workflows between the Office and Vista releases Thanks for any info on this, Raphael. As you probably know, WF did ship with Vista and is publicly available as a standalone package for other platforms. Office will ship with the same verstion of WF as is publicly available. Thanks, Angel ...Show All

©2008 Software Development Network