Results 1 to 14 of 14

Thread: [RESOLVED] got a problem

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2010
    Location
    Nepal | Beni bazar myagdi,kalipul
    Posts
    39

    Resolved [RESOLVED] got a problem

    Hello friends now i'm programming in vb but i've got an confusion can you suggest me how to make a same vb exe file hidden.

  2. #2
    Hyperactive Member mbutler755's Avatar
    Join Date
    May 2008
    Location
    Peoria, AZ
    Posts
    417

    Re: got a problem

    Just do that in the operating system by right-clickong on the executable and checking the box that says "hidden."
    Regards,

    Matt Butler, MBA, BSIT/SE, MCBP
    Owner, Intense IT, LLC
    Find us on Facebook
    Follow us on Twitter
    Link up on LinkedIn
    mb (at) i2t.us

    CODE BANK SUBMISSIONS: Converting Images to Base64 and Back Again

  3. #3
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: got a problem

    Hi bishaw..
    Welcome to the forums...

    There's a function in VB called setattr(). You can use it to set attributes (like vbHidden) to a file.

    Example:
    Code:
    Option Explicit
    
    Private Sub Command1_Click()
        SetAttr App.Path & "\" & App.EXEName & ".exe", vbHidden
    End Sub
    Good luck...

    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: got a problem

    Why do you want to hide an exe file?

  5. #5

    Thread Starter
    Member
    Join Date
    Jun 2010
    Location
    Nepal | Beni bazar myagdi,kalipul
    Posts
    39

    Smile Re: got a problem

    Thank you alot friend but can you help me how to rate
    any person
    Last edited by bishaw; Jun 16th, 2010 at 10:10 AM.

  6. #6

    Thread Starter
    Member
    Join Date
    Jun 2010
    Location
    Nepal | Beni bazar myagdi,kalipul
    Posts
    39

    Re: got a problem

    Thank you friends

  7. #7
    Discovering Life Siddharth Rout's Avatar
    Join Date
    Feb 2005
    Location
    Mumbai, India
    Posts
    12,001

    Re: got a problem

    Quote Originally Posted by bishaw View Post
    Thank you alot friend but can you help me how to rate
    any person
    I would suggest going through the FAQ of vbforums. You will find answers not only to the above question but to several others which might pop up in the future
    A good exercise for the Heart is to bend down and help another up...
    Please Mark your Thread "Resolved", if the query is solved


    MyGear:
    ★ CPU ★ Ryzen 5 5800X
    ★ GPU ★ NVIDIA GeForce RTX 3080 TI Founder Edition
    ★ RAM ★ G. Skill Trident Z RGB 32GB 3600MHz
    ★ MB ★ ASUS TUF GAMING X570 (WI-FI) ATX Gaming
    ★ Storage ★ SSD SB-ROCKET-1TB + SEAGATE 2TB Barracuda IHD
    ★ Cooling ★ NOCTUA NH-D15 CHROMAX BLACK 140mm + 10 of Noctua NF-F12 PWM
    ★ PSU ★ ANTEC HCG-1000-EXTREME 1000 Watt 80 Plus Gold Fully Modular PSU
    ★ Case ★ LIAN LI PC-O11 DYNAMIC XL ROG (BLACK) (G99.O11DXL-X)
    ★ Monitor ★ LG Ultragear 27" 240Hz Gaming Monitor
    ★ Keyboard ★ TVS Electronics Gold Keyboard
    ★ Mouse ★ Logitech G502 Hero

  8. #8
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: got a problem

    Quote Originally Posted by bishaw View Post
    Thank you alot friend but can you help me how to rate
    any person
    Click on the Rate this post option(link) in the post that you want to rate.

    Please tell us, why you want to hide the EXE file ? Hack already asked you, but didn't got an answer from you yet!
    Last edited by akhileshbc; Jun 16th, 2010 at 11:36 AM.

    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  9. #9
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: got a problem

    You didn't answer my question.

  10. #10

    Thread Starter
    Member
    Join Date
    Jun 2010
    Location
    Nepal | Beni bazar myagdi,kalipul
    Posts
    39

    Re: got a problem

    Ok i'm sorry actually my friend had build message carrying virus using vb so i was thinking how that is possible that's the reason,but dont think that i'm going to make such program anyway thank you friends.

  11. #11
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: got a problem

    Quote Originally Posted by bishaw View Post
    Ok i'm sorry actually my friend had build message carrying virus using vb so i was thinking how that is possible that's the reason,but dont think that i'm going to make such program anyway thank you friends.
    Discussing anything related to creating viruses, and other malicious things are against the forum policies ! And also, creating viruses is a big offense and you'll be arrested and sent to prison ! So, don't even think about it. Use your knowledge to create useful programs and helping others. Don't try wasting it on creating viruses.

    If your thread is RESOLVED, you can mark it as RESOLVED by using the Thread Tools situated at the top of this page.

    Good luck...

    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  12. #12

    Thread Starter
    Member
    Join Date
    Jun 2010
    Location
    Nepal | Beni bazar myagdi,kalipul
    Posts
    39

    Re: got a problem

    Sorry i was just thinking how that is possible actually i'm going in the process of making notepad so i need help how to make save,open and also about using common dialoger.

  13. #13
    Fanatic Member FireXtol's Avatar
    Join Date
    Apr 2010
    Posts
    874

    Re: got a problem

    Quote Originally Posted by akhileshbc View Post
    Discussing anything related to creating viruses, and other malicious things are against the forum policies ! And also, creating viruses is a big offense and you'll be arrested and sent to prison ! So, don't even think about it. Use your knowledge to create useful programs and helping others. Don't try wasting it on creating viruses.

    If your thread is RESOLVED, you can mark it as RESOLVED by using the Thread Tools situated at the top of this page.

    Good luck...
    Creating a virus isn't an offense of the law. Unauthorized access to a network or system is. Running a virus, whether one creates it or not, on a machine which you are unauthorized to access is an offense.

    By all means, if viruses interest you, then develop them. We(techies, computer enthusiasts, computer users) need security experts(white hat hackers) just as much as any other type of programmer.

    We can't all just bury our heads in the sand and think "eh! no one would ever try to penetrate our security". We would be foolish to think such a thing!

    The moral of the story is you need authorization to access a private network or private system. You should not intentionally disrupt any service which you do not own, operate, or have WRITTEN consent to perform security audits on.

    The difference is intent. A white hat hacker has noble intentions, to strengthen networks, and to improve security of the system(and has PERMISSION aka written consent). A grey hat hacker mostly does things for his or her own amusement. A black hat hacker is purely malicious, and is interested in stealing information/resources/bandwidth, disrupting services, and general unsavory contemptible acts.

    No one likes a black hat. And grey hats aren't really respectable either. If you're a white hat, always be sure you get a legally binding contract to ensure you're free of ALL liability.

    There are very sad stories of hackers who didn't even break into anything and get slapped with felony charges of 'unauthorized access'. You have to be careful!

    Imagine simply visiting a URL(that anyone could access, without any authorization). That can be all it takes!

  14. #14
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: got a problem

    Thanks for the info, FireXtol .....

    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width