Search:

Type: Posts; User: edhanz

Page 1 of 4 1 2 3 4

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    862

    Re: What exactly datatype use by winsock?

    Hi, i'm sorry to bump this old thread..

    i want to make myself clear on this. i have prepared the data to be sent to network in byte array, and as well for receiving. so how do i change the...
  2. Replies
    19
    Views
    57,621

    Re: VB6 SelfTimer class module [2008-06-15]

    Hi Merri. Do you stil working on this timer? If yes, maybe you can make it so it can be loaded as an array..
  3. Replies
    13
    Views
    2,070

    Re: BSoD and Unknown Partition

    yes, at first i have a thought like you said. but i was influenced by my friend's experience on my 1st post. like i said, he once faced the problem like me. then he took an action like this:
    1. boot...
  4. Replies
    13
    Views
    2,070

    Re: BSoD and Unknown Partition

    i'm using Win XP SP3. i've read your thread. so you suggest me just go ahead reinstalling windows on drive C with "unknown partition"? how can i be sure that after installation drive D and E can be...
  5. Replies
    13
    Views
    2,070

    Re: BSoD and Unknown Partition

    i can't access drive C using UBCD4WIN. it said Unknown disk or unknown partition. but why my computer can boot up from it, even it show the boot process when i choose Safe Mode, although at the end...
  6. Replies
    13
    Views
    2,070

    Re: BSoD and Unknown Partition

    until now i don't touch that computer, i'm online now through my laptop while googling to search solution..
    i tried all method for starting windows, including safe mode, and all gave me same...
  7. Replies
    13
    Views
    2,070

    BSoD and Unknown Partition

    Hi,

    when i turned on my computer today, it seemed all fine. first the vga bios page shown, then the page with current hardware shown, after that, the windows xp startup screen... when it reach the...
  8. Replies
    4
    Views
    697

    Can someone get into my PC easily?

    Hi,

    I have something bothering me today. My OS is Windows XP SP 3 with Windows Firewall is ON. I use Avast AntiVirus v4. no other security software installed on my PC..

    what bothering me is,...
  9. Replies
    7
    Views
    1,737

    Re: [RESOLVED] Epoch mystery ...

    thank you
  10. Replies
    7
    Views
    1,737

    Re: [RESOLVED] Epoch mystery ...

    because of this:


    ***

    i interested with this thread because i have a file with the same format like the number 1268762410000 and i never realized that it was a timedate until i read this...
  11. Replies
    5
    Views
    862

    What exactly datatype use by winsock?

    Hi,

    i just want to know what datatype used by winsock control and winsock api for incoming and sending data to network?

    when some data sent by server, then in which datatype winsock handle it...
  12. Replies
    7
    Views
    1,737

    Re: [RESOLVED] Epoch mystery ...

    Hi Quiver318 and anhn,

    if timedate now is March 16, 2010 6:00:10 PM, then how to convert it to double so the result is 1268762410000 ?

    i tried this code:

    Private Sub Command1_Click()
    ...
  13. [RESOLVED] Global variable array of byte array

    Hi,

    I'm sorry if the title sounds so weird, i don't know what the best title for my question..
    i'm beginning to build a chat app using winsock control and using byte array for sending and getting...
  14. Re: Experiment with InStrB, LenB, LeftB$, MidB$, RightB$

    i understand better now..
    thank you all..
  15. Re: Continue to save in the same txt file without replacing contents

    maybe using Append?


    Private Sub SaveFile(strPathName As String, strInput As String)
    Dim lonFile As Long
    lonFile = FreeFile

    Open strPathName For Append As #lonFile
    Print...
  16. Re: Experiment with InStrB, LenB, LeftB$, MidB$, RightB$

    thanks for all of these. i kept reading and reading this many times, and things become more complicated to me. i decided to temporarily back using InStr in my project, til i find myself well...
  17. Replies
    8
    Views
    802

    Re: how to scroll in code window

    do you mean scrolling using mouse? if yes, then vb6 doesn't support that. you have to use mouse scroll hook:
    http://joebott.com/vb6scrollwheel.htm
  18. Re: Experiment with InStrB, LenB, LeftB$, MidB$, RightB$

    uhmm..i really don't understand this much. i need some time to understand this.
    merri, could you please show me a sample code regarding unexpected result using InStrB?
    i did this for a test:

    ...
  19. Re: Experiment with InStrB, LenB, LeftB$, MidB$, RightB$

    i checked and re-check every string character i worked on. they are only characters with code 0 to 255, and i can assure it's no more than that. and my app will only run in US English, not german...
  20. Re: Experiment with InStrB, LenB, LeftB$, MidB$, RightB$

    Milk and Merri only talking about InStrB. does this mean that i should only be careful with InStrB while the other "B" are safe to use?
  21. [RESOLVED] Experiment with InStrB, LenB, LeftB$, MidB$, RightB$

    Hi,

    to achieve max speed, i converted vb functions in my project to InStrB, LenB, LeftB$, MidB$, RightB$.


    Dim strText As String, lonPos As Long
    strText = "this is a test"

    to search text...
  22. Re: Escape from endlessly MsgBox in IDE

    thank you very much Rhino.. :D
  23. [RESOLVED] Escape from endlessly MsgBox in IDE

    Hi,

    when i'm posting this, i haven't closed my IDE yet..
    i carelesly wrote a code that caused a messagebox shown repeatedly. i can easily escape from this situation by ending vb from task...
  24. Re: With...End With inside and outside loop

    i only got that error if i delete SubItems(0), but i never delete that SubItems since it has to be available all the time..

    this is my code:

    add items:

    Private Sub Command1_Click()
    Dim...
  25. Re: With...End With inside and outside loop

    hi si_the_geek, thank you for your explanation..

    and for martin,
    yes i use Microsoft Windows Common Controls 6.0.
    what do you mean by "Setting to vbNullString won't work with the Listview...
  26. [RESOLVED] With...End With inside and outside loop

    Hi,

    i frequently edit item in my listview. all this time i use With statement inside of the loop:


    For i = 1 To 1000
    With ListView1.ListItems.Item(i)
    .SubItems(2) = vbNullString...
  27. Replies
    5
    Views
    877

    Re: Timer with longer intervals.

    SelfTimer
    http://www.vbforums.com/showthread.php?t=527281
  28. Is tehere any method to get Sub-Routine name?

    Hi,

    i hate editing subroutine/procedure name in every subroutine error handler..


    Private Sub Process()
    On Error GoTo Error_Handler

    Dim strProcName As String
  29. Replies
    3
    Views
    584

    Re: ListView coulmn 1 & 2 always on the left

    i haven't used MSFlexGrid before. at this moment i just want to use ListView, and so far i just use checkboxes to hide columns to shortened the listview width.

    if there's match solution for my...
  30. Replies
    3
    Views
    584

    ListView coulmn 1 & 2 always on the left

    Hi,

    I have many columns on my ListView. Column 1 is number, column 2 is contact name, column 3 is address, column 4 is phone and so on. when i scroll to the right to see the most right column,...
  31. Sleep, WaitForSingleObject, WaitForMultipleObjects

    Hi,

    Can someone explain me (with newbie lang) what are the diffrences between those 3 functions, what do they do, and if possible, some sample code to make it clear..
    please don't point me to...
  32. Replies
    68
    Views
    37,548

    Re: Simple Transparent Frame User Control v1.14

    yes it works as i wanted.. :D
    thank you very much..
  33. Replies
    10
    Views
    1,690

    Re: Run with 10 min interval

    i use SelfTimer:
    http://www.vbforums.com/showthread.php?t=527281
  34. Replies
    68
    Views
    37,548

    Re: Simple Transparent Frame User Control v1.14

    Hi Edgemeal,

    i played with your TabStrip Demo For WinXP. i like this, but actually i wanted my form is resizeable and the tabstrip and the frame as well. but when i use Form_Resize, then the frame...
  35. Replies
    12
    Views
    7,577

    Re: [RESOLVED] Tabstrip backcolor

    yes i saw it once but it's not help me..
    i need to use Form_Resize to resize tabstrip and frame, but the fame cannot be resized..
    or have you succeed to make it resized?

    thank you anyway, i'll...
  36. Replies
    12
    Views
    7,577

    Re: [RESOLVED] Tabstrip backcolor

    Hi,

    is there a way to make Chris' method work properly, i mean without command button?
    i really like that method..

    thank you
  37. Re: Launch a .exe file from command button that is in app directory

    i'm using ShellExecute

    module:

    Public Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal...
  38. Replies
    54
    Views
    38,183

    Re: [VB6] Icon Resource Organizer

    this is what i'm looking for..
    all my custom icon (from bitmap) have watermark in it because i use commercial demo sofware.. :D

    thank you, and will tell you if i find problem..
  39. Replies
    4
    Views
    11,881

    Re: VBPCAP.DLL vpSendPacket

    Hi DigiRev,
    i would like to see your packet sniffer if you already finished it yet..
  40. Re: Scaling your form independent of screen resolution

    i'm sorry i don't understand this..
    what do you mean ellis?
    do you mean my app which i made on my 1280x960 screen resolution will look ugly on other screen resolution?
    i test my app on my...
Results 1 to 40 of 137
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width