Search:

Type: Posts; User: robi_thakur

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Re: [help] Need this java code to convert on javascript

    :wave: any javascripter available here?
  2. [help] Need this java code to convert on javascript

    I am totally newbie in javascript,so i dont understand about calling function of a class that happens on java

    java class


    public class oo {
    private int[] a = new int[4];
    public oo(byte[]...
  3. Re: Need an explanation of a java function

    oh first of all,thanks to you for your response.

    string a = "a" then a.hashcode = 97 that's a single parameter

    then char a = new array {a,b} and a.hashcode means combination of both array...
  4. Re: Need an explanation of a java function

    oh first of all,thanks to you for your response.

    string a = "a" then a.hashcode = 97 that's a single parameter

    then char a = new array {a,b} and a.hashcode means combination of both array...
  5. [RESOLVED] Need an explanation of a java function

    Hello Java lovers,
    I have query about java hashcode method

    what is difference in between hashcode and array.hashcode

    what is the output of hashcode("a") and array of hashcode("a","b")
    ...
  6. Replies
    5
    Views
    977

    Re: help me to convert this

    thanks Arnoutdv bro,i sort out this,problem solved
  7. Replies
    5
    Views
    977

    Re: help me to convert this

    this is java coding what i decomply a java class file



    package core;

    import java.util.Random;
    import java.util.Vector;

    public final class l {
  8. Replies
    5
    Views
    977

    [RESOLVED] help me to convert this

    Hi,
    please help me to convert this to VB6,if any wrong coded on this,then please also mention here


    public static String a(String var0, String var1) {
    StringBuffer var2 = new...
  9. Replies
    0
    Views
    833

    Help for Inet login problem

    Hi
    I need a help for inet control which try to log a site below.I also add login html portion of that site into bottom of this post

    https://login.mig33.com/wap/

    i can log with webbrowser...
  10. Replies
    10
    Views
    1,531

    Re: help of visual basic form

    bro,form is corrupted by sudden pc shut down,i opened .frm via notepad,its blank although it shows 86kb,i think u understand how much code written there,i need code of that form atleast,many days ago...
  11. Replies
    10
    Views
    1,531

    help of visual basic form

    i need a tool which can view .frm .frx file,i can not open frm file via vb6,i want to recover form coding atleast.please help me how i solve this
  12. Replies
    25
    Views
    24,870

    Re: Pure VB6 TreeView Control

    good work bro,if you add unicode support in tree node then it will be more helpful,God bless you
  13. Replies
    15
    Views
    1,481

    Re: Opening VB Project get strange message

    hahaha,it is good news if your projects are unchanged and safe,anyway i faced a few time this type of problem and i shared with you :)
  14. Re: Finding values ​​on a web page in VB6

    jmsrickland's #4 post is safer for this purpose
  15. Re: need all combination of number with dot

    rep+ for you from me :D
  16. Replies
    15
    Views
    1,481

    Re: Opening VB Project get strange message

    bro i also find it when my pc shut down at the time of project running as like power off,but if you save after this error,it is not repeat.And your way,ocx registration of winsock may be changed or...
  17. Re: need all combination of number with dot

    yes bro,thank you very much
  18. Replies
    14
    Views
    2,498

    Re: [HELP] String Manipulation

    ya,this one is best
  19. Re: need all combination of number with dot

    hmm,you got my thread,i checked that,similarly with this although that posts also incomplete,thanks for your kind reply bro :D
  20. Replies
    14
    Views
    2,498

    Re: [HELP] String Manipulation

    bro,i do not know u will get my reply or not.
    by this code,"vbforums" get 28 combination,but i get 128 variation of it in a php site
    can you make your function more that gets more result?????
  21. Re: need all combination of number with dot

    ya bro,its need a good homework,if any result comes,please do not forget to share :d,best of luck :p
  22. Re: need all combination of number with dot

    hmmm,nice job but useless,bcz u just read the thread,did not read what wriiten into the post
    u messed up with ur project,i guess ;)
  23. Re: need all combination of number with dot

    bro,i tried and used those and i did not show here my regular progress


    Private Sub Command1_Click()
    dim Text as string, NewText as string, x as integer
    Text = Text1.Text
    For X = 1 To...
  24. Replies
    3
    Views
    976

    Re: prog freezes on unload event

    what the mean for bold part of ur post?
  25. Replies
    28
    Views
    2,455

    Re: How do I clicking through the form?

    is it for context menu?
  26. Re: need all combination of number with dot

    ow thanks bro,i know those basic function and i know its a complex function,i need a proper function as a proper solution,anyway thanks for ur post
  27. [RESOLVED] need all combination of number with dot

    i want combination of a number with dot(.)

    example

    input ----> 1234
    output
    1.234
    12.34
    123.4
    1.2.34
  28. Re: check if internet is conected if not disconnect winsock

    use winsock error event or use a winsock which try to connect a host,if error to connect,it means internet is not active for individual user
  29. Replies
    30
    Views
    2,108

    Re: webbrowser help urgent

    text1 = robi_thakur
    text2 = image link
    text3 = send text
    command1 = that code i posted
  30. Replies
    30
    Views
    2,108

    Re: webbrowser help urgent

    WebBrowser.Document.write "<html>" & Text2 & "<font size=2 color=purple> " & Text1 & "</font><font size=2 color=red> : " & Text3 & "</font><br>"
  31. Replies
    30
    Views
    2,108

    Re: webbrowser help urgent

    are you want like this snap ???
  32. Re: [RESOLVED] treeview txt colour , vbpink needed and others

    thread starts with treeview but result on listview,strange!!!
  33. Replies
    30
    Views
    2,108

    Re: webbrowser help urgent

    HTML = "<img border=""0"" src=""http://www.w3schools.com/images/pulpit.jpg"" alt=""Pulpit rock"" width=""304"" height=""228""/>"
    If InStr(tempString, "#incoming_messageĀ¢") Then
    Text17f(14).Text =...
  34. Replies
    30
    Views
    2,108

    Re: webbrowser help urgent

    bcz ur HTML string is not correct
  35. Re: CommonControlsEx (Replacement of the MS common controls)

    its really an amazing work,god bless you.Bro can you add listview and treeview with displayable unicode support?
    it will great achievment if it possible
  36. Replies
    5
    Views
    722

    Re: need your expert help combo1

    this one,so simply basic theory


    Private Sub combo1_click ()
    Text1= split(combo1.text,":")(0)
    Text2 = split(combo1.text,":")(1)
    End Sub
  37. Replies
    13
    Views
    1,014

    Re: ListView Question

    yes,max bro,i also confused about that
  38. Replies
    13
    Views
    1,014

    Re: ListView Question

    ok bro,then listview1.listitems.count is newindex in a listview,as i say serial number for each employee
  39. Replies
    13
    Views
    1,014

    Re: ListView Question

    I m little confused about thread,try to check


    Listview1.listitems.remove listview1.selecteditem.index
    Or
    If listview1.selecteditem <> "" then listview1.listitems.remove...
  40. Replies
    6
    Views
    788

    Re: chat , friends online or offline help

    Private Sub Command1_Click()
    Dim i As Long, J As Long
    List4.clear
    For i = List1.ListCount - 1 To 0 Step -1
    ' For J = 0 To List2.ListCount
    For J = List2.ListCount - 1 To 0...
Results 1 to 40 of 68
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width