Search results for query: *

  • Users: Loiste06
  • Content: Threads
  • Order by date
  1. Loiste06

    Convert project from c#.net to vb.net

    Please,could anyone convert this project http://www.quantumsoftware.com.au/ProductsServices/WindowsFormsComponents.aspx into VB.Net project? I'm especially interested in ExtendedDataGrid element. So it may be only ExtendedDataGrid convertion. Thanks
  2. Loiste06

    Insert objects into rtf-document,opened in Richtextbox

    Ok,I have this code,made for me by one very good man GSerg. Imports System.Runtime.InteropServices PublicClass Form7 Inherits System.Windows.Forms.Form #Region " Windows Form Designer generated code " PublicSubNew() MyBase.New() 'This call is required by the Windows Form Designer...
  3. Loiste06

    Insert Object Dialog Box in VB.Net

    I need to insert different objects to my richtextbox control. I'd like doing this like in Ms Word, WordPad or so ..using Insert Object Dialog Box. How can I use Insert Object Dialog Box in VB.Net? I want to call this dialog on button click. Thank you, Loiste06
  4. Loiste06

    VB6 API into VB.Net API (please help)

    Hi! I've found this code http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B217176 to show Insert Object Dialog Box using VB6 API. I need to port this code into VB.Net API - to show Insert Object Dialog Bo in my WinForms Applications. I can't do it myself. Please, can onyone...
Back
Top