Search:

Type: Posts; User: kakablack

Page 1 of 5 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    10
    Views
    28,543

    Re: [DELPHI] - Download Files

    where is the download progress?!

    bad code.
  2. Replies
    5
    Views
    11,008

    Re: VB - Raw disk access

    i want to write to sd card but this cant write to them.
    i have same problem in this post
    http://www.vbforums.com/showthread.php?p=4092601#post4092601
    but no answer

    please help.

    BR.
  3. Re: howto open disk and write file in some offsset

    thank to all
    bu i can read from my sd card in offset 0 to my own length but can write to them.


    Open "c:\mbr.bin" For Binary Access Write As #1
    For i = 0 To (1 - 1)
    DoEvents
    ...
  4. Re: howto open disk and write file in some offsset

    Private Declare Function CreateFile Lib "kernel32" Alias "CreateFileA" (ByVal lpFileName As String, ByVal dwDesiredAccess As Long, ByVal dwShareMode As Long, lpSecurityAttributes As Any, ByVal...
  5. Re: howto open disk and write file in some offsset

    Private Declare Function CreateFile Lib "kernel32" Alias "CreateFileA" (ByVal lpFileName As String, ByVal dwDesiredAccess As Long, ByVal dwShareMode As Long, lpSecurityAttributes As Any, ByVal...
  6. Re: howto open disk and write file in some offsset

    please
    any idea?
  7. Re: howto open disk and write file in some offsset

    thanks for reply
    but 384 bytes is decimal and 171(180) is hexdecimal

    i want to open file and write to sector 0.
    and no damage to disk because sector 0 is not important if open disk in physical...
  8. Re: howto open disk and write file in some offsset

    hi
    ok i think you cant understand.

    i need somthing like this but i want write file in disk.

    this only write some bytes, i want write file not bytes.


    Option Explicit
  9. Re: howto open disk and write file in some offsset

    i cant understand your question.
    but i want to write a file tu sector 0 in disk partition (physical)(like open disk in Hex softwares)


    thanks
  10. howto open disk and write file in some offsset

    hi.
    how can i open disk(removable disk like sd card) in Phisycal Media NOT LOGICAL and write a file(384 bytes) from 0 offset to 170 offset.


    many thanks.
    BR.
  11. Re: Convert iPHone UtilityClient in C source to VB6

    i need help because i dont know any c++ function...,if i know i never ask for this CONVERSION specially from YOU dear BRIDE.
  12. Re: Convert iPHone UtilityClient in C source to VB6

    even some functions.
    please convert it.



    thanks
  13. Convert iPHone UtilityClient in C source to VB6

    hi
    i search many time in all forums but no one cant help to make this.

    PHoneUtilityClient (iPHUC) is the iPhoneInterface which allows command line access to the iphone from a pc.


    can...
  14. Re: how to read some text from this file contect

    thanks but howto do this.(find my some text in binary file)
    can you show me the code?
    urgent.


    BR.
  15. Re: Extract One File From a Package with Zip Format(Not .zip Extension)

    thanks i want to remove listview and extract one file from archive but i cant and this after edit extract all file from archive.

    please modify this so i can extract only one file.



    thanks...
  16. Extract One File From a Package with Zip Format(Not .zip Extension)

    hi
    how can i Extract One File From a Package with Zip Format but Not .zip Extension?

    for example extract "resources.arsc" from Sketch.apk file.

    file ziped and attached.

    thanks alot.
  17. how to read some text from this file contect

    hi
    i want to grab some text from a binary file(attached),this is content of a file.
    for example get some text between "p a c k a g e  m a n i f e s t" and "u s e "s - s d k". result is "c o m ....
  18. [RESOLVED] howto extract One file from zip archive

    hi
    howto extract One file(my own file) from zip archive.
    (dont use winzip.exe)

    example:
    i want to extract androidmanifest.xml from attached zip file.

    thanks.
  19. I Need this Plugins for my vBulletin Forum

    I Need this Plugins for my vBulletin Forum

    this is in vbforums.com in tools in new post.

    Thread Tools
    Mark Thread Resolved

    i need this or how can i find this??
  20. Replies
    3
    Views
    568

    Re: [RESOLVED] howto generate hex numbers

    i added to list box but i cant save this listbox to textfile
    why?
  21. Replies
    3
    Views
    568

    Re: howto generate hex numbers

    WoW!! you again.
    i like you sir

    thanks again
  22. Replies
    3
    Views
    568

    [RESOLVED] howto generate hex numbers

    hi
    howto generate hex numbers from 0000 to FFFF?

    thanks in adv
  23. Replies
    2
    Views
    1,331

    PHP: Convert image to icon(ico/icn...).

    Hi,
    how can i convert images to icon(ico/icn...)?
    Thanks for advance. ;)
  24. Re: help me to extract this test?

    sorry sir.




    thanks Pradeep1210
  25. Re: help me to extract this test?

    anyone please help me???
  26. [RESOLVED] help me to extract this test?

    i want to extract this RED Numbers:
    help me please




    <link href="style.css" rel="stylesheet" type="text/css" />
    <ul class='models'><h4>Following Result Found For Keyword : 5130</h4><li><img...
  27. Replies
    8
    Views
    693

    What is $ and % in VB?

    Hi,
    What is $ and % in VB?
    In variables, functions, APIs...
  28. [RESOLVED] $ary['x']= array('a'=>'y')... VS $ary['x']['a']= y...

    Hi,
    What is difference/better between:



    $ary['x']= array('a'=>11111, 'b'=>22222, 'c'=>33333... );

    VS

    $ary['x']['a']= 11111;
  29. Replies
    1
    Views
    811

    mb_ereg check string for UTF-8

    Hi,
    How can i check input string using mb_ereg? for UTF-8?
    Thanks for help.
  30. Re: Define or Variable(For languages, config....)

    For example, this is my database config.: host, port, username, password...
    What is the best choice? Define or Variable?

    define('Host', '127.0.0.1');
    define('Port', 3306);
    define('Username',...
  31. [RESOLVED] Define or Variable(For languages, config....)

    Hi,
    What is the best choice for languages, config., settings &...?
    Define or Variable? Why?
    Thanks, regards.
  32. howto Edit this source code for memory Patching?

    hi
    i found a vb source code to patching memory but this source only find for Unicode String(in hex: S.T.R.I.N.G) but i want to find binary string(in hex: STRING)

    howto Edit this source code for...
  33. Re: how can grab Yahoo id from forums?

    thanks alot westconn1
  34. Re: how can grab Yahoo id from forums?

    ok and whats this: ie.document
    is this componet or what?

    thanks
  35. Re: how can grab Yahoo id from forums?

    thanks but how can i use this?
    i want to grab(Get) Yahoo id into Text(like TextBox)
  36. [RESOLVED] how can grab Yahoo id from forums?

    how can grab Yahoo id from forums?

    for example:
    this link is my yahoo id and how can i grab this yahoo id to vb?
    http://www.vbforums.com/sendmessage.php?do=im&type=yahoo&u=113007


    thanks
  37. Simple source codes for mobile(No JAVA/Symbian)??

    Hi,
    I need simple source codes for working with mobile in Windows...
    Thanks, regards.
  38. Re: howto copy a file to Vista Windows folder?

    thanks
  39. Re: [RESOLVED] Help - grab(Extract part of Folder address)

    thanks alot
  40. Re: howto copy a file to Vista Windows folder?

    i want to copy a screensaver file(*.scr) to windows directory and install it from registry(silent install)
    do you have any idea?
    thanks
Results 1 to 40 of 163
Page 1 of 5 1 2 3 4



Click Here to Expand Forum to Full Width