Recent content by GoHAnSoN

  1. G

    Question on RSS

    For example, in mozilla, if i subscribe to a rss, it will auto update in the bookmark when the rss is updated. I've tried on my server, i change my rss, mozilla doesnt refresh to the latest. Is this feature a server side feature ?
  2. G

    VB .NET odbc help

    ok, thx guys.
  3. G

    VB .NET odbc help

    got any better ones ? i was actually looking for an exception... is there any ? or i have to settle with rows.count ?
  4. G

    VB .NET odbc help

    I need to popup a text box when the search returns empty. How do i do that ?? Have been googling all around, cannt find the answer. Anyone help pls ? Here's piece of my code. Try Me.DataSet11.Clear() Me.OdbcConnection1.ConnectionString =...
  5. G

    Help with FPGA

    Getting "ribbon cable" to run Pcie ? i wish you good luck.
  6. G

    VB .net programming question

    Thx guys. Pretty much get what it means.
  7. G

    Why do people hate iTunes?

    6) No FLAC/Ogg support. period.
  8. G

    VB .net programming question

    fed up searching 'new' in google.... can someone help ? what's the "new" do when i declair something ?
  9. G

    Do you believe about Apollo moon landing in 1969 ?

    They prolly saw aliens there 37 years ago. So, afraid to go again. End of story.
  10. G

    Is there a way to Increase human response time

    put a heatsink on your head helps too ?
  11. G

    Girl's mom

    peace, or make war. ;) BTW, pics ??
  12. G

    VB .NET help.

    i use setparent. does not work.
  13. G

    VB .NET help.

    any idea how to put the windows inside the MDI form ?
  14. G

    VB .NET help.

    actually i dont need web browser. need to find a way to put the process inside the MDI. in this case, need to put the folder windows into it.
  15. G

    VB .NET help.

    basically i want to launch a child form to view folder within the MDI. not outside of it. Process.Start("IExplore.exe", "C:\") simply launch another new process outside of the MDI. i've google around without any good info.....anyone got any ideas ?