Search:

Type: Posts; User: vbPoet

Page 1 of 13 1 2 3 4

Search: Search took 0.16 seconds.

  1. Thread: Is it possible?

    by vbPoet
    Replies
    8
    Views
    802

    Re: Is it possible?

    Could you please explain it bit more because i want to know the technical reason of impracticality of reversing it in some detail.
    Thank You :thumb:
  2. Thread: Is it possible?

    by vbPoet
    Replies
    8
    Views
    802

    Re: Is it possible?

    No i have nothing like that :D
    But what's the reason for that big NO ?
    Could you please provide me some logic behind it ?
  3. Thread: Is it possible?

    by vbPoet
    Replies
    8
    Views
    802

    Is it possible?

    I am curious about reversing md5 32 bit hashes...
    But is it possible ?
  4. Replies
    8
    Views
    1,618

    Correct Ip address

    I have seen some websites just detect my proxy address but some scripts are really wise and they can detect my real ip address.
    I just want to know what are their differences and how can i build for...
  5. Replies
    0
    Views
    456

    Randomly generating background color

    My page is in php.I want to generate its background color randomly so that everytime visitor will see different color.
    For asking i am mentioning background color only otherwise after solving that...
  6. Thread: status text

    by vbPoet
    Replies
    1
    Views
    514

    status text

    I want to get status text of any link when this link is clicked.


    <script language="JavaScript">
    function ClickLog()
    {
    var ecb=escape(window.status);
    alert (ecb);
    }
  7. Replies
    5
    Views
    4,387

    Re: System.__ComObject

    Oopps wrong.
    I want to convert int into System.__ComObject .
    That's right.
  8. Replies
    5
    Views
    4,387

    Re: System.__ComObject

    no my program is in C#.
  9. Replies
    4
    Views
    652

    Direkt Recording

    I want to record voice directly to mp3 format using VB6.
    is it possible? if yes then can you plz guide me or code ;)
    come on Jacob :) directX.
  10. Replies
    5
    Views
    4,387

    System.__ComObject

    i want to cast it to int.
    is it possible?
    i am unable to do it.
  11. Re: What's the equivalent of VB On Error Resume Next in C#?

    You have to try and Catch statements.
  12. Replies
    5
    Views
    625

    Re: Dployment of C# and Oracle

    Actually i want to ask from you how to do it but key point is to deploy oracle tables ALSO.
  13. Replies
    5
    Views
    625

    Re: Dployment of C# and Oracle

    Yes Absolutely Correct.
  14. Replies
    5
    Views
    625

    Dployment of C# and Oracle

    I have worked with VB and Access database and have build setup file various time.
    But now i want to deploy setup file of C# project and i am using Oracle database.
    So i want to know how to build...
  15. Replies
    2
    Views
    512

    How to reslove it?

    There is one function which is listening.
    I want it to be run continuously and rest of the program should also be fully operatable.
    How can i do it?
  16. Thread: Close port

    by vbPoet
    Replies
    3
    Views
    534

    Re: Close port

    Manavo: if some program has already occupied the port and then i want to block that port thru vb6.
    How it will be done ..
  17. Thread: Close port

    by vbPoet
    Replies
    3
    Views
    534

    Close port

    How to block a certain port by using VB6?
  18. Replies
    11
    Views
    818

    Re: Users Own Formula ???

    you can use evaluat method of vbscript to do this ;)
  19. Replies
    2
    Views
    530

    Re: execute code only once - or .....

    What is meant by 'OR'
    Yes u can check in string whether "name" exists in string or not .
    As i understand if u want your code should be run only once throught the life .
    Then again it is possible....
  20. Re: How to enable and disable a device through vb6 code

    It depends how Device is configured in your system.
    there could be various ways like registry,or critical files manipulation.
  21. Replies
    13
    Views
    675

    Re: Working with Modules

    Try to use Public access specifier.
  22. Replies
    6
    Views
    1,187

    Re: Running Multiple Subs at Once

    As far as i know ..
    mulithreading is not possible in VB in wide sense ... :ehh:
  23. Replies
    30
    Views
    1,530

    Re: How to get rid of #VALUE!

    Thank You All
    specially :thumb: Trisuglow :thumb:
    it was trimming problem simply Bull****
  24. Replies
    30
    Views
    1,530

    Re: How to get rid of #VALUE!

    No text2 contains
    text data only
  25. Replies
    30
    Views
    1,530

    Re: How to save in Excel file

    #21 code was tested with Book1.xls and it was quite good without any error.
    but my original problem is with anyname.xls where data from text2 is going into column "A".
    Text2 contains nearly 25...
  26. Replies
    30
    Views
    1,530

    Re: How to save in Excel file

    exactly nothing..
    i cannot post spreadsheets becoz these are sensitive.
  27. Replies
    30
    Views
    1,530

    Re: How to save in Excel file

    Your code is working very well ....in Book1.xls
    but #Value! in previous file is still unsolved.
  28. Replies
    30
    Views
    1,530

    Re: How to save in Excel file

    OOPS
    Your code is showing that u r changing rows as well
    but i want to store 1000+characters in one cell...
    i think that is the difference ... :mad:
  29. Replies
    30
    Views
    1,530

    Re: How to save in Excel file

    how long data Excel can support in one cell ..?
  30. Replies
    30
    Views
    1,530

    Re: How to save in Excel file

    same problem
    #VALUE! :mad:
  31. Replies
    30
    Views
    1,530

    Re: How to save in Excel file

    The #VALUE! error value occurs when the wrong type of argument or operand is used

    but :mad: there is some text only TEXT in text box Text2 .. then what could be the problem ...
    I have checked...
  32. Replies
    30
    Views
    1,530

    Re: How to save in Excel file

    Yes this is wide data ...
    How to solve this issue ..?
  33. Replies
    30
    Views
    1,530

    Re: How to save in Excel file

    of no use ...
    my exact line of code is
    xl.Worksheets(1).Cells(25, 1).Value = Text2

    in Text2 there is nearly 700 words long text ...
    instead of displaying text
    in excel file there is just...
  34. Replies
    30
    Views
    1,530

    Re: How to save in Excel file

    Previous problem is solved ..
    but here is new one..
    i have some Text data in Text Box when i m saving it to ( 25,1) in excel file only "#VALUE!" is displaying ...
    How to solve this last problem ..?
  35. Replies
    30
    Views
    1,530

    Re: How to save in Excel file

    But there is one problem with this code..
    it wants to replace original file .
    but i just want to add more data ...
    what to do ..?
  36. Replies
    30
    Views
    1,530

    Re: How to save in Excel file

    It is separate Vb executable ..
    but i want some more assistance how to open excel file with already saved some data and how to save it altogether after adding more data...
  37. Replies
    30
    Views
    1,530

    Re: How to save in Excel file

    Like i want to save data in textbox Text1 into c:\anyname.xls Row 25 Column C.......
  38. Replies
    30
    Views
    1,530

    [Resolved]How to get save excel file

    I have an excel file with some data already entered into it.
    now i want to mention row and column of the sheet and want to save whatever in text box ..
    how to do it ..?
  39. Replies
    5
    Views
    735

    How to count ..?

    How to count occurences of specific word in long string ..?
  40. Thread: Randomize

    by vbPoet
    Replies
    9
    Views
    673

    Re: Randomize

    hmm ok thank you..
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width