Search:

Type: Posts; User: GDOG34

Page 1 of 13 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    5
    Views
    962

    Re: VS 2015 SQL Question

    THANK YOU!!!! After reading your explanation I was able to understand the logic error I was running into and with the advice of jmcilhinney, and si_the_geek, I understand now!



    THANK...
  2. Replies
    5
    Views
    962

    Re: VS 2015 SQL Question

    I don't understand what you mean by this. The HasRows property returns information about the current result set, isn't that assuming that "Fruits" contains entries? If I understand the code you...
  3. Replies
    5
    Views
    962

    [RESOLVED] VS 2015 SQL Question

    Hello, I have the following code that successfully searches my database for the string "Apple". But here is the thing, since this data is pulled from a search box (where the user inputs the text...
  4. Replies
    1
    Views
    426

    Reading/Writing to file

    Hello, I'm trying to go about an idea I have been tossing around and was wondering what would be the best way to go about it. I have a file named "filename.txt" and this is the following contents of...
  5. Thread: Copy Folder

    by GDOG34
    Replies
    2
    Views
    772

    Copy Folder

    I'm using the following code to copy a folder:


    Option Explicit

    Private Declare Function SHFileOperation _
    Lib "shell32.dll" _
    Alias "SHFileOperationA" _
    (lpFileOp...
  6. Thread: Upload File

    by GDOG34
    Replies
    1
    Views
    532

    Upload File

    Hi I was wondering is there a way to provide ftp details to an ftp account I can upload a file silently (of course with user consent) replacing the file if existed and not showing any dialog and...
  7. Replies
    8
    Views
    942

    Count Characters

    For a richtextbox how can I count all the characters on a current line?
  8. Replies
    2
    Views
    430

    Text Highlighting

    Hi I was messing around with a richtextbox and I was wondering if there is a way where I can highlight a specific line or row if you want to call it. This will include all the text in that line.
  9. Thread: Storing Data

    by GDOG34
    Replies
    5
    Views
    810

    Re: Storing Data

    I have never used an array before, can you provide an example?
  10. Replies
    2
    Views
    486

    Read before and after = sign

    Hi I have a file that looks similar to this:

    Form1=ApplicationName/FullScreen
    Form2=ApplicationName2/FullScreen2

    My question is how can I read a entire file and display whats before the = sign...
  11. Thread: Storing Data

    by GDOG34
    Replies
    5
    Views
    810

    Storing Data

    Before I used to load data from files and store them in separate labels so they can be read later. Is there a way where I can store the data in the memory? For instance I'm look to load a multiple...
  12. Replies
    4
    Views
    738

    Read / Write From Text File

    Hi, I have a file that looks similar to this:

    +
    -
    +
    -

    The file contains +'s and -'s. How can I read from the file line by line showing the contains in a message box and then after reading...
  13. Replies
    2
    Views
    560

    Re: Check Date

    Wonderful! Exactly what I was looking for!
  14. Replies
    2
    Views
    560

    [RESOLVED] Check Date

    Hi I have a few questions. I have a textbox with the date "06/13/2011" and in another textbox I have the date "07/13/2011" How can I check the date as of now and see if the date is between the two...
  15. Replies
    5
    Views
    716

    Re: Get file name

    I wanted to stay away from controls.
  16. Replies
    5
    Views
    716

    [RESOLVED] Get file name

    Hi, how can I show all the file names from a folder with an specific extension?
  17. Thread: Percentages

    by GDOG34
    Replies
    2
    Views
    435

    Percentages

    I have an idea although I do not know how to excute it. I have 8 labels as follows:

    Below Basic: 0, Basic: 0, Proficient: 0, Advance: 0
    "0-49" "50-79" "80-95" "96-100"

    Now I have the...
  18. Replies
    5
    Views
    806

    Replace Characters

    How can I replace spaces in a textbox with "_"?
  19. Replies
    2
    Views
    1,759

    Label Width Change

    Hi I have a label that is a certain size and I was wondering is it possible to have the label change the width to show all the text? So in concpet the more text that is in the label the larger the...
  20. Replies
    7
    Views
    3,659

    Re: Remove Garbage Characters

    Merri, Where is bytData() As String?
  21. Replies
    7
    Views
    3,659

    Re: Remove Garbage Characters

    I get the error type Mismatch and it highlights bytData on the last line.
  22. Replies
    7
    Views
    3,659

    Re: Remove Garbage Characters

    I see, the reason why the file is saved in UTF-8 is because I was testing the file in different formats. I have tried saving it in Unicode but I end up with "Runtime Error 62: Input Past End Of...
  23. Replies
    7
    Views
    3,659

    Remove Garbage Characters

    I have a file that I have attached and it contains just numbers, but when I load the file into the applications and show the file in a messagebox I can see garbage characters that where never in the...
  24. Thread: Tag System

    by GDOG34
    Replies
    4
    Views
    621

    Re: Tag System

    Ok, I have a question able searching. How can I search the textbox for the word?
  25. Thread: Tag System

    by GDOG34
    Replies
    4
    Views
    621

    Tag System

    Hi I have an idea and I need help with it since I have no idea how to start it. I have a textbox with the following "apple pie". In a folder called "tags" and inside that folder I have various text...
  26. Replies
    2
    Views
    528

    Re: Form Name

    Haha Duh! Thanks!
  27. Replies
    2
    Views
    528

    [RESOLVED] Form Name

    Hi I have a command button on the form and I want to retrieve the name of the form and show it in a messagebox. How can I do this?
  28. Replies
    3
    Views
    685

    Re: Special Key Generator

    Thanks! Works perfectly now!
  29. Replies
    3
    Views
    685

    [RESOLVED] Special Key Generator

    Hi, I have a cool idea and I need help starting it. I have 2 text boxes like so below:

    [John Smith] [jsmithisawsome@domain.com]

    When I press a command button is it possible to get the character...
  30. Thread: Word Comparer

    by GDOG34
    Replies
    3
    Views
    672

    Re: Word Comparer

    Well like words themselves and heteronyms. Like breaks and brakes a way of comparing them and seeing how close thay are to eachother. Maybe length and the same amount of characters. Another thing I...
  31. Thread: Word Comparer

    by GDOG34
    Replies
    3
    Views
    672

    Word Comparer

    Hi,

    Is there a way where I can have two textboxes and when the user hits the submit button it can compare the the first box to the second one and give a percentage on how close they are from...
  32. Replies
    2
    Views
    582

    Re: Center Control On Form

    Perfect!
  33. Replies
    2
    Views
    582

    [RESOLVED] Center Control On Form

    Hi,

    I have a question. I have this control that I want to center in the middle of the screen in the form. I seen examples where you can center a form in the middle of the screen but I'm looking to...
  34. Replies
    3
    Views
    1,628

    Re: Hide or Show Network Drive

    Share mapped to a drive letter, sorry if I wasn't clear on that.
  35. Replies
    3
    Views
    1,628

    Hide or Show Network Drive

    For security purpopses is there a way where I control wether to hide or show a network drive (If it is hidden)?
  36. Replies
    13
    Views
    1,486

    Re: Textbox Selection

    akhileshbc, I copied the code but I want the selected number to be shown in a message box like before. How can I do this?
  37. Replies
    13
    Views
    1,486

    Re: Textbox Selection

    akhileshbc, the current code doesn't work with your code anymore:
    MsgBox sFind
  38. Replies
    13
    Views
    1,486

    Re: Textbox Selection

    It seems that I can't have the form hidden because the code doesn't work.
  39. Replies
    13
    Views
    1,486

    Re: Textbox Selection

    Me.Show

    What happens if the from that contains the textbox is hidden?
  40. Replies
    13
    Views
    1,486

    Re: Textbox Selection

    I get the error, "Runtime Error 5: Invaild procude call or argument." Then it highlights:

    TxtBox.SetFocus
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width