Search results for query: *

  1. Loiste06

    Insert objects into rtf-document,opened in Richtextbox

    WebBrowser control in WindowsForms project? If I may use it then could you please tell me what I need to do for that,because I never worked with it. Thanks
  2. Loiste06

    Convert project from c#.net to vb.net

    Thanks :) Sorry, just haven't worked with libraries too much :) Now I understood :)
  3. 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
  4. Loiste06

    Insert objects into rtf-document,opened in Richtextbox

    Ok :) In this code ' This is the main API used to display the Insert Obj DlgBox PrivateDeclareAnsiFunction OleUIInsertObject Lib "oledlg.dll" _ Alias "OleUIInsertObjectA" (ByRef inParam As OleUIInsertObjectType) AsInteger ' This is used to get the ProgID from Class ID. ' Note that this API...
  5. 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...
  6. Loiste06

    Insert Object Dialog Box in VB.Net

    Ou...it's not good :) But still, thanks for your help :)
  7. 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
  8. Loiste06

    VB6 API into VB.Net API (please help)

    Ok, someone did this convertion for me: ' This is the main API used to display the Insert Obj DlgBox Private Declare Ansi Function OleUIInsertObject Lib "oledlg.dll" _ Alias "OleUIInsertObjectA" (ByRef inParam As OleUIInsertObjectType) As Integer ' This is used to get the ProgID from...
  9. 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