Search results for query: *

  1. F

    web.sitemap

    help please, i am trying to do a sitemap as follow: <?xml version="1.0" encoding="utf-8" ?> <siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" > <siteMapNode title="Home" description="Home" url="~/Default.aspx" /> <siteMapNode title="Contact us" description="Contact us"...
  2. F

    VB v java v C#

    I am not sure if there is any existing thread for this subject, but for a beginner’s eye could someone clarify for me the difference between VB, Java and C#. Are they all different language to achieve exactly the same result in different ways or are each got more of a "special purpose"? So in...
  3. F

    working with messenger

    I have now done it JuggaloBrotha and it work, I am still using sendkey.send() but I have now added a timer between opening my messenger and sending the key and it work perfectly (only few 100’s of a second). I assume I wasn’t letting enough time for the messenger to open. I am now looking at...
  4. F

    working with messenger

    Ok, thanks for the tips JuggaloBrotha :) . I am now using the sendKey: System.Windows.Forms.SendKeys.Send() with the Id and the Pw as well as a few tab and I manage to do it, however I am not getting anything constant, some time it work well and I sign on no problem, sometime it give me only a...
  5. F

    working with messenger

    Hi again all, :) I am trying to teach myself Vb.net so I give myself little tasks and see if I can do them. So far I have done little games but nothing to complicated. :p I use messenger a lots and I have a few ID and I always forget my ID’s an d PW :o , so I decided to see if I could create a...
  6. F

    array problem

    Ok, thanks a lots Albertkhor, I did think I had the wrong impression of the InStr but wasn’t 100% sure. I have now managed to do what i was trying to acheive by passing each value of the string to a new one and comparing value against the random number. I did try this way before to put my first...
  7. F

    array problem

    Hi all, I am new to programming and to this site but i am giving it a go (well I did study a bit of Pascal in the past but didn’t make to much of it and it was a few years ago). I am trying to self teach myself the .net but I am having a problem and would like to understand the reason. As a...
Back
Top