CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: visualAd

Page 1 of 10 1 2 3 4

Search: Search took 0.06 seconds.

  1. Thread: VBF Invasion

    by visualAd
    Replies
    383
    Views
    28,702

    Re: VBF Invasion

    I'm an idiot.
  2. Re: Write method in short way for my textbox

    All he needed was some code to copy and paste into his program. He simply wasn't converting the string to a double using Double.Parse.
  3. Replies
    80
    Views
    14,703

    Re: Problem with module and form load slow

    Double.Parse(stringHere)

    ' OR

    Single.Parse(stringHere)
  4. Replies
    80
    Views
    14,703

    Re: Problem with module and form load slow

    I don't like to get personal here, but you are telling us to "read your posts". Yet, you are not reading any of the replies to your posts. I understand that you need help but you need to understand...
  5. Replies
    5
    Views
    957

    Re: Parse error: syntax error

    That's where syntax highlighters come in useful. Error by colours :)
  6. Replies
    80
    Views
    14,703

    Re: Problem with module and form load slow

    Read post #54.

    There is no need for rudeness. So far you have shown little evidence of helping yourself. Oblio has posted some pseudo code which would appear to do exactly what you need in post...
  7. Replies
    6
    Views
    6,033

    Re: Copy files from web server to local system

    You should not be doing this unless you absolutely have to. In 99% of cases you don't have to and one of the following will suffice:

    Scrap the idea and code it without the use of this file.

    ...
  8. Thread: 'this.menu'

    by visualAd
    Replies
    2
    Views
    789

    Re: 'this.menu'

    The only thing that can be inferred from the code you posted is that the ID supplied to the SDMenu function does not correspond to an element with the same id in the HTML.

    I assume you have of...
  9. Replies
    5
    Views
    957

    Re: Parse error: syntax error

    Parsing is carried out by the interpreter before the code is executed so therefore there won't be any distinction between weather the variable is an array / string or any other type.

    The text of...
  10. Replies
    80
    Views
    14,703

    Re: Problem with module and form load slow

    Yes, I see exactly what your trouble is. You are lazy .... unfortunately the only person who can solve that problem is you.

    Show some evidence of being able to grasp the simple concepts of VB and...
  11. Replies
    80
    Views
    14,703

    Re: Problem with module and form load slow

    Sorry, I should have added a face to the end of that. Yes Val is in VB6 however I would generally stay away from it then, unless you generally do not know the data type of the data which will be...
  12. Replies
    1
    Views
    1,324

    Re: Need help with Javascript & PHP

    This is not the way to code a shopping cart application. Move your cart functions over to the PHP script and use a PHP session to keep track of the products etc.
  13. Replies
    80
    Views
    14,703

    Re: Problem with module and form load slow

    Leave the hiring and firing to HR and just concentrate on not getting banned from this forum too ;)
  14. Replies
    80
    Views
    14,703

    Re: Problem with module and form load slow

    Anyone who uses the Val function needs to be shot. Use the Integer.Parse / Float.Parse functions.

    Now after reading your previous post it looks like you are still describing the problem. We know...
  15. Replies
    80
    Views
    14,703

    Re: Problem with module and form load slow

    Can you explain what it is your module is meant to be doing (one paragraph will be fine, not 35,000)? If we could understand what you were doing then we can better understand how to help you and...
  16. [2005] COM (Domino Objects) Crashing Application when Uncaught Exception Encountered

    I know uncaught exceptions are meant to crash the application. However, when I run the application in debug mode an uncaught exception causes the application to crash.

    I am using the Lotus Notes...
  17. Re: Requesting comment from PHP developers, especially if they directly use hosting..

    At your own risk of course (many companies don't like their employees circumventing their security policies). Creating an open proxy is a very bad idea, this is in effect what you will be doing, at...
  18. Replies
    6
    Views
    2,688

    Re: Looking for free form submit php script?

    You should use the submit event of the form to do that, not a button. If Javascript is disabled on the client there is no way the user can submit the form and validation should always be done on the...
  19. Replies
    6
    Views
    2,688

    Re: Looking for free form submit php script?

    Why submit it with Javascript when you can do it with HTML? :rolleyes:

    tapansant: do it yourself and when you hit a problem post here. :)
  20. Replies
    10
    Views
    1,527

    Re: How to add plugin functionality to a class?

    This is almost identical to a problem I needed to solve a few months back. Here is an overview of what I needed and how I solved it.

    I run a site for a the UK division my company. The site allows...
  21. Replies
    11
    Views
    1,789

    Re: sending emails through PHP

    Yes. I use a restricted account for everything I can and get I am most put out when a program such as a game (requires) admin privileges, just to run.

    I heard that browsing with a restricted...
  22. Re: Developing PHP & MySQL on WindowsXP

    If you want to install and configure them yourself. This is the better option. Not only does it help you gain a better understanding of how the software works and how they interact. You will also be...
  23. Replies
    11
    Views
    1,789

    Re: sending emails through PHP

    Anti-virus programs are dreadful things. I have never installed one and never intend to. The best defence against virus' is more often than not, yours truly.
  24. Replies
    32
    Views
    6,004

    Re: Visual Basic Email

    :lol: :lol: :lol: :lol: :lol: :lol: :lol:
  25. Replies
    15
    Views
    1,579

    Re: Happy New Year

    New Year Celebrations at VBF. See you all there :p
Results 1 to 25 of 242
Page 1 of 10 1 2 3 4





Click Here to Expand Forum to Full Width

Featured