Search:

Type: Posts; User: johnrswanton

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    436

    Re: browse directory

    well what i need to do if for the user to chose a directory on their own computer and from that get a list of all the files in that directory
  2. Replies
    3
    Views
    436

    browse directory

    Hi all,

    i have a form which i would like the user to browse for a directory on their own local computer. All i need is the directory name eg. "C:\myFolder\subfolder"
    can anyone help me

    Thank
  3. Thread: shutdwn

    by johnrswanton
    Replies
    9
    Views
    639

    shutdwn

    Hi all
    im am very new to pc building and i have just started to building one
    i hav installed the motherboard ram processor
    i havnt installed any hdd yet
    when i power up i go the bios by pressing...
  4. Replies
    4
    Views
    565

    [Resolved] double quotes

    sry my bad
    had a blonde moment lol
    got it working thx
  5. Replies
    4
    Views
    565

    Re: double quotes

    Thanks

    didnt work when i used it with
    explode as a delimiter

    $searchkey = "<div=\"boxtext\">";
    $my_array= explode ( $searchkey , $string );
  6. Replies
    4
    Views
    565

    [Resolved] double quotes

    hey all
    i wish to search for
    <div="boxtext">

    in a string but it keeps giving me an error

    when i use

    $searchkey = "<div="boxtext">";
  7. Replies
    0
    Views
    522

    random access files

    hi all i have a struct as show below and i want to add it to a random access file (customers.dat)

    struct Customer{
    int customerId;
    char name[20];
    char address[40];
    int...
  8. Replies
    2
    Views
    473

    Re: database error[resolved]

    thanx ya its a numeric value i took out de single quotes on now it working :)
  9. Replies
    2
    Views
    473

    database error

    hi hope you can help me
    when i try to update my db i get this error number -2147217913
    its really bugging me because i can successfully display ,search and add records without any errors
    here is...
  10. Replies
    0
    Views
    401

    recieve sms

    right here is the prob i have a sony erricson w300i and i want to be able to recieve text messages(sms) on my pc with my phone . i connect my phone to my pc via a data cable

    do anyone know if this...
  11. Replies
    3
    Views
    371

    file name/ path

    hi all
    i have a file name
    e.g
    "C:\Music\New Folder\Music2\Unknown\388 Everything Will Be Alright.m4a"

    is there a function i can use to get the filename

    "388 Everything Will Be Alright.m4a"...
  12. Replies
    5
    Views
    496

    resolved

    thank it works now
    i reinstalled IE7 and i was able to add the component without error

    thanks again:)
  13. Replies
    5
    Views
    496

    Re: web browser control

    tryed adding microsoft internet controls but get this error message


    File not found:'C:\WINDOWS\system32\ieframe.dll\1'

    how do i fix this prob
    thanx
  14. Replies
    5
    Views
    496

    web browser control

    hey i hav a prob
    i wanna add a web browser to my app but wen i go to add components the microsft webbroser control is not there so i cant add it
    any ideas
    thanks
  15. Replies
    6
    Views
    688

    Re: read text file

    thanx worked perfectly
    so how do you find out how many line r in the text file
  16. Replies
    6
    Views
    688

    read text file

    hi
    i was wondering if it is possible to find how many line r n a text file and then find out wats on line 10 and assign to textbox
    thanks n advance
  17. Replies
    3
    Views
    553

    [RESOLVED] shell

    Works perfectly :)
  18. Replies
    3
    Views
    553

    [RESOLVED]shell

    i have the following code which open notepad it work fine but is there a way of open a specific file eg. "C:\text.txt"


    Private Sub Command1_Click()
    Shell "Notepad.exe", vbMaximizedFocus
    End...
  19. Replies
    2
    Views
    462

    [resolved] file folders

    cheer worked :) :thumb:
  20. Replies
    2
    Views
    462

    file folders

    hey everyone
    hope u can help me
    i have a drive F:\ with over 5000 music files manly mp3 which arnt in the same folder they are folders which are in folders
    example
    ...
  21. Replies
    6
    Views
    657

    Re: sql first 10 records

    thanx it worked perfectly
    so is there any way of getting the records from
    11 to 20
    21 to 30 etc......

    i have 380 records in total
  22. Replies
    6
    Views
    657

    Re: sql first 10 records

    how wud you add top 10 into the sql statement
  23. Replies
    6
    Views
    657

    sql first 10 records

    is is possible to show just the first 10 records of a database
    this is my sql statement
    search="SELECT * FROM Fix ORDER BY MDate ASC,MTime ASC"
  24. Replies
    3
    Views
    627

    Re: server map path

    thanx it worked perfectly
  25. Replies
    3
    Views
    627

    server map path

    this might sound like a stupid question but bear wit me

    i wud like to be able to find the physicial path "c:\" of a web page i add the code to , like i have an asp file and i wanna finds its...
  26. Thread: web page

    by johnrswanton
    Replies
    1
    Views
    368

    web page

    i was just wondering if it is posible to read the source code of a web page in visual basic i know its posible n asp cause ive tried it n it worked but is there any way of converting it into vb the...
  27. Replies
    2
    Views
    332

    [resolved] search string problems

    thanx it worked perfectly
  28. Replies
    2
    Views
    332

    search string problems

    hey ya all hope ya can help me i hav the following code below i am trying to search for a string but i keep on getting an error i suspose its because i have " in it , is there anyway i can search for...
  29. Replies
    1
    Views
    417

    download file to mobile

    hey everyone hope ya can help me
    what i am tryin to do is to download files(images,music etc..) from my web server by using the wap function on my mobile phone
    i am using asp for the pages on my...
  30. Replies
    0
    Views
    594

    download files

    hey everyone hope ya can help me
    what i am tryin to do is to download files(images,music etc..) from my web server by using the wap function on my mobile phone
    i am using asp for the pages on my...
  31. Re: load the html text controls dynamically question

    not sure exactually wat u mean but ere s sum that might help
    <%
    for c=1 to 10
    response.write("<input name='productname' readonly type='text' size='10'>")
    next

    %>

    hope it helps
  32. Replies
    3
    Views
    482

    Re: [RESOLVED]Problem with math division

    ive tried it n it worked

    here s my code

    <%
    dim x

    x=0.25

    x=x/2
  33. Replies
    4
    Views
    438

    [resolved] client/server time

    worked
    thanx
  34. Replies
    4
    Views
    438

    Re: client/server time

    well is it possible to show the server time n asp plus 8 hour s
    like is there any way to add 8 hours on the that time
  35. Replies
    4
    Views
    438

    [resolved]client/server time

    hello
    basicially wat im tryin to do is find out the difference between the client time and the server time
    im using vb scritpt to find the client time and using asp to find the server time
    well...
  36. Replies
    2
    Views
    586

    Re: Refresh one time

    <meta http-equiv="refresh" content="10">

    add the above code to the head tags it will refresh ur page every 10 seconds

    u cud then use an if statment with a session variable to refresh it just...
  37. Replies
    1
    Views
    927

    refreshing iframes

    i have 2 iframes on a page n one of them refreshes every 2 seconds, is it possible for that iframe to make the second iframe refresh when it wants it to do so
  38. Replies
    0
    Views
    355

    refreshing iframes

    i have 2 iframes on a page n one of them refreshes every 2 seconds, is it possible for that iframe to make the second iframe refresh when it wants it to do so
  39. Replies
    0
    Views
    463

    xml chat room

    i am try n to create a chat room using asp and xml at the moment i hav the pages refreshing every 2 seconds , is it possible to make the page refresh only when a new message has been sent
    thanx n...
  40. Replies
    0
    Views
    399

    refresh page noise

    i was wondering if it is possible to turn off the clickin noise that a page makes when it is refreshed using internet explorer, cause my page refreshes every 2 second so it s pretty anoying
Results 1 to 40 of 87
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width