Menu

Form

marko veic
2008-11-02
2013-04-24
  • marko veic

    marko veic - 2008-11-02

    hello!

    How to load new vlouForm???

    Please help

    markoveic@hotmail.com

     
    • marko veic

      marko veic - 2008-11-02

      Sorry, cloudForm,

      How to load dll into "new item" in VS 2005
      Sorry for my language, I from croatia, Europe!! :)

       
    • SubsonicDesign

      SubsonicDesign - 2008-11-04

      I assume that you are trying to use Cloud Form in your program..? :) It's easy to achieve, here's a little example on what to change in the code view of your MainForm:

      using System;
      using System.Collections.Generic;
      using System.ComponentModel;
      using System.Data;
      using System.Drawing;
      using System.Text;
      using System.Threading;
      using System.Windows.Forms;

      namespace Kontakter
      {
          // Replace the following line with the one below.
          //public partial class MainForm : Form
            public partial class MainForm : CloudToolkitN6.CloudForm
          {
          }
      }

      After changing the code line you reload the Form in designer and you can see beautiful Cloud Form in front of you! :)

      If you have some more questions or this wasn't your point, please tell me.

      Best regards,
      Timo Salomäki (DudeDesign)

      P.S. I'm from Europe too... :)

       
    • marko veic

      marko veic - 2008-11-04

      Super!

      I have a version of N6, and it is not correct CloudForm ... Can there old version, in which i CloudForm work that there is a link to download

      Thank you very much for your help

       
    • Starf0x

      Starf0x - 2009-01-18

      In VB.NET do the following:

      Open your 'From1.Designer.vb' and replace the following line:

      Inherits System.Windows.Forms.Form

      With

      Inherits CloudToolkitN6.CloudForm

      Make sure the DLL is referenced.

      Open Form1.vb in Design mode and be awed by the stunning result.

      Cheers Starf1x

       

Log in to post a comment.