Search:

Type: Posts; User: smtp

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    372

    combo box selection to DB

    I am making GUI that lets you submit a file to the DB, on my GUI interface, it also has several comboboxes. These combo boxes have a dropdown list and i want to let user make a selection, and this...
  2. Thread: write to textbox

    by smtp
    Replies
    8
    Views
    616

    Re: write to textbox

    Bruce, are you using a textbox or listbox, because i dont have txtFileDescList.Text ... i don't get the Text option when i type txtFileDescList from a textbox..
  3. Thread: write to textbox

    by smtp
    Replies
    8
    Views
    616

    Re: write to textbox

    ok..the problem is, i can't write to this listbox..when i run program...my form loads up ...i go to file description listbox area..so i can type in the keywords..(which by the way, i want to be able...
  4. Thread: write to textbox

    by smtp
    Replies
    8
    Views
    616

    Re: write to textbox

    I did something like this but when i compile the code, it does not let me type to the listbox..i thk i'm missing something
    Private Sub FileDescList_Change()
    Dim FileNum As String

    FileNum =...
  5. Thread: write to textbox

    by smtp
    Replies
    8
    Views
    616

    write to textbox

    hi, i want to create a textbox to input keywords that will be sent to a Database..right now i don't have the DB set up, but how would it look like if i were to write it to the textbox, then this...
  6. Re: should i use dirlistbox or drivelistbox or what?

    hmm, maybe i didnt' word it right..
  7. should i use dirlistbox or drivelistbox or what?

    I've created a menu bar with File -> Open and i like to display that information of which file it has selected on a textbox so user would know what file he has opened...i'm wondering if this is good...
  8. Replies
    10
    Views
    831

    Re: menuEditor-File Open

    i just want to thank everybody for being so patient and helpful...there are so many more steps to this program i'm trying to do and i do have more tedious questions...but i thought i'll say thanks...
  9. Replies
    10
    Views
    831

    Re: menuEditor-File Open

    then i would need to add

    Private Declare Function ShellExecute Lib "shell32.dll" Alias _
    "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation _
    As String, ByVal lpFile As String, ByVal...
  10. Replies
    10
    Views
    831

    Re: menuEditor-File Open

    open using notepad because it's a textfile...or if i open a jpg, open with an imageviewer...pdf with acrobat..you get the idea. thanks
  11. Replies
    10
    Views
    831

    Re: menuEditor-File Open

    OK, guys i thk i got it...i just used this code and used it in my File drop down ..and i ran it, i went to several directories,that looks good, but i try to open a text file..and doesnt work...do i...
  12. Replies
    10
    Views
    831

    Re: menuEditor-File Open

    i was looking up commondialog online and i found that it is not what i need it to look like..what i am doing is a "FILE" tab...like what u see on a your explorer or your directory folder...File.....
  13. Replies
    8
    Views
    752

    Re: How do I make a file selection form?

    hi, i'm trying to do what this person was doing too....i got to open the folder..i select a .txt file but it doesn't display this text file..how do i get the actual selection to open?
  14. Replies
    10
    Views
    831

    [RESOLVED] menuEditor-File Open

    I used menuEditor to create the tab File with Open command...what is the correct syntax for Open...to open up the windows dialog box to select file, then store that file?

    i have something like...
  15. Thread: stored procedures

    by smtp
    Replies
    8
    Views
    714

    Re: stored procedures

    haha, thanks... try to use more than one paragraph..

    sounds like i need stored procedures from him first before i can do anything and i need to know what the DB is to connect to it first!
  16. Thread: stored procedures

    by smtp
    Replies
    8
    Views
    714

    Re: stored procedures

    ok, my question is, if i'm making a simple gui interface that will be connected to the DB, and if someone else is writing up stored procedures, do i use the stored procedures statements in my code?...
  17. Replies
    35
    Views
    1,791

    Re: [RESOLVED] Open file in textbox

    yes, i want that. But i've changed my form so there are two options. I have added from menu Editor, the "file" so that i can go to open and select the file i want to store. So with this GUI...
  18. Thread: stored procedures

    by smtp
    Replies
    8
    Views
    714

    Re: stored procedures

    ok, thanks si_the_geek... sorry if my question will sound primitive, but i've never set up a DB before...and i just finished your ADO tutorial...really great by the way, just slight problem...how do...
  19. Replies
    35
    Views
    1,791

    Re: [RESOLVED] Open file in textbox

    hi smUX, actually this question here is pretty related to the other question i have about stored procedures...that you answered...let me think this through and explain it more clearly as to what i'm...
  20. Replies
    35
    Views
    1,791

    Re: [RESOLVED] Open file in textbox

    let's say you have a gui , and on this gui, u have a textbox , combo boxes...when you compile...you get your form loaded... you want to input filename in the textbox...and then store this string to...
  21. Replies
    35
    Views
    1,791

    Re: Open file in textbox

    is this the same as inputting to the textbox? i created a form with combo boxes and textbox. when the program runs, the textbox should be a field for input. is this the same?
  22. Thread: stored procedures

    by smtp
    Replies
    8
    Views
    714

    Re: stored procedures

    i guess nobody understood my question?? :ehh:
  23. Thread: stored procedures

    by smtp
    Replies
    8
    Views
    714

    stored procedures

    hi, there are some things i'm confused about. Stored procedures when it comes to making a gui interface using VB..what are they, how do they work. I believe they are (in this case) like macros you...
  24. Re: how to create a field on form that can written to

    Hack,
    i found these articles, it seems like it might be a combination of what i need to do too but it's too confusing for me to understand...it probably makes a lot of sense to you.....
  25. Re: how to create a field on form that can written to

    is there anything special i need to to on the textbox? cause i've used a textbox to show log files or status dialog but never to use as a copy paste area..
  26. Re: how to create a field on form that can written to

    Let's say i have a list of files that i'm copying from somewhere else, doesn't matter where...but i want to paste this list of files onto my GUI , on a field (this is where i need help). So my...
  27. how to create a field on form that can written to

    Pretty new at making GUIs, and i know this is probably pretty easy... i want to make a field on my form that will let me copy files from somewhere else and paste this list of files onto this field...
  28. Replies
    12
    Views
    4,515

    Re: compare current date to datelastmodified

    hi, yes, still here...don't know why but i am looping thru each file , setting it to normal..then every file is changed to 32...archived...but it's not been modified...why is that? thanks..
  29. Replies
    12
    Views
    4,515

    Re: compare current date to datelastmodified

    i am trying to set every file to normal initially like this:

    SetAttr sourceDir, vbNormal

    but i get an error..i am doing something wrong..
  30. Replies
    12
    Views
    4,515

    Re: compare current date to datelastmodified

    i want files that were modified (existing files with diff modified dates from last date) , but yah, i see O is normal, 32 is archived..let me try it.. thanks David.
  31. Replies
    12
    Views
    4,515

    Re: compare current date to datelastmodified

    do i need to do all of this if i just want to find out if file is modified? i see most of these examples in msdn.com site but i am still a bit lost.. :( Let's say...i want to go through files in a...
  32. Replies
    12
    Views
    4,515

    Re: compare current date to datelastmodified

    dglienna, can you elaborate, i am confused on what you said. you're talking about archive bit? how do i attain that in properties? thanks..
  33. Replies
    12
    Views
    4,515

    Re: compare current date to datelastmodified

    what if i run the program at around 7pm every night, and i want to compare that time to today's , cause there might be files that are modified after this program runs...and i want to capture that...
  34. Replies
    12
    Views
    4,515

    compare current date to datelastmodified

    i'm trying to look through the files in a folder and compare the datelastmodified to today's date/current date...if it's today's date, then take the name of file and write to a text. how do i compare...
  35. Re: run time error (80040111) Automation Error ClassFactory cannot supply requested class

    yah, i was reading that, i'd need the other guy to test it first before i know, but do you see anything wrong w. my code?
  36. run time error (80040111) Automation Error ClassFactory cannot supply requested class

    Anyone ever get this error ?

    Run-time error '-2147221231 (80040111)':

    Automation error
    ClassFactory cannot supply requested class

    I get this error when i am doing a Set MyShortcut =...
  37. Re: get content of folder and compare two text files

    i believe i need to loop through these text files and save each line to an array and then compare the two arrays, write to the delete.txt.
  38. Re: get content of folder and compare two text files

    what i mean is, i need to read through both of the files (which i have done in the code) - today and yesterday to compare what's in yesterday but not in today to determine what to write to delete.txt...
  39. Re: get content of folder and compare two text files

    i might be doing something wrong but it only goes through it once , so it lists just one file. And yes, it got rid of the " " around the filename with "append", so that's good.
  40. get content of folder and compare two text files

    I've looked at some examples of this kind of question in this forum but it is not quite working for me... I have a folder and i need to get all the files in this folder written onto a text file....
Results 1 to 40 of 69
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width