Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
N

nei2009

@nei2009
About
Posts
7
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Error to close form
    N nei2009

    Group

    Quote:

    How sad, but thank you for your attention.

    Visual Basic help

  • Error to close form
    N nei2009

    Group

    Quote:

    How sad, but thank you for your attention.

    Visual Basic help

  • Error to close form
    N nei2009

    Quote:

    Eddy Vluggen / Grupo I'm programming with vb 6, the error I passed is code 365 Unable to unload within this context

    Visual Basic help

  • Error to close form
    N nei2009

    Friends

    Passing more information on the problem for better understanding.
    See the routine below it is very simple, however I'm getting intermittent error in my application.
    Searching the error I got the link below, but checking my process I did not find anything related to the item resize.
    If anyone has any other information that can help me in this matter thank you for the attention.
    

    Private Sub cmdExit_Click()
    On Error GoTo TryCathError
    Unload Me
    Exit Sub
    TryCathError:
    Dim s_dsMsg As String
    s_dsMsg = "Error :{" & Err.Number & "}" _
    & vbNewLine & Err.Description

    MsgBox s_dsMsg, vbCritical, "Error"
    End Sub

    link ===> msdn.microsoft.com/en-us/library/aa243662(v=vs.60).aspx

    There is an Unload statement in the Resize event of a Data, Form, MDIForm, or PictureBox control.
    Remove the Unload statement from the event.

    Visual Basic help

  • Error to close form
    N nei2009

    Quote:

    Friend What could be happening, because when I say close a form with unload me, it is giving the following error: Unable to unload within this context

    Visual Basic help

  • Icons to Applicaton
    N nei2009

    Group I am not very good in English, then I apologize for not being clear. I just want a link or download site to get icons to put on and my Application, example icon to add the button to add, to look better on screen. :confused::thumbsup:

    Visual Basic question

  • Icons to Applicaton
    N nei2009

    Staff Good afternoon, where with new icons to put in my application, especially the buttons? :confused:

    Visual Basic question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups