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
C

carl_sti

@carl_sti
About
Posts
14
Topics
11
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to draw a sinewave like graph?? please help
    C carl_sti

    [No Message]

    Visual Basic

  • disabling local area connection
    C carl_sti

    does anyone knows on how to disable local area connection progmatically?

    Visual Basic tutorial question

  • File Association..pls help
    C carl_sti

    tnx a lot :)

    Visual Basic help tutorial

  • File Association..pls help
    C carl_sti

    yeah i have it already.. my problem is how to get the filename of file being opened.. i want that my application know the filename of the file being opened..

    Visual Basic help tutorial

  • File Association..pls help
    C carl_sti

    how to get the filename of the file being open and pass it to the associated application..:confused:

    Visual Basic help tutorial

  • help...
    C carl_sti

    help please on how to process command line arguments that being pass to the application..

    Visual Basic help tutorial

  • file input/output
    C carl_sti

    anyone knows on how to search specific text on a text file and able to modify it..

    Visual Basic tutorial

  • killing network connection...please help
    C carl_sti

    it is the other application that try to make connection..

    Visual Basic sysadmin help tutorial

  • killing network connection...please help
    C carl_sti

    please help on how to kill network connection..

    Visual Basic sysadmin help tutorial

  • Marshal vs2005 problem please help
    C carl_sti

    Cannot marshal field 'table' of type 'MIB_TCPTABLE': Invalid managed/unmanaged type combination (Arrays fields must be paired with ByValArray or SafeArray). i got this error when trying to call function GetTcpTable.. see the following code.. [module declaration] Structure MIB_TCPROW Dim dwState As Long Dim dwLocalAddr As Long Dim dwLocalPort As Long Dim dwRemoteAddr As Long Dim dwRemotePort As Long End Structure Structure MIB_TCPTABLE Dim table() As MIB_TCPROW Dim dwNumEntries As Long End Structure Public v_MIB_TCPTABLE As MIB_TCPTABLE Declare Function GetTcpTable Lib "IPhlpAPI.dll" (ByVal pTcpTable As MIB_TCPTABLE, ByVal pdwSize As Long, ByVal bOrder As Long) As Long [form code] Dim tcpt As MIB_TCPTABLE Dim l As Long Dim x As Integer Dim i As Integer Dim RemA As String Dim LocP As String Dim RemP As String Dim state As Integer l = Len(v_MIB_TCPTABLE) GetTcpTable(tcpt, l, 0) x = tcpt.dwNumEntries after calling GetTcpTable function i got exeption as mention above please help

    Visual Basic help

  • help
    C carl_sti

    hi i want to develop personal firewall in vb.net.. any suggestion of useful links or sample codes? i spend a lot of time on researching sample codes and article of personal firewall[vb.net] but all i found is c++ or c# version.. anyone knows a sample firewall(with source code or article) develop using vb.net...

    Visual Basic csharp c++ help question

  • Please help...[detecting and blocking inbound and outbound traffic ]
    C carl_sti

    please help on how to detect and block inbound and outbound traffic on the network. im newbee in network programming... please please help... sample code will be appreciated..

    Visual Basic sysadmin help tutorial

  • how to detect that a process is being close by a task manager
    C carl_sti

    is there any way to identify that the process is being close by task manager? (not in the application tab but in the process tab) im using the formclosed event of the form but it doest work.. Private Sub frmMain_FormClosed(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosedEventArgs) Handles Me.FormClosed Select Case e.CloseReason Case CloseReason.ApplicationExitCall MsgBox("Notify") Case CloseReason.FormOwnerClosing MsgBox("Notify") Case CloseReason.MdiFormClosing MsgBox("Notify") Case CloseReason.None MsgBox("Notify") Case CloseReason.TaskManagerClosing MsgBox("Notify") Case CloseReason.UserClosing MsgBox("Notify") Case CloseReason.WindowsShutDown MsgBox("Notify") End Select but it doesnt work when i closed the form in process tab(Task Manager).. :confused: -- modified at 1:57 Thursday 14th December, 2006

    Visual Basic tutorial question

  • Setting notifyIcon.icon with imagelist..help plz
    C carl_sti

    how to set notifyicon.icon during run time with imagelist?

    Visual Basic help tutorial 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