Search:

Type: Posts; User: green.pitch

Page 1 of 3 1 2 3

Search: Search took 0.08 seconds.

  1. Re: How to give Folder access permission to a specific process [Help]

    DB file can be delete if it present on local drives.
  2. Re: How to give Folder access permission to a specific process [Help]

    encryption can't protect log files from deletion.. One more thing.. my application is divided in to multiple exe files..all these exe files are accessing same log files...I can't even lock the file..
  3. Re: How to give Folder access permission to a specific process [Help]

    Certainly its not a keylogger.. Its a application with UI.
    Its something like a firewall application which is checking if any process is accessing any black-listed IP address. This application is...
  4. How to give Folder access permission to a specific process [Help]

    Hello again,
    I'm working on a official application which is recording few tasks detail doing by my workers. Tasks are going to save in a text file.

    I want to protect the installation folder of...
  5. Replies
    9
    Views
    1,354

    VS 2012 Re: Blocking Adds In Ie. WebBrowser Control

    Hey I was out of my town.
    I've not tried this code but you may check it

    http://forum.masterdrive.it/visual-basic-net-18/getextendedtcptable-getextendedudptable-50739/

    You need to set tcpRow...
  6. Re: Performance counter Error in Windows 7

    Sorry i forgot. Now it's done :)
  7. Re: Performance counter Error in Windows 7

    Thanks alot jmcilhinney. It is what i was looking for...
    Regards,
  8. Replies
    9
    Views
    1,354

    VS 2012 Re: Blocking Adds In Ie. WebBrowser Control

    Well I'm a newbie in .net codings, but as an idea, If you have a list of all such server's IP address(from where such adds releases), you can block them for your application only by passing Process...
  9. Re: Performance counter Error in Windows 7

    @Mucker, Thank you but as i told above, I'm getting errors on using Performance Counter. Hence i'm looking to get CPU usage % without using performance counter.





    Thanks ident, but i'm...
  10. Replies
    2
    Views
    7,273

    Re: EZ P2P (and I do mean easy!)

    Thank you ! It's working with LAN, How to make it for WAN ?
  11. Re: Performance counter Error in Windows 7

    Memory is getting without any error.
    Now I can get CPU usage value on that same pc after running a command "lodctr /R".

    But i'm still not satisfied with this solution. If there is any alternate...
  12. Re: Performance counter Error in Windows 7

    Yes Sure,
    109749

    109751

    109753
  13. [RESOLVED] Performance counter Error in Windows 7

    Hello guys,
    I'm trying to get the total cpu usage in VB.net 2010 with the help of Performance Counter.


    Public Class Form1
    Dim cpu As New PerformanceCounter()
    Private Sub...
  14. Replies
    53
    Views
    24,841

    Re: [RESOLVED] VB.Net CreateProcessAsUser API

    Thanks ! The above code is working but the process can be seen only in the taskmanager. UI is not showing.
    Any solution for that?
  15. How to know file path of a vbs file running in wscript by vb.net?

    Hello Friends,
    I'm able to get running process list by the following code:


    For Each p As Process In Process.GetProcesses()
    Msgbox p.Modulename
    Next

    I'm running a vbs file from the desktop...
  16. Re: How to get another application's window width [Help]

    Thanks Bonnie West. That's what I wanted...
    Yes R.Right - R.Left I can do that with that code. :)

    Regards,
  17. How to get another application's window width [Help]

    Hello,
    I am working in a vb6 project in which i want to get the width and height of another 3rd party application. But I am not getting which API can be done it.

    107095


    Please check the...
  18. How to know if the digital signature of Exe file is tampered or not?

    Hello, I have a collection of Exe files and I need to check if they contain a valid digital signature or not or if the signature is tampered.
    I'm using following codes to get the digital signature...
  19. Re: How to load different form on different thread.

    Thanks ! You are right it's on the programmers hand how he want to use the codes. I wanted to develop few desktop widgets like CPU/RAM monitor, HDD monitor.. and so on like that.. For that i need to...
  20. Re: How to load different form on different thread.

    But indeed this code is working fine with me.. Would you like to suggest how to load another form which will not be hanged on suspending the current thread of the main form..?



    I've not yet...
  21. Re: How to load different form on different thread.

    Sorry, After doing few work, it comes true.. Now Form2 is not hanging on suspending current thread of Form1.


    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As...
  22. How to load different form on different thread.

    Hello,
    I have a project in which i am using multiple forms. I want to load multithreaded forms on a button click event.
    After some googling I found following code:

    Form1:

    Imports...
  23. Re: Binary Access Read Write Lock Read Write in vb.net?

    FileOpen(1, "TESTFILE", OpenMode.Binary, OpenAccess.Read, _
    OpenShare.LockRead)

    Thanks alot.. that's working fine.

    Regards
  24. Binary Access Read Write Lock Read Write in vb.net?

    Hello,
    I am looking for Binary File read Write Lock access in vb.net.

    In VB6 we can lock any file with the following code:

    Open filename For Binary Access Read Write Lock Read Write As #1
    ...
  25. Replies
    148
    Views
    221,529

    Re: Understanding Multi-Threading in VB.Net

    Well Ok, I'm not asking to work on processes. What about the Multi threading on Form2 ? How to make free that form which is hanging.. It can be done by multi threading.. :)
  26. Replies
    37
    Views
    3,332

    Re: get value in variable position in string

    What if the length of Numbers are not fixed?
    i.e. 000000000000999999

    or any length

    One more thing, What is the use of sArray() As String


    Try this function if you are sure with delimiters:
  27. Replies
    148
    Views
    221,529

    Re: Understanding Multi-Threading in VB.Net

    Its about a process gateway.. where if any new process will execute, app will prompt that new process name. .. It's for my personal use. And to clear my doubt, i thought it should be a good example...
  28. Replies
    148
    Views
    221,529

    Re: Understanding Multi-Threading in VB.Net

    Oh ok thanks again Niya :) . I am very new in vb.net. Now the codes are not showing any error, but Form2 is still hanging after loading.. How can I solve this with Multi threading? Please check the...
  29. Replies
    148
    Views
    221,529

    Re: Understanding Multi-Threading in VB.Net

    Ok thanks Niya, I tried to invoke a control on another project... But i am getting error. Please have a look to the following code.


    Private Sub LoadFrm(ByVal pIDD As String, ByVal pMsg As...
  30. Re: How to verify Digital Signature validity of a File by CAPICOM

    Where is my hakka noodles bowl buddy...:eek: I told you to deliver it to me on time.. Now i won't give you tip... :wave:
  31. Replies
    148
    Views
    221,529

    Re: Understanding Multi-Threading in VB.Net

    Sorry for dual posting.... Above code was not working due to Cross thread Problem..

    Now after
    CheckForIllegalCrossThreadCalls = False

    it is working... Is it good to Disable...
  32. Replies
    148
    Views
    221,529

    Re: Understanding Multi-Threading in VB.Net

    Hello Niya, First of all Thanks for this delicious article. After reading your articles and reply here, I couldn't stop to ask.
    I want to ask How can we pass multiple arguments on a thread.

    Now...
  33. Re: How to verify Digital Signature validity of a File by CAPICOM

    It's impressive that you don't know about CAPICOM.dll but more impressive to me that you couldn't even try google.com to know about What is CAPICOM.dll. It's for you..
    ...
  34. Re: How to verify Digital Signature validity of a File by CAPICOM

    :):(:o:D;):p:cool::rolleyes::mad::eek::confused::bigyello::wave::lol::blush: Anyone is here?????
  35. How to verify Digital Signature validity of a File by CAPICOM

    Greetings,
    I am using CAPICOM.dll in vb.net 2010 to check the validity of any digitally signed file's signature.
    Following are the codes i'm using :

    Dim signed As New CAPICOM.SignedCode...
  36. Replies
    3
    Views
    864

    Re: Multi Tasking issue

    Thank you from the bottom of my heart Bonnie West, I'm shocked why dint't I think about it.
    Regards, :)
  37. Replies
    3
    Views
    864

    Multi Tasking issue

    Hello everyone once again :wave:
    I am working on a project in which I need to do multiple task on multiple forms.
    Let me try to explain it with a simple example.

    My projects has 2 forms i.e....
  38. Replies
    3
    Views
    3,135

    Mozilla Control Error

    Hello everyone,
    I have downloaded and installed the latest version of "Mozilla Active X control 1.7.12" from

    http://www.iol.ie/~locka/mozilla/control.htm

    Added it's component "mozctl.dll" in...
  39. Re: How to Check the internet connections adapters list?

    Hello couttsj,
    Thanks.. After trying your codes I am getting error "File not found ndisapi.dll".
    Ok I'v downloaded "ndisapi.dll" and paste it into system32 folder..
    Now getting another error...
  40. Re: How to Check the internet connections adapters list?

    Greetings,
    Sorry for the duel posting, however I'v got few WMI concepts to get Network Connection's ID Lists..


    strComputer = "."
    Set objWMIService = GetObject("winmgmts:\\" & strComputer &...
Results 1 to 40 of 106
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width