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

Search:

Type: Posts; User: gaya3_k

Search: Search took 0.03 seconds.

  1. Replies
    8
    Views
    2,020

    Re: Xor on string--help me please

    Hi WoF
    Thanks alot yar..............
    I will try out as u said...
    And will tell you :)

    THANKS,
    Gayathri.k :)
  2. Replies
    8
    Views
    2,020

    Re: Xor on string--help me please

    thanks alot for your reply,
    my exact code is


    Private Sub XORIt(ByRef data As String, ByRef key As String, ByRef Y As String)
    Dim l As Long
    Dim lonLenKey As Long, lonKeyPos,...
  3. Replies
    8
    Views
    2,020

    Re: Xor on string--help me please

    Thanks alot for your reply,

    Can u please tell me exactly what CBYTE will do to solve my problem.

    Gayathri.k
  4. Replies
    8
    Views
    2,020

    Re: Xor on string--help me please

    hi,
    in my program i am Xor ing 3 strings , i am taking each character in the strings and Xor ing their ASCII values
    but manually if i do Xor operation i am getting a different answer,
    Can someone...
  5. Replies
    8
    Views
    2,020

    Xor on string--help me please

    hi,
    in my program i am Xor ing 3 strings , i am taking each character in the strings and Xor ing their ASCII values
    but manually if i do Xor operation i am getting a different answer,
    Can someone...
  6. Replies
    9
    Views
    1,140

    Re: help on microsoft help workshop needed

    yes, while PDW i include *.hlp,*.cnt,*.rtf file which are all made during developing help for the application using microsoft help workshop.

    During installation it is installed in the path...
  7. how to give header and footer for notepad using vb

    hi i have created a project in vb, in that i am creating notepad files,
    now i have to give header and footer for that notepad file,
    Can someone tell me how to give header and footer using VB6

    ...
  8. Replies
    9
    Views
    1,140

    Re: help on microsoft help workshop needed

    Thank you for the reply. I want to be specific that the help file is made using microsoft help workshop on windows 2000/XP. but on making the package and deploying it on the other machine, on...
  9. Replies
    9
    Views
    1,140

    Re: help on microsoft help workshop needed

    Thanks for your reply....
    But my OS is not vista, its windows XP



    Thanks,
    Gayathri.k
  10. Help not functional when application on VB6 is Packaged and deployed

    I have developed a project in vb6 and the help for the application is made using the microsoft help workshop which is finally made as package using the Package and Deployment Tool Wizard in which...
  11. Replies
    9
    Views
    1,140

    Re: help on microsoft help workshop needed

    thanks for your reply
    Yes i have set :(
  12. Replies
    9
    Views
    1,140

    help on microsoft help workshop needed

    hi,
    i made a package with microsoft help workshop,
    but other than my system if i press F1 key when my application is running,HELP is not working
    Please someone help me...........


    Thanks in...
  13. Replies
    1
    Views
    500

    "HELP" is not working when making package in VB

    hi
    i have installed microsoft help workshop , and i am trying to make package in VB with help.
    but other than my system HELP is not working...
    Plzzz Help me out to use help


    Thanks in Advance...
  14. Replies
    3
    Views
    1,003

    Re: out-of-date information

    Thanks alot HanneS :)


    Gayathri.K
  15. Replies
    3
    Views
    1,003

    out-of-date information

    hi,
    when i try to create a setup package in vb 6.0,
    after adding all the exe files and other files when i click make,
    i am getting a message,


    "The wizard found dependency information for the...
  16. Replies
    8
    Views
    2,365

    Re: char conversion of hex values

    hi Victor,
    tell me one thing as a hexadecimal number what is the difference between 0x0a and 0xa
    i think both are same..............
  17. Replies
    8
    Views
    2,365

    Re: char conversion of hex values

    hi 0xC0000005,
    when we right clik that file see the properties , we can see the size(I am getting as 257bytes)
    when i open it using the developer studio i cannt see 0x0a, instead i am getting 0x0d...
  18. Replies
    8
    Views
    2,365

    char conversion of hex values

    hi i am new to this forum...
    i need a help, hope u people will...

    I have a file containing 256 hex values , i wanted to create one more file which has the character equivalent of those hex...
Results 1 to 18 of 18





Click Here to Expand Forum to Full Width

Featured