Search:

Type: Posts; User: David Laplante

Page 1 of 7 1 2 3 4

Search: Search took 0.19 seconds.

  1. Replies
    2
    Views
    1,419

    Thanks dude!

    You got it!!! that is exactly what I wanted! Thanks !
  2. Replies
    2
    Views
    1,419

    Fullscreen form in VB.NET

    Hi all!

    I am new to VB .NET and I'm trying to display a form in fullscreen mode. I have looked everywhere and all that I found is how to maximize a form. That is NOT what I want.

    I would...
  3. Replies
    1
    Views
    2,964

    OpenProcess vs ShellExecute

    Wich is best to run an application and wait for it to close?
  4. Replies
    1
    Views
    1,096

    OpenProcess API

    How do you know if a job was not executed succesfully?

    I use this line of code:


    hProcess = OpenProcess(PROCESS_QUERY_INFORMATION, False, Shell(JobToDo, 1))


    My problem is that JobToDo...
  5. Replies
    8
    Views
    9,706

    As I said...

    As I said earlier, I have to loop through 23 Directories containing a total of 1400 files. Those 23 directories are located on a server to wich the connection is 10Mbits.

    It take like 5...
  6. Replies
    8
    Views
    9,706

    That was going to be my next try. But I never...

    That was going to be my next try. But I never used it... I'll have to search through the forum for an example...

    But I still don't understand why vbDirectory also returns files... I mean if I...
  7. Replies
    8
    Views
    9,706

    Is everyone stomped?? There must be a way... :(

    Is everyone stomped??

    There must be a way... :(
  8. Replies
    8
    Views
    9,706

    Thanks, but...

    I should've been more clear but the frustration...

    I have to make a string array of all file (*.ppr) in a directory and all it's sub directory. I have the recursive function alright.

    I also...
  9. Replies
    8
    Views
    9,706

    Dir command's vbDirectory attribute

    From VB's help:
    vbDirectory (16) Specifies directories or folders in addition to files with no attributes.

    Is there a way to get ONLY directories using the dir command?

    Thanks for the help:(
  10. Replies
    6
    Views
    435

    hmmm....

    So this would print the computer name of the client?

    <HTML>
    <HEAD>
    <META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
    <TITLE>
    </TITLE>
    </HEAD>
    <BODY>
    <P> </P>
  11. Replies
    6
    Views
    435

    What if the user accesses the page via the...

    What if the user accesses the page via the Internet and not intranet? will it still work?

    Thanks for your reply
  12. Replies
    6
    Views
    435

    Computer Name via ASP

    Is it possible to get the computer name of a computer connected to my site?

    I would like to have this ASP page send the user a certain file depending on their computer name to prevent to user to...
  13. Replies
    15
    Views
    961

    Thats what I did Bloodeye... basicaly it works...

    Thats what I did Bloodeye... basicaly it works fine... I would just like not to have an email to delete each time the application alerts me...
  14. Replies
    15
    Views
    961

    ... but ...

    My app will run on a remote computer (at home) and run once a day (via scheduled tasks) I want it to alert me as soon as it needs to via MSN because I will be at the office.
  15. Replies
    15
    Views
    961

    yeah... that's what I ment

    But I still would need a Hotmail user for my app wouldn't I?
  16. Replies
    15
    Views
    961

    I have read this

    Thanks but I have already read this SDK but it does not specify anything about ALERTS...

    Gess I'll just have to create a Hotmail user for my app and use it to send messeges :(
  17. Replies
    15
    Views
    961

    Ok. here's more detail :D My application will...

    Ok. here's more detail :D

    My application will run on my computer at home and check daily if a certain web page changes. When it does change, my application will alert me via MSN. But I wouldn't...
  18. Replies
    15
    Views
    961

    hehehe yes!

    I want my app to somehow, send a MSN alert to me (my MSN User).
    Yes I do mean those annoying pop-ups :)
  19. Replies
    9
    Views
    513

    Hi, I haven't tried it but I think you can...

    Hi,

    I haven't tried it but I think you can just assign one to the other like this:

    oldX = oldY

    Hope it helps
  20. Replies
    15
    Views
    961

    MSN messenger Alerts

    Does any one know if it is possible to send text as a MSN messenger alert?

    I have this app that scan a web page for a number and if that number changes, I would like for the app to send me a MSN...
  21. Replies
    1
    Views
    852

    Like but no line break ?

    Hi is there a tag I can use to retreive the .innerHTML that does not create a line break?

    When you put <DIV> or <P> it creates a line break....


    Thanks
  22. Excel 95 VBA DialogSheets (Experts)

    I have this excel 95/VBA application that I need to upgrade to excel 2000.

    In Excel 95, there was no custom forms. They were instead called DialogSheets. Now this is no longer supported and I...
  23. Replies
    6
    Views
    455

    Nice icon you have there by the way!:)

    Nice icon you have there by the way!:)
  24. Replies
    6
    Views
    455

    Bullseye!

    Thank you very much!
  25. Replies
    6
    Views
    455

    Access CreateField

    I am using CreateField to add a Date field to an existing table in Access. When I execute the code, everything seems fine but in reality, the field is not created.:confused:

    Why is that?
    ...
  26. Poll: For all of you who are tired of sending mail through MAPI or Winsock

    I have tried to have MAPI work correctly for my app and always got some weird unsignificant errors: 32002 - Uspecified faillure has occured.

    Here is, by far, the best invention since bubble bath:...
  27. Replies
    1
    Views
    445

    Alinging Text to bottom of page

    I have this web page and I want to aling text to the bottom of the page so that independently of the user's screen resolution, it will always be at the bottom right corner of the page.

    How would I...
  28. But WHY?!?!?!

    One thing still bugs me though....

    I mean, UNSPECIFIED ERROR.... What the hell is that description.

    and why is it that when you try it again (as in a loop) it works the second time around?
    ...
  29. Cool!

    Thanks a load!
  30. Replies
    3
    Views
    453

    Hope this helps

    for MS-SQL Server queries:
    "SELECT * FROM tablename Where StartDateFieldName < 'YourEndDate'

    It all depends on the server you are using. Is it MS-Access, SQL Server, etc...

    for MS-Access you...
  31. Excelent Patch

    I agree with you that it is not the best solution.... BUT ....
    It's fair game to me :p

    Just one question though....

    On error Resume next....
    does this reset err.number to 0 when an error...
  32. anyone?

    Am I the only one to have this error ..... ever..... ?
  33. MAPI error 32002 (Unspecified failure has occured)

    I am trying to send mails with attachement using MAPI. Everything works fine except that from time to time I get this error on the .SEND method:

    32002: Unspecified failure has occured

    Why is...
  34. to hide the process

    use a 0 (zero) instead of the 1 as the second argument of the shell command :)
  35. Amazing what you can find with a good search

    http://www.vbforums.com/showthread.php?s=&threadid=90684&highlight=regsrv

    Dave
  36. Replies
    2
    Views
    656

    post your code

    Please post your code for the TransferSpreadsheet....

    It is supposed to work... i have used it several times

    Dave
  37. Methods and procedures of Win Task Scheduler

    Hi,

    Is there a way to access the methods and properties of the windows task scheduler?

    here's what I want to do in case there is another way of doing this:

    I want to add a scheduled task...
  38. Problem solved

    Never Mind. I solved my problem.

    In case anyone was wondering, I just had to remove the "Allow anonymous access to this ressource" in the IIS configuration.

    This prompts the user to login with...
  39. no help?

    Are'nt there any MAPI experts who would know this?
  40. Come on people, Please dont leave me hanging :(

    Come on people, Please dont leave me hanging :(
Results 1 to 40 of 243
Page 1 of 7 1 2 3 4



Click Here to Expand Forum to Full Width