Search Results - WinDrivers Computer Tech Support Forums

Search:

Type: Posts; User: antonye

Page 1 of 12 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    943

    As far as I am aware, the Exchange user has to be...

    As far as I am aware, the Exchange user has to be created in addition to the system user, through the Exchange interface.

    You should be able to create a new user through ADSI (I have done this...
  2. Replies
    19
    Views
    2,857

    Originally posted by korpse: Yes...

    [quote]Originally posted by korpse:
    Yes decompilers exist for VB 6
    No they are not illegal
    <hr></blockquote>

    The decompiler itself may not be illegal but using it to decompile a program may be...
  3. Replies
    2
    Views
    270

    Have a look at

    Have a look at <a href="http://w.moreover.com/dev/" target="_blank">moreover.com/dev</a> as they provide free headlines on numerous subjects, along with the ability to define a search if the subject...
  4. Replies
    19
    Views
    2,857

    Originally posted by confus-ed: But if he...

    [quote]Originally posted by confus-ed:
    But if he has 10,000 lines of code?
    <hr></blockquote>

    Exactly.

    A lesson hard learned but it highlights the importance of archiving off source code or...
  5. Replies
    19
    Views
    2,857

    Calm down! Go back and read my post again and...

    Calm down!

    Go back and read my post again and you'll see I agree with you!
  6. Replies
    19
    Views
    2,857

    Originally posted by Wayward Clam: Can I...

    [quote]Originally posted by Wayward Clam:
    Can I quote you on that in the future?<hr></blockquote>

    Be my guest, your royal clamness.

    :D
  7. Replies
    19
    Views
    2,857

    ***whoosh*** that was the sound of my post...

    ***whoosh***

    that was the sound of my post going right over your head
  8. Replies
    19
    Views
    2,857

    In your situation though Dave I would take it as...

    In your situation though Dave I would take it as a lesson hard-learned. It's very annoying when you lose source code only to be left with an executable (I've done it myself!), but you should learn...
  9. Replies
    19
    Views
    2,857

    You mean you got hold of someone else's .exe and...

    You mean you got hold of someone else's .exe and wanted to see how it works? lol!
    :D :D :D
  10. Replies
    2
    Views
    2,783

    Haven't seen it personally but have you got your...

    Haven't seen it personally but have you got your references setup correctly?

    VB -> Project -> References

    You may also be using an older control which doesn't support Access 2000. Check this in...
  11. Replies
    3
    Views
    1,035

    Glad to be of help :D

    Glad to be of help :D
  12. Replies
    3
    Views
    1,035

    Sounds like you've gone into an endless loop...

    Sounds like you've gone into an endless loop rather than it being a problem with VB itself.

    Try single-stepping the program through the code or putting in a break-point for that function to see...
  13. Replies
    4
    Views
    520

    PHP can handle cookies (and sessions) very...

    PHP can handle cookies (and sessions) very easily, so it would be quite simple to convert any existing code to use it.

    PHP also has a very easy interface into MySQL database, so again taking your...
  14. Replies
    4
    Views
    520

    What language are you writing this in? The reason...

    What language are you writing this in? The reason I ask is that if you have server-side scripting ability, you would be better off saving your customer's shopping cart into a database with a unique...
  15. This looks like your connection to the Oracle...

    This looks like your connection to the Oracle database is being refused due to a bad login, or that the connecting user does not have the right permissions for what you're trying to do.

    I expect...
  16. Replies
    12
    Views
    496

    (1) How old are you? 28 (2) What languages...

    (1) How old are you?

    28

    (2) What languages do you know?

    C/C++ - Uni degree (8 years ago!),
    HTML - 8 years use,
    Java - 8 years use,
    JavaScript - 8 years use,
  17. Thread: Best Java IDE

    by antonye
    Replies
    4
    Views
    2,282

    I've used

    I've used <a href="http://www.symantec.com/" target="_blank">Symantec's</a> Java Cafe which was pretty good and better than some of the other tools.

    It may be worth getting a trial copy to test.
  18. Replies
    1
    Views
    5,481

    I would write you a correct reply, but then...

    I would write you a correct reply, but then someone like Scottie may come along and have a go at me because they can do it differently, or can list more websites they've looked at or something. ...
  19. Replies
    15
    Views
    637

    Hey Scott, how come you have an MCSE and not an...

    Hey Scott, how come you have an MCSE and not an MCSD like I do? In fact, I have an MCSD+i - you know, the bit where you take the Internet related courses as well.
    I also have a joint honors degree...
  20. Replies
    15
    Views
    637

    Originally posted by ScottieM3: Actually...

    [quote]Originally posted by ScottieM3:
    Actually your wrong..
    <hr></blockquote>

    Whatever.

    If a browser is complaint under the W3c specifications for HTML then it should support META tags.

    ...
  21. Replies
    15
    Views
    637

    Originally posted by ScottieM3: Here is...

    [quote]Originally posted by ScottieM3:
    Here is another way to do it.. browsers also like this way better<hr></blockquote>

    Hmm ... no, not really.

    You're using JavaScript which not all browsers...
  22. Replies
    1
    Views
    1,245

    The _OnClick is the event name for when that...

    The _OnClick is the event name for when that particular object is clicked. The use of underscore (_) then the event name after the object name is VB convention. This is different to the . notation...
  23. Replies
    5
    Views
    6,527

    Originally posted by Deity: Thanks again...

    [quote]Originally posted by Deity:
    Thanks again for your help, I appreciate it as always. :D <hr></blockquote>

    No worries dude :D
  24. Replies
    5
    Views
    6,527

    Ok, the reason you probably haven't sussed this...

    Ok, the reason you probably haven't sussed this yet is that you have to be a bit tricky in how you get a listing of the directory.

    To do this, we use the FtpFindFirstFile and InternetFindNextFile...
  25. Replies
    5
    Views
    6,527

    You can use the FtpGetCurrentDirectory call from...

    You can use the FtpGetCurrentDirectory call from the WinInet DLL which will return you a string with the current directory contents in it.

    The Declare is:

    [code]
    Public Declare Function...
Results 1 to 25 of 300
Page 1 of 12 1 2 3 4