Search:

Type: Posts; User: Noob13

Page 1 of 5 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    14
    Views
    1,365

    Re: Window capturing problem

    ' Make the bitmap
    Dim wid As Integer = ListBox1.Width
    Dim hgt As Integer = ListBox1.Height
    Dim bm As New Bitmap(wid, hgt)

    ' Draw the Control onto the bitmap.
    ...
  2. Re: Visual Studio 2015 VB.NET Missing Default Icon !

    Thank you for replay

    In Visual Studio 2013 update 2 VB.NET
    Here is Default icon
    130011
    I wondering How I can Make it default for VS2015 , Not Manual add
  3. Re: Visual Studio 2015 VB.NET Missing Default Icon !

    I don't know maybe its before [Visual Stdio 2013 Update 4]
    I know its just Simple icon but I love it more than nothing icon
    Please if anyone know how I can change it ?
    I Want it Default icon
    ...
  4. Re: Visual Studio 2015 VB.NET Missing Default Icon !

    OK thank you guys
    Can I replace Default icon with this one without add it every time I Open New Project ?
    like Comment #3
  5. Re: Visual Studio 2015 VB.NET Missing Default Icon !

    129757
    In visual studio 2013 ultimate This is Default Icon
  6. Visual Studio 2015 VB.NET Missing Default Icon !

    Hello
    I`m Start Use Visual Studio 2015 recently and I surprised There is No Default Icon
    Does any one have same Problem or Just me ?
    129749
  7. Replies
    4
    Views
    973

    Re: Visual Studio .NET 2013 vs 2015

    http://developer.telerik.com/featured/5-incredible-features-visual-studio-2015-preview/
  8. Replies
    11
    Views
    1,537

    Re: Public System.Theard

    Thank you for example and explanation
    please check this:


    Imports System.Reflection

    Dim frm As Form = Me
    Dim Info As Reflection.MethodInfo
    For Each Info In...
  9. Replies
    11
    Views
    1,537

    Re: Public System.Theard

    Module Module1
    Private m_ThreadFunction As ThreadFunctionDelegate 'The pointer to the function that implements the thread logic
    Public Delegate Sub ThreadFunctionDelegate()
    Public Sub...
  10. Replies
    11
    Views
    1,537

    Re: Public System.Theard

    Thank you Shaggy Hiker For Replay
    I want make Thread.dll
    contains something like this


    Public Sub ThreaEX(ByVal SubName As System.Object)
    Dim t As New Thread(AddressOf...
  11. Replies
    11
    Views
    1,537

    Re: Public System.Theard

    thankx for replay
    I`m trying to do is start thread form Class ,Module or Dll I created

    now how I can call Sub test not like this AddressOF Form1.test
    I want it Like This "test"
    here is some...
  12. Replies
    11
    Views
    1,537

    Public System.Theard

    Hello
    I want make Public Theard in Module Like this:


    Public Sub ThreaEX(sub as String)
    Dim t As New Thread(AddressOf "test")
    t.IsBackground = True
    t.Start()
    ...
  13. Replies
    4
    Views
    1,850

    Re: Invoke Shell Context Menu

    There is C# Folder Menu
    http://www.andrewvos.com/2009/01/06/shellcontextmenu2/
    I Can Help you Convert T VB.NET
  14. Replies
    18
    Views
    31,830

    Re: WebClient DownloadFileAsync with resume support

    I`m Trying to Complete This Project
    I Active [ _CancelAsync = True ] For Stop rewrite uncompleted file
    and Save&Load ListViewEx.Items Info
    Please Post Your opinion For Help Complete it
    Thank You!
  15. Replies
    18
    Views
    31,830

    Re: WebClient DownloadFileAsync with resume support

    what should I do For make it Resume exist file !?
    I`m Trying to make it save list items when Close and resume if Open it again
    I`m Sticking with this Problem !
    I Give it same File name and I...
  16. Replies
    18
    Views
    31,830

    Re: WebClient DownloadFileAsync with resume support

    Great Thank you very Much :)
  17. Replies
    1
    Views
    769

    Re: Find All Devices connected to my router

    similar to This
    119225
  18. Replies
    1
    Views
    769

    Find All Devices connected to my router

    Hello everybody
    how I can Find all Devices Connected to my Router
    Work Like "how is on my WiFi"
    Please I need Simple code VB.NET
    Thank you
  19. Re: [help] Enable or Disable Internet Connection Sharing (ICS)

    Private Function EnableDisableICS(ByVal sPublicConnectionName As String, ByVal sPrivateConnectionName As String, ByVal bEnable As Boolean)
    Dim bFound As Boolean
    Dim...
  20. Re: [help] Enable or Disable Internet Connection Sharing (ICS)

    I found it Right here
    https://github.com/drorgl/ForBlog/blob/master/ICS/ics.vbs
    You can Convert Script to VB.NET
  21. Re: [help] Enable or Disable Internet Connection Sharing (ICS)

    i looking for answer
  22. Replies
    14
    Views
    1,584

    Re: Form2 dosn`t actually close!

    This is my replay


    your replay not ignored
    I told you:


    I still waiting for answer for my questions !!
    what is the best way for Close everything in right way ?
  23. Replies
    14
    Views
    1,584

    Re: Form2 dosn`t actually close!

    My Simple
  24. Replies
    14
    Views
    1,584

    Re: Form2 dosn`t actually close!

    its designer
  25. Replies
    14
    Views
    1,584

    Re: Form2 dosn`t actually close!

    vava456
    No everthng is OK
    btw 8GB-i5-3210 Win8.1x64

    jmcilhinney
    Nope!
  26. Replies
    14
    Views
    1,584

    Re: Form2 dosn`t actually close!

    please take a look on image I uploaded
    picturebox from internal resource
    there is no code
  27. Replies
    14
    Views
    1,584

    Re: Form2 dosn`t actually close!

    normal
    open :
    Form2.show

    Close :
    Close ControlBox
  28. Replies
    14
    Views
    1,584

    Re: Form2 dosn`t actually close!

    I found this release all the memory
    But really should I add it to all my project forms !!
  29. Replies
    14
    Views
    1,584

    Form2 dosn`t actually close!

    I made Simple 2 Forms
    Form1 with Button1_Click = Form2.Show()
    Form2 with Pictrebox1 image from resource normal without code
    when I Compile it to exe
    everytime I open Form2 and close it Memory...
  30. Replies
    11
    Views
    1,257

    VS 2013 Re: Snapscreen memory growup!

    Thank you boops boops
    but program without GC.Collect can be 50mb and still growing !
    I`m New moved from VB6 to .NET
    I Know When I close form everything close
    but in .NET nothing Close!
    so what...
  31. Replies
    11
    Views
    1,257

    VS 2013 Re: Snapscreen memory growup!

    I don`t Know if it right use it like this at this place
    I just add for test

    I found something interesting
    memory leak reduced with this:
    m_bmDesktop.Dispose()
    m_grDesktop.Dispose()...
  32. Replies
    11
    Views
    1,257

    VS 2013 Re: Snapscreen memory growup!

    Sorry not got it !
  33. Replies
    11
    Views
    1,257

    VS 2013 Re: Snapscreen memory growup!

    Form1 Only Button

    Public Class Form1

    Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
    Form2.Show()
    End Sub
    End Class
  34. Replies
    11
    Views
    1,257

    VS 2013 Re: Snapscreen memory growup!

    Thank you ident
    Attached File Edited
  35. Replies
    11
    Views
    1,257

    VS 2013 Re: Snapscreen memory growup!

    bitmap memory leak !!?
  36. Replies
    11
    Views
    1,257

    VS 2013 Snapscreen memory growup!

    please what`s wrong with this code!
    every time take Snapscreen memory growup! (Task Manager)
    I attached Simple
    ًWhen Compile it to exe and open task manager
    every time take snap memory usage will...
  37. Re: [RESOLVED] how can create label control dynamically inside a Pictrebox control wi

    For i As Int32 = 1 To 10
    Dim btns = Me.Controls.Find("Labelx" & i, True)
    If btns.Length > 0 Then
    btns(0).Text = "NelLabel"
    End...
  38. Re: [RESOLVED] how can create label control dynamically inside a Pictrebox control wi

    How to modify label.text !?



    I add Tag To Label
    I Know Problem With "Me.Controls" Because Label Created With Picture
    Plz Help
    Thankx
  39. Re: how can create label control dynamically inside a Pictrebox control with transpar

    Thankx Edgemeal its Work!
  40. Re: how can create label control dynamically inside a Pictrebox control with transpar

    Sorry Dosn`t work
    I can`t see Label !
Results 1 to 40 of 161
Page 1 of 5 1 2 3 4



Click Here to Expand Forum to Full Width