Search:

Type: Posts; User: articwoof

Page 1 of 5 1 2 3 4

Search: Search took 0.11 seconds.

  1. Replies
    10
    Views
    1,139

    Re: Hiding lines of text

    Okay, well will someone help me figure out HOW to make it so Line 0 is not shown to the user but is saved to the output file?
  2. Replies
    10
    Views
    1,139

    Re: Hiding lines of text

    Dim OpenFile As String
    OpenFile = OpenFileDialog1.FileName
    RichTextBox1.Text = IO.File.OpenText(OpenFile).ReadToEnd
    Dim Details As String
    Details =...
  3. Replies
    10
    Views
    1,139

    Hiding lines of text [RESOLVED]

    Hey all,

    I have this large application suite my company is making and I'm stuck on this editor part.


    The editor takes a plain text file with the format:


    LINES
  4. Thread: Login system

    by articwoof
    Replies
    2
    Views
    518

    Login system

    So Im using SQL Server 2005 and I've been racking my brain late into the night trying to think of a good way to query table "Users" to go if usernameTextbox.text equals a username in the table then...
  5. Replies
    1
    Views
    846

    IsDestinationReachable for VB2005

    I just got into VB2005 and I was familar with VB6. Does anyone know a good resource for a replacement to IsDestinationReachable
  6. Replies
    11
    Views
    1,140

    Re: Windows Login System

    The wording for that sounds highly illegal.
  7. Replies
    9
    Views
    1,897

    Re: ? Manulipate Windows Login ? HELP

    Ya I know what PHISHING is but I know novell's program can do it so it must be possible.

    For all doubters, I am not trying to make an illegal program. This is a legitiment program which will be...
  8. Replies
    9
    Views
    1,897

    Re: ? Manulipate Windows Login ? HELP

    I am trying to make it so users(Students or employees) of this program login to the main server using their creditionals for the program(All users have a set windows workstation account, never...
  9. Replies
    1
    Views
    5,143

    Add drop shadow to picturebox

    I have a picture (Not totally square) and a transparent form, I want to add a perfect drop shadow around the picturebox(Opacity:50-70%).

    Perfect, meaning equally visible around the image.

    Of...
  10. Replies
    9
    Views
    1,897

    ? Manulipate Windows Login ? HELP

    I'm making a program where users login into the networks server instead of using the default windows login.

    How would I make it so it doesnt show the windows login screen but my windows...
  11. Replies
    0
    Views
    531

    Disabling windows areas

    Hello everyone,

    I'm trying to figure out if i can make my program disable items like when you right click on the desktop and click "Properties" its greyed out.
  12. Replies
    2
    Views
    870

    Re: Massive Network Control program

    Positions:
    -Network Security developer
    -Developer with extensive knowledge of proxy servers and bypassing filters. (This job can be combined with Network Security developer)
    -SQL developer...
  13. Replies
    2
    Views
    870

    Re: Massive Network Control program

    PLEASE NOTE THAT THE INFORMATION BELOW WAS MADE FOR MARKETING INFORMATION, IT IS DIRECTED TO ADMINISTRATORS WHO WOULD BUY THIS PROGRAM. The content is just to explain what will be in the suite

    ...
  14. Replies
    0
    Views
    497

    Using AccessDB and Email

    I have an exchange server running with an email account which will recieve emails with a subject line of:
    $loanerform

    and body test of:
    $os="XDATAX"
    $type="XDATAX"
    $programs="
    XDATAX1...
  15. Replies
    0
    Views
    553

    ToolstripContainer [VS2005:VB]

    Im using Visual Studio 2005: Visual Basic Express Beta 2 and have been messing around with the ToolStripContainer, but I can't seem to be able to drag items from the Toolbox into the side...
  16. Replies
    5
    Views
    668

    Re: Checking if folder exists

    This works nicely. Thank you all
  17. Re: Loading Computer's network connections into combo box

    More like:
    Local Area Connection
    1934 Connection
    Wireless Connection

    All the connections in the 'Network Places' > 'Network Connections'
  18. Replies
    3
    Views
    441

    Re: not getting full sourcecode from site

    If you are trying to view the source code of a PHP file, only the HTML/Design part are visible the rest is server side
  19. Thread: Inverse Text

    by articwoof
    Replies
    7
    Views
    748

    Re: Inverse Text

    With StrReverse I get some messed up display:
    a54321fedcba987654321fedc
    a

    In the textbox it displays as: a54321fedcba987654321fedca
    when it should say: a54321fedcba987654321fedc without a
    On...
  20. Loading Computer's network connections into combo box

    Hello everyone,
    You probably have seen my other posts bunched up, sorry but i have limited internet so i need to ask questions i have been having for the past week or so.
    Like the title explains,...
  21. Thread: Inverse Text

    by articwoof
    Replies
    7
    Views
    748

    Inverse Text

    I like to make text art and know you can invert/flip horzitonaly a picture but is it possible to invert/flip horzitonal:
    \\\\\\\\\\\\\\\\\
    to:
    /////////////////


    123456789
    987654321

    or any...
  22. Replies
    1
    Views
    1,080

    Remove Duplicate Lines

    I have a list of item codes for a data entry and trying to make a simpel vb app to help remove duplicates like:
    The entries are in a multiline textbox
    123456789
    123449112 <- Orignal
    787871213...
  23. Replies
    4
    Views
    684

    Control USB device

    I just made a usb powered light and was thinking of making some sort of program to turn it off, blink, turn on, etc.

    It doesnt have any drivers since its just a powered light


    But the USB port...
  24. Replies
    5
    Views
    668

    Checking if folder exists

    I want my program to scan for a folder called:
    C:\Program Files\RealVNC\VNC4


    If exists then
    vnc.text = "VNC was found"
    Else:
    vnc.text = "VNC is not installed"
  25. Replies
    6
    Views
    635

    Re: Issue with Form.Caption

    I used it under Activate and it works perfectly, thank you guys!
  26. Replies
    6
    Views
    635

    Re: Issue with Form.Caption

    It comes from a previous dialog box and sends the data from that field to session.text

    Private Sub Form_Load()
    Form1.Caption = "Session:" & session.Text
    End Sub

    This still doesnt display the...
  27. Replies
    6
    Views
    635

    Issue with Form.Caption

    I have a form with caption "Session:" and I want to put the actual session name in the caption like:
    "123" to load as:
    Form.Caption = "Session: 123" and this is how im doing this:
    Session.text...
  28. Replies
    6
    Views
    916

    Re: Word Generator

    what about if it is told to stop, lets say after 100 thousand combos or 10 million combos?
  29. Replies
    6
    Views
    916

    Re: Word Generator

    no, what i mean is adding characters from A-Z 0-9 into, for example 26 combonation. All possible combos.

    af13bc217ea3c6a5f998acd15e
    b916cd9213ace6ag102lacd55e
    ETC...
    ETC...

    Which is probably...
  30. Replies
    6
    Views
    916

    Word Generator

    Im making a simple mini game which uses: A-Z and 0-9 to form character combonations. Most of the time it wont come up with words which doesnt matter....

    I have a text box called txtNum.text which...
  31. Replies
    5
    Views
    450

    Happy belated birthday to Visual Basic

    Anyone realized that Microsoft Visual Basic is over 14 years old?

    I was digging around the US Copyright Office records and found that Microsoft Visual basic was copyrighted in May 15th 1991.

    I...
  32. Replies
    7
    Views
    928

    Re: Obtain computer info from IP

    Well I am. I was planning on using this to help determine computer information such as O/S, Proccessor speed, memory, hard drive, etc for tech support. I am a network technician for State of Alaska...
  33. Replies
    7
    Views
    928

    Obtain computer info from IP

    Hello all,

    I want to make a small VB program which when you enter an IP address it gathers the Host's computer info like:
    -Computer Name
    -Computer Description
    -Network Group/Domain name...
  34. Replies
    2
    Views
    870

    Massive Network Control program

    Most of you have seen my old post about a website filter, but the program which is already working properly is adding on new features.

    The program can already:
    -Filter out websites
    -Monitor...
  35. Replies
    4
    Views
    833

    Re: WiFi Hotspot mapping

    ** Update **
    I have completed most of the GPS code itself, just waiting to get MS Streets/Trips soon so i can start integrating

    I still may need help
  36. Replies
    2
    Views
    473

    Re: Need to make a word finder

    And...

    After 3 tries it will need to pause for the thing to reset...
  37. Replies
    2
    Views
    473

    Need to make a word finder

    Im making a random word game, which is fine, but now I need to make a program which will find the answers for the user like...

    The word game uses: ABCDEFGHIJKLMNOPQRSTUVWXYZ123456789
    The game...
  38. Replies
    0
    Views
    763

    Wifi programming

    I'm making a program that uses WiFi 802.11b/g, Ive been looing around and cant find any code or threads on solved wifi issues

    Im trying to determine signal strength, access point name, etc

    And...
  39. Replies
    4
    Views
    833

    Re: WiFi Hotspot mapping

    Oh goodie, I finally make a program |2eM!x isn't upset with... my life is complete.... LMAO!

    Thanks for the feedback btw...
  40. Replies
    4
    Views
    833

    Re: WiFi Hotspot mapping

    ** Update **

    I have a few people already wanting to place orders for a product like this one, so if you can help develop this with me, it wont take long to get paid

    I hope to launch this June...
Results 1 to 40 of 166
Page 1 of 5 1 2 3 4



Click Here to Expand Forum to Full Width