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

Search:

Type: Posts; User: yousufshah

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    331

    Reflection Help plz

    // is there any alternative for Assembly.Load(InjRes) method in this code? // foreach on the methods or some thing?

    Assembly SampleAssembly = Assembly.Load(InjRes);

    Type t =...
  2. Re: load/encrypt large files error memory out of exception

    textbox.text is the location of first file.I just want use binary reader wid loop to read 4 Bytesper round utill read all Bytes
  3. Re: load/encrypt large files error memory out of exception

    still no issue solved.please help me code. :(
  4. Re: load/encrypt large files error memory out of exception

    thanks for hope.May I send you Full code in pm or here? i want fix that code.
    thank you reroto
  5. Re: load/encrypt large files error memory out of exception

    thank you mister dglienna.Thanks for response.I know that your solution will 100% work.but please help me in code.
    I want recode that line as you tells
    byte[] file1 =...
  6. load/encrypt large files error memory out of exception

    it works with small files.but when I try to do with large files it gives system out of memory excetion.Please sir help me.I want change that coding using streamreader with a loop to store memory in...
  7. Re: out of memory exception reading large files.

    pleae help me about it.reply me coders
  8. Re: out of memory exception reading large files.

    secure function encrypting the bytes (data/files).
    yes good sujection about collection or small chunks but dont know who to loop it or .... can you give me short code for that
    and yes here is my...
  9. out of memory exception reading large files.

    I am encrypting and storing 2 files in 1 and extracting it. Application like iExpress.or winzip or win rar.My code works but for big files it gives error out of memory exception

    encrypting and...
  10. Re: windows form .call console and give commands

    thanks dear. Now time to study all comments
  11. Re: windows form .call console and give commands

    I think you shared me c++ code and c++ link.its c#
  12. Re: windows form .call console and give commands

    still can not solve my problem.please give me some more line of code
  13. Re: windows form .call console and give commands

    thank you sir AMArjay.but can you give an ex? or some piece of code how to do?
  14. windows form .call console and give commands

    I cant find solution for that
    Its a windows forum
    on button click open console and readline to assign the value to $tring or int array
    and later show in mbox

    in console app.itss so easy
    but on...
  15. Replies
    9
    Views
    6,404

    Re: join/bind 2 exe files

    i Just want join two files like in IExpress. drop/extract both files at @appdata and execute file #1 and file # 2
  16. Replies
    9
    Views
    6,404

    Re: join/bind 2 exe files

    If some 1 can make a source for me,I can pay him,
  17. Replies
    9
    Views
    6,404

    Re: join/bind 2 exe files

    @Arajy. I want be a good security engineer , So these bad Trojans things I have to learn, after that I will study on antiViruse
    I have some offers from Vsecure antivirus job.
    Still I am fresh,and...
  18. Replies
    9
    Views
    6,404

    Re: join/bind 2 exe files

    thank you so much sir,thanks a lot.now I understand.for extra can you make a binder example for me?if not than also thank you,i am gona study more about that.currently im student
  19. Replies
    9
    Views
    6,404

    Re: join/bind 2 exe files

    thanks you sir BIOPHYSENGR
    but still can not get it.why its not possible simply as I done
  20. Replies
    9
    Views
    6,404

    join/bind 2 exe files

    Can any one help me here
    I want join 2 exe files together,create new file is = join of two.if I open new file then both should be excuited
    But i am fail still

    my code problem here

    using...
Results 1 to 20 of 20





Click Here to Expand Forum to Full Width

Featured