Search:

Type: Posts; User: deane034

Page 1 of 13 1 2 3 4

Search: Search took 0.16 seconds.

  1. Replies
    5
    Views
    1,363

    Converting a double digit to single digit

    how do you convert a double digit number, to a single digit in C

    say, if you have 34 i want it to convert to,

    3*10 + 4 does anyone know of a ready-made algo (or code)?

    cheers!
  2. Replies
    1
    Views
    414

    Re: Converting to Prefix

    it is correct. Resolved.!
  3. Replies
    1
    Views
    414

    [Resolved] Converting to Prefix

    Hi, does anyone know how to convert numbers from infix form to prefix from when negative numbers are involved?

    say, will converting (-3 + 4) +5 will result in ++-345?

    is this correct?
  4. Printing Multiple Pictures on a Single Page

    This is related to a thread i started earlier . where i asked how to print an image with having custom text on top of it. i've managed to do that using a picture box and placing labels on top of the...
  5. Replies
    1
    Views
    475

    Printing an Image

    Hey Guys,

    I have this Template kind of thing as an image.
    I want to combine this image with text generated by my VB program and print it.

    i've uploaded a sample picture of how i want it.
    ...
  6. Replies
    3
    Views
    888

    Re: List Box Seek/search Function

    very nicely.. thanks :)
  7. Replies
    3
    Views
    888

    [RESOLVED] List Box Seek/search Function

    Hey guys,

    i have a list box which must be searched using a text entered into a seperate text box, the stuff needs to be searched as i

    type. similar to search in Windows Media player 11

    as...
  8. Replies
    2
    Views
    1,362

    Re: Task Pane like Control in Vb6

    nice man, Will give it a try. Thanks
  9. Replies
    2
    Views
    1,362

    Task Pane like Control in Vb6

    Hey guys,

    Posted something about task pane earlier , kind of Didnt put it across clearly.

    Does anyone know of a ative x control similar to that of Task pane in Ms Office which can be used...
  10. Replies
    6
    Views
    943

    Re: Office Task Pane implementation

    oh no i dont want to control Office Task panes.

    Just a control similar to 'Task Pane' so that i can use it in a VB 6 App. Nothing to do with Office. currently im kinda having a seperate form and...
  11. Re: Transparent Images in VB Tool Bar

    thanks :) both of you.
  12. [Resolved] Transparent Images in VB Tool Bar

    Hey guys,

    How do you add Transparent images to the Average Tool Bar Control found in Windows Common controls.

    All the tranparent Gif's i used seem to get a white background as soon as i add it...
  13. Replies
    6
    Views
    943

    Re: Office Task Pane implementation

    and no body has a custom Active X or anything? suprising.
  14. Replies
    6
    Views
    943

    Office Task Pane implementation

    Does anyone know how to implement a MS Office Task pane in VB 6?
    Googled it, but cant seem to find a thing.

    Thanks
    Deane.
  15. Re: Moving to Next Record, and updating Data Bound Controls

    no no it's an assingment man :) specifically DataEnv :) thanks for the help tho.
  16. Re: Moving to Next Record, and updating Data Bound Controls

    :) like i said im stuck with DateEnv
  17. Re: Moving to Next Record, and updating Data Bound Controls

    i agree, but does anyone else have a better way of doing it? or anyway of doing it for that matter ? :)
  18. Re: Moving to Next Record, and updating Data Bound Controls

    hey Lein, Thanks again. yes i have.

    figured it out though, have to RE SET the Data Source each time you move a record.
    for e.g
    Set txtFName.DataSource = DataEnv

    insanity!

    cheers
    Deane.
  19. Re: Moving to Next Record, and updating Data Bound Controls

    I also tried giving a simple command like
    MsgBox DataEnv.rsLect.Fields("FName")

    in this case it outputs the correct record name. just that the DataBound Controls my text boxes, etc dont update. ...
  20. Re: Moving to Next Record, and updating Data Bound Controls

    hey Leinad,

    thanks. i tried what you said but the result is the same. ??
  21. Moving to Next Record, and updating Data Bound Controls

    yeah
  22. Moving to Next Record, and updating Data Bound Controls

    Hey guys,

    have a problem. i am forced to use DataEnvionment so dont suggest otherwise. i know it sux.

    anyway i have a few controls which is kind of 'data bound' to a recordset in a data...
  23. Replies
    1
    Views
    496

    App.path in ASP 3.0

    hey guys,

    i'd like to set a connection to an Acess Database in the same folder as my ASP files. what is the connection string i should use? i want to make it so that i can deploy it in anyserver...
  24. Replies
    2
    Views
    522

    Re: Permanently Disable Features in VB6

    you can set a variable in the windows registry, and use it to disable the command button.
  25. Replies
    1
    Views
    515

    Setting a variable in the parent form

    hey guys, i have a script which must send some info to the script which called it, basically i want to know how to send a varible to the parent page. i want to use this set variable in php.
    ...
  26. Replies
    3
    Views
    415

    Re: Displaying the Time and Date in GMT

    this might help for the time zone
    http://www.codeguru.com/forum/archive/index.php/t-29466.html
  27. Re: Hiding everything but Forms in MS Access

    ok sorry guys.. got it.. u have to press shift while opening to bypass the start up options


    thanks for the replies :)
  28. Re: Hiding everything but Forms in MS Access

    hey thanks... i tried that first method, of clearing evetything in startup

    but now i can get back to normal view. the window > option is not there

    so.. please can someone point the waY??!! :(
  29. [Resolved] Hiding everything but Forms in MS Access

    hey guys,

    i have a system based on Ms Acess, what iwant to do is, when a user opens my database all he should be able to see is the forms, and not anything else. or better yet can i even hide the...
  30. Replies
    4
    Views
    406

    Re: displaying Images using OLE ?

    nah.. man..

    i cant use pic box..

    basically what i wanted to do was change a picture through code for a single OLE, but only OLE no picture boxes,

    not for me.. for some assignment.. anyway...
  31. Replies
    4
    Views
    406

    displaying Images using OLE ?

    Hey guys..

    geez.. it has been years since my last post.

    anyway i have to know sometthing specific

    see i want to create this small program, where i want to load a different image each time i...
  32. Replies
    6
    Views
    425

    cander, can you like give me some examples? those...

    cander, can you like give me some examples? those software that is not under GPL and comes with Rehat professional and not with redhat personal?

    i know they dont have those versions anymore.. but...
  33. Replies
    6
    Views
    425

    thats taken from the FAQ, now its not very clear,...

    thats taken from the FAQ, now its not very clear, are they talking about the orignal auther or the re-desitributer?

    http://www.gnu.org/licenses/gpl-faq.html#DoesTheGPLAllowMoney
    ...
  34. Replies
    6
    Views
    425

    pirating linux

    ok i have a question aobut the GNU, license

    say i obtained a copy of redhat linux by downloading it from

    the site, and i decide to re-destribute it by charging a feee

    for the meduim and...
  35. Replies
    5
    Views
    439

    SELECT tablename.cars FROM tablenames WHERE...

    SELECT tablename.cars
    FROM tablenames
    WHERE (((tablename.manufacture)='ford'));


    what are u using as a backend? Ms SQL? ACESS? anytin else? this query should get u the list of ford cars in the...
  36. Replies
    12
    Views
    688

    this may sound stupid.. but why not.. do the...

    this may sound stupid.. but why not.. do the formatin using a rich text box.. and.. print it..
  37. Replies
    1
    Views
    394

    Call ShellExecute(hwnd, "Print",...

    Call ShellExecute(hwnd, "Print", ("D:\Project\Data.xls"), "", "", 0)

    apparently works..
    from:
    ...
  38. Replies
    7
    Views
    529

    i agree :D ... why not use a public sub.. or a...

    i agree :D ... why not use a public sub.. or a function.. .. instead of doubling the code..
  39. Replies
    9
    Views
    454

    http://freespace.virgin.net/s.cowan/vbhowto/how_to...

    http://freespace.virgin.net/s.cowan/vbhowto/how_to/file_handling/ini_files.htm

    maybe dis will help
  40. Replies
    13
    Views
    590

    ok thanks. anyway

    ok thanks. anyway
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width