Search:

Type: Posts; User: wpearsall

Page 1 of 13 1 2 3 4

Search: Search took 0.60 seconds.

  1. Creating SQLite Database for download....

    hey guys...

    Im posting this on PHP, as im not sure if its best suited here or in the database forum...

    I can create a sql lite db quite simply in php...

    i can also make this downloadable......
  2. Re: Client side "Edit Profile" before submitting multiple values at once...

    Right, think ive got it now....

    it APPEARS to work with the following... (alerts show from 1-5), and then the "image" shows...



    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
  3. Re: Client side "Edit Profile" before submitting multiple values at once...

    OK, sorry, it was early when i posted the message above (and it had been an allnighter).

    my code so far is:


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
  4. Re: How to disable textbox when a radio button is selected

    knowing the html syntax is 'readonly="readonly" '

    does this work?


    document.formName.textFieldName.readOnly = true;
    document.formName.textFieldName.readOnly = false;


    or:
  5. Replies
    5
    Views
    1,983

    Re: what a page source !!!

    i use cloudflare for my website, and have the minification turned on... my original scripts are about 30kb, and the names are like "cookie"... etc... the scripts go into a matter of mere 100 or so...
  6. Client side "Edit Profile" before submitting multiple values at once...

    OK,

    The basic gist is, im enhancing an old project, and have created the necessary code to actually implement a "Add one" feature.. but to limit "lag" etc, i want to process the "add" feature on...
  7. Re: Want PRINT to actually look like DIV that I am giving it to PRINT

    how about a print stylesheet and hiding everything except the div you want to print...?



    HTML:
    <link rel="stylesheet" href="print" media="print" />
    .................
    <div class="noprint"...
  8. Re: jQuery JSON validation for username before continuing with Facebook registration.

    ahh crap... how stupid do i feel after about five hours of coding...

    turns out... my url was wrong :( - my URL should of been "/members/" not "/member/" ...

    however... - > how do i get the...
  9. jQuery JSON validation for username before continuing with Facebook registration...

    OK, heres the thing...

    I am integrating facebook login into my website... Its all working, except i have yet to validate the fields on the registration form.

    ie: all of the following work......
  10. Re: vb6 multidimentional array for mschart graph...

    ok.. not sure what that means?

    basically i seem to have solved my issues though by:





    Dim achartdata() As Variant
  11. Re: vb6 multidimentional array for mschart graph...

    ok just checked it out, and its comin up with subscript out of range( error nine)



    Dim li As ListItem
    For Each li In Me.lvDetails.ListItems
    'For icnt = 0 To 14
    ' ...
  12. Re: vb6 multidimentional array for mschart graph...

    cheers. ill check that out in a bit. :)
  13. vb6 multidimentional array for mschart graph...

    hi ya... lemme give you my code first... i will explain a little below



    ' note : hin.... and hout's etc r all constants in delcarations relating to integer values [made it easier to note :P]...
  14. Lpt -> lcd... Displaying characters... help with VB Code?

    ok info: PC in my car = replacement media centre.

    i want to connect the original info display to my pc, to display track names etc [tracks r played via my application]

    ive found info on the...
  15. Re: Detect when switching to battery power in laptop...

    oh yeah sorry, forgot to mention i know about that control. i was hoping it was possible to do [without] the use of a control... - i wanna keep my install package as small as possible...

    - and...
  16. Detect when switching to battery power in laptop...

    hi guys...

    just a quick help required if possible...

    i know i can use:
    API: GetSystemPowerStatus
    to get the current power status etc...

    but how can i detect [live] when the power switches...
  17. Re: Webrowser - avoid using "browse file" dialog

    you can however use the internet TRANSFER control to upload the file directly to the server - and get the response... by sending the file in the headers as a multipart/formdata content... i will try...
  18. Replies
    29
    Views
    2,664

    Re: Web browser ?

    when u use createobject you dont need to set reference do u~? its only when dim ??? as ???, correct?

    im not sure if i forgot to actually post my last post on here, but it doesnt seem to be here......
  19. Replies
    27
    Views
    5,922

    Re: App.Path and AppData Question

    add the ERL numbers, send the user an update, and then ask them to send the error message back - so as you can fix their issues....

    this would work? - if they want your software... - if your...
  20. Replies
    0
    Views
    686

    Interacting with TomTom via VB...

    hi guys,,,

    im sure somebody has thought of this before, and im guessing it is possible - at least i hope so... but:

    hope difficault would it be to open up tomtom in my application... there is...
  21. Replies
    27
    Views
    5,922

    Re: App.Path and AppData Question

    also, try this



    AppDatPath$ = Environ("APPDATA")
    if AppDatPath$ = Empty then
    err.raise -1, "Data path empty"
    else
    if right$(AppDatPath$,1) <> "\" then AppDatPath$ = AppDatPath$...
  22. Replies
    27
    Views
    5,922

    Re: App.Path and AppData Question

    it may also be an idea to print out the paths too... messagebox like...

    "Error 5:
    Occured Line: ???
    App Path: ????
    Data Path: ???
    Please try reinstalling this software... if this does not fix...
  23. Replies
    29
    Views
    2,664

    Re: Web browser ?

    also it would be easier to add reference to the internet explorer
    create one, and then control it directly...

    if you shell an ie, you would need ALOT of api coding to control it... im assuming...
  24. Replies
    27
    Views
    5,922

    Re: App.Path and AppData Question

    when u say app.path and environ("_") you are doing like ssss = app.path & "\file name"
    and environ ("_") & "\filename" yeah>?

    i know app.path doesnt add the \ and i doubt environ does....
  25. Replies
    29
    Views
    2,664

    Re: Web browser ?

    http://www.vbforums.com/showthread.php?t=583416

    this guy was doing what you wanna do...

    basically u need to get the field / form names...
    then set them... then on the button... ".click" even...
  26. Replies
    1
    Views
    619

    Re: Web browser Favorites

    list box, or listview, or even treeview... ie uses a treeview :)
  27. Replies
    10
    Views
    1,073

    Re: Getsetting/Savesetting Help

    most school / office pc's dont save the reg settings unless it is an admin account - you login on a guest account on the machine... etc...

    also: You dont need to regedit... i used that as an...
  28. Replies
    8
    Views
    702

    Re: Roll the active Form to the next Form

    ive already told you how to do it...

    1) right click your toolbox on the left hand side.
    2) Click "components"
    3) scroll to "Microsoft windows common controls 6.0"
    4) tick it, and ok / apply
    5)...
  29. Replies
    8
    Views
    702

    Re: Roll the active Form to the next Form

    ok...


    is this what you want... ? ....
  30. Replies
    7
    Views
    1,906

    Re: Uploading multiple files with inet

    File1.Path = App.Path ' or c:\wotever
    File1.Pattern = "*.*" ' or *.gif etc
    File1.Refresh

    If File1.ListCount > 0 Then

    Dim icur As Integer
    For icur = 0...
  31. Replies
    7
    Views
    1,906

    Re: Uploading multiple files with inet

    im not sure, but this way at least you can put some sort of status txt...

    you dont need to edit the module code [except you may want to remove the highlighted bit]

    its only the code in the...
  32. Replies
    7
    Views
    1,906

    Re: Uploading multiple files with inet

    k one way....

    in a module - to find the files....




    option explicit
  33. Replies
    7
    Views
    1,906

    Re: Uploading multiple files with inet

    does that code actually work ?... not sure but i believed you have to actually send the file data too?

    but if it works you would have to just create a loop to repeate the line from execute to loop...
  34. Replies
    5
    Views
    789

    Re: a problem with ieframe.dll

    i have had this error, i have this error, yet my old applications continue to work perfectly for me :)

    today after looking for something for someone on here, i actually found the suggestion three,...
  35. Replies
    22
    Views
    2,848

    Re: How To Load In Combo Box ?

    Private Sub Combo1_Validate(Cancel As Boolean)
    Select Case Combo1.ListIndex
    Case 0:
    WebBrowser1.Document.All("cons").Value = "starts"

    Case 1:
    ...
  36. Replies
    22
    Views
    2,848

    Re: How To Load In Combo Box ?

    Dim strFormData As String

    'Length of the separator string must be 76. I think this is simply a limitation of the component I was using and not a rule.
    strFormData =...
  37. Replies
    8
    Views
    702

    Re: Roll the active Form to the next Form

    ohhhh
    i think you may want to use a frame to group pages...

    and then a Tab Control to change the pages...

    you mean like say IE options, how diff tabs show diff options?

    if so..

    Tab...
  38. Replies
    22
    Views
    2,848

    Re: How To Load In Combo Box ?

    i would use the combo Validate... :) - this runs when the control focus is lost...
  39. Replies
    22
    Views
    2,848

    Re: How To Load In Combo Box ?

    WebBrowser1.Document.All("cons").Value = "starts"

    -- again psting back to my origional point above... you realise that you can use the web browser post vars in the navigate sub of the browser to...
  40. Replies
    7
    Views
    3,165

    Re: [RESOLVED] Timer1_Timer

    Option Explicit
    Const Form1Caption as String = "My Project"

    Private Sub Timer1_Timer()


    Me.Caption = Format(Now, "ddd-dd:nn:ss") & " " & Form1Caption

    End Sub
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width