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

Search:

Type: Posts; User: chunks

Page 1 of 18 1 2 3 4

Search: Search took 0.12 seconds.

  1. Thread: App Crashes

    by chunks
    Replies
    0
    Views
    614

    App Crashes

    Im new to android app and trying to write my first app for learning.
    But when i click on Sent To Server button app crashes :-(

    here is the code


    package lexcode.online;

    import...
  2. Thread: b-tree question

    by chunks
    Replies
    1
    Views
    943

    PHP Re: b-tree question

    also please help me to find the free node in the tree.

    im using this code, Please show me a way to find the free node to add new node into it, Suppose i have only the Root Node (A)
    the code...
  3. Thread: b-tree question

    by chunks
    Replies
    1
    Views
    943

    PHP b-tree question

    EDIT : - I want to traverse my tree with level order, and currently im able to traverse it with Preorder with code below. how can i change this code for level order traversal please?

    Hi,
    I'm...
  4. Replies
    2
    Views
    1,078

    JavaScript Run time in down order

    Hi
    i have time like this in a div 11:52:43 ( Format Hour : Minute : Seconds )
    i want to go this time down like

    11:52:43
    11:52:42
    11:52:41
    11:52:40
    11:52:39
    11:52:38
  5. Replies
    2
    Views
    1,049

    Re: please help with javascript queue

    hi pls help me :( its something like jquery+queue+dequee
    please help me with an example :(
  6. Replies
    2
    Views
    1,049

    jquery Dequeue

    hi need some help, i came across a need of code and never worked with jquery :(
    my problem is
    i have some images in a queue in a table 4 rows and 5 columns
    it mean i have these 20 images
    my...
  7. Replies
    2
    Views
    2,309

    Dialer[.]exe discussion

    Hi
    i have a question, please help.
    When i Go to Start > Run and type: Dialer.exe , and hit enter.

    it opens this screen

    http://img691.imageshack.us/img691/7492/33299454.jpg
  8. Replies
    3
    Views
    4,203

    Re: Max LIMIT of Control Array

    Thanks
  9. Replies
    8
    Views
    1,170

    Re: Inet with LOOP please help :(

    That is the solution i want too. :(
    i can do it with sleep as David told, But it takes lots of time to do the things :(
  10. Replies
    3
    Views
    4,203

    Max LIMIT of Control Array

    Hi,
    What is the maximum limit of control array?
  11. Replies
    8
    Views
    1,170

    Re: Inet with LOOP please help :(

    Hi David,
    I tried with two SLEEP and also tried with one. Sometimes it posts in all the URL but sometimes it does not :(
  12. Replies
    8
    Views
    1,170

    Re: Inet with LOOP please help :(

    Hi David,
    I tried Sleep, But it does not work with Sleep(1000) it works when its



    sleep(4000)
    inet1.execute()
    sleep(4000)
  13. Replies
    8
    Views
    1,170

    Inet with LOOP please help :(

    Hi all,
    i have an Inet to post data to the server, And i have to run the below code in a loop, why My below code only do the job for URL_ARR(0) and sometimes with URL_ARR(1)

    I want it to work...
  14. Replies
    10
    Views
    1,513

    Re: [RESOLVED] Submit Form with Winsock

    :)


    http://www.joelonsoftware.com/articles/Unicode.html
  15. Replies
    4
    Views
    2,642

    Re: Inet1.AccessType

    Hi Wof and David,
    what should i do?, because i do not have any proxy server and he wants this option too. He also does not have proxy server right now. But may be in near future he will find one and...
  16. Replies
    4
    Views
    2,642

    Inet1.AccessType

    Hi,
    i have a simple question, My user want an option of proxy, And im using Inet. What i should do to give him this option? I dont have proxy server so i cant not test it. This code will be ok? ...
  17. Replies
    10
    Views
    1,513

    Re: Submit Form with Winsock

    Finally, Got the solution of all the problems :)
  18. Replies
    10
    Views
    1,513

    Re: Submit Form with Winsock

    I spent ages on all these topics, but could not find any solution :( thats y im here please do help
  19. Replies
    3
    Views
    1,148

    Re: Usage of this SUB :( Dont ignore please

    David,
    I never worked with .NET :( i have to finish this project in VB because. And this is the last problem. i really dont want to get kick out of this project :(
  20. Replies
    3
    Views
    1,148

    Usage of this SUB :( Dont ignore please

    Hi
    i have this Sub Found on a website


    Public Sub SendPacket(Packet As String)
    If isSpecialChar(Packet) Then
    Socket.SendData SendUnicode(Packet)
    Else: Socket.SendData Packet
    ...
  21. Replies
    10
    Views
    1,513

    Re: Submit Form with Winsock

    Hi WoF,
    i want to submit a webform from WinSock. I can do it when the Method is GET but can not do it when the METHOD is POST



    Private Sub Winsock1_Connect()
    Dim Url As String
    Dim StrTh As...
  22. Re: :( Support Chinese and special characters. please help :(

    Hi WoF and David,
    thanks a lot for your replies. I got the example and tool kit of uniTools. here


    http://www.vbforums.com/showthread.php?p=3084062
    ...
  23. Replies
    10
    Views
    1,513

    [RESOLVED] Submit Form with Winsock

    Hi
    I want to submit a webform from Winsocks. Please give me a simplest example of this. there are only three fields in the form and the method is POST.
    please help
  24. Re: :( Support Chinese and special characters. please help :(

    No its not about the Font only, i want my textbox to support UNICODES. Any suggestions please?
  25. Re: :( Support Chinese and special characters. please help :(

    Hi David,
    i also tried it with RichTextBox but it still does not work and shows ???? onsteal of the chinese characters.

    I found this article. But can not understand it very clearly. :( could you...
Results 1 to 25 of 447
Page 1 of 18 1 2 3 4





Click Here to Expand Forum to Full Width

Featured