Search:

Type: Posts; User: -RaJ-

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Re: A better way of extracting data form HTML string?

    Check out HtmlAgilityPack you cannot get better parser then it.
  2. Replies
    8
    Views
    1,183

    Re: SELECT * Not Working For Access Database

    by not working i meant to say is its showing 0 record's affected for that query command


    Using cmd As New OleDbCommand("SELECT * from MY_SETTING;", Conn)
    Debug.Print("Total...
  3. Replies
    8
    Views
    1,183

    Re: SELECT * Not Working For Access Database

    i even tried with sqlcompactce, and its the same

    INSERT WORKING but SELECT is not working!
  4. Replies
    8
    Views
    1,183

    Re: SELECT * Not Working For Access Database

    any help?
  5. Replies
    8
    Views
    1,183

    Re: SELECT * Not Working For Access Database

    ty, i have posted again, the only problem is "SELECT" is not working at all!

    here is image my my database

    http://www.vbforums.com/
  6. Replies
    8
    Views
    1,183

    SELECT * Not Working For Access Database

    for the first time i am havin this kind of issue, i tried some google'in but of none help.



    Private Sub frmMain_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
    ...
  7. Replies
    0
    Views
    470

    Weird Error!! (Vb6 + vb.net)

    i have writtent a small multi thread com interop class and using it with vb6, which is working fine on the system i am programmin, but when i am trying to use the app else where, it open fine, but...
  8. Re: API Way to see if a path is folder or file?

    ty seenu_1st !!
  9. Replies
    4
    Views
    2,052

    Re: Calculate Torrent Hash from file.

    yes that looks all of it!!
  10. Replies
    4
    Views
    2,052

    Calculate Torrent Hash from file.

    Calculate Torrent Hash from file.


    File file = new File("/file.torrent");
    MessageDigest sha1 = MessageDigest.getInstance("SHA-1");
    InputStream input = null;

    try {
    input = new...
  11. [RESOLVED] API Way to see if a path is folder or file?

    hello,

    i tried google'ing around but that didnt helped much, i am looking for some way to check if a location on widdows system is a file or directory,

    i am working with some program that comes...
  12. Replies
    15
    Views
    11,275

    Re: Visual basic 6 code to lock folders

    http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=73021&lngWId=1

    chk this out !!
  13. Replies
    1
    Views
    1,966

    Re: WSASend Example ?? Urgent !

    no one can help me?
  14. Replies
    1
    Views
    1,966

    WSASend Example ?? Urgent !

    how to send data using 'WSASend' function, i need to perform blocking send function 'send' function dont not perform blocking action!

    i need a proper vb6 example of WSAsend!
  15. Replies
    3
    Views
    855

    Re: SubFolder Change Notification.

    but this process is not async as i guess, and i have to keep processing other stuff's along with this ?

    so what are the possibilities and i am not much familiar with API's
  16. Replies
    3
    Views
    855

    SubFolder Change Notification.

    Hello pplz,

    i have to complete a simple task to detect and new folder create or deleted withing a given Folder.

    i tried it with FileSystemObject but its is very slow even running on, 1 sec...
  17. Replies
    7
    Views
    6,979

    Re: Use a windows Visual style file in vb6.0?

    http://www.codejock.com/products/skinframework/

    u have to use this app.

    i cannot thing of some direct way else!
  18. Active Windows Loses Focus While Taking SCreenshot from TrayIcon menu

    i am having trouble to track active windows

    the active window is losing focus when i am right click on tray icon for menu popup for taking screenshot!

    unable to find any solution
  19. Replies
    8
    Views
    887

    Re: Sort By Basename Url

    i tried quicksort3

    but it didn't sorted out in order!
  20. Replies
    8
    Views
    887

    Re: Sort By Basename Url

    i cant figure out.... sorry..... which one....
  21. Thread: 64 bit files

    by -RaJ-
    Replies
    12
    Views
    1,096

    Re: 64 bit files

    its not possible to run a 64 bit binary onto a 32 bit OS, unless there are some kind of emulator.

    64 bit OS are able to run 32 bit Binaries just because 64 Bit windows comes with a 32 bit emulator...
  22. Replies
    8
    Views
    887

    Re: Sort By Basename Url

    hmm, thnx... any direct way?
  23. Replies
    8
    Views
    887

    Sort By Basename Url

    Hello....

    i want to sort URL's according to base name

    like

    http://www.example.com/folder1/zfile1.txt
    http://www.example.com/folder1/afile1.txt
    http://www.example.com/folder1/mfile1.txt...
  24. [RESOLVED] C# Unable to Show Socket Data In textbox

    I am having problem to show the Data arrived from System.Net.Sockets onto textbox

    'Cross-thread operation not valid: Control 'txtDataRx' accessed from a thread other than the thread it was created...
  25. Replies
    1
    Views
    4,101

    Re: Setting User Agent header Inet control

    i dont think u must use openurl method if ur using, execute before


    iChange.Execute sUrl, "POST", strData, strPacket & strData

    n carry on under inet state event



    Private Sub...
  26. Re: Compile Error: Cannot find project or library

    just check if any reference is missing or not !!
  27. Thread: List box

    by -RaJ-
    Replies
    1
    Views
    430

    Re: List box

    will go like

    private sub command1_click()
    if listbox.listindex = -1 then exit sub ' as no items were selected
    msgbox "Your Fav Colour Is " & listbox.text & "."
    end sub
  28. Thread: login web page

    by -RaJ-
    Replies
    4
    Views
    921

    Re: login web page

    ohk, that was a part of my user control

    ill explain it simply

    1. u need to add winsock 6.0 component

    then with winsock

    u need to connec to yahoo server
  29. Thread: login web page

    by -RaJ-
    Replies
    4
    Views
    921

    Re: login web page

    Private Sub Winsock2_Close()

    Dim pStart As Long, pEnd As Long, Cook As String, a As Integer, tmp() As String, P As String

    Winsock2.Close
    Winsock2.Close

    pStart = InStr(1,...
  30. Replies
    5
    Views
    690

    Re: Inventory Sys. Problem

    or got direct this way

    with lv1.selecteditem
    lv2.listitems.add ,, .text
    lv2.listitems(lv2.listitems.count).subitem(1 to whatever u have) = .subitem(x)
    end with
  31. Replies
    5
    Views
    690

    Re: Inventory Sys. Problem

    yea petty easy,

    with lv1.selecteditem.text make a query with all sub items & add the query result to 2nd lv
  32. Replies
    2
    Views
    18,499

    How to get Current Time in Millisecond

    i am working with a winsock prog that send current time to server in millisecond

    how do i convert time to millisecond i have no idea how my current time =1254193889061

    1254193889061 <-- is my...
  33. Replies
    14
    Views
    1,133

    Re: Reading from a txt File

    reading files line by line is petty simple
    Here is what i always use in my project using common dialog control




    Private Sub mlBots_Click()
    On Error GoTo HELL

    Dim theLine As String, FF...
  34. Replies
    6
    Views
    541

    Re: Newbie Looping Issue for Removing Objects

    code goes this way



    Private Sub lstSelected_dblclick()
    If lstSelected.ListItems.Count = 0 Then Exit Sub
    If lstSelected.SelectedItem.Selected = True Then
    ...
  35. Need Some Help with multiple form DIMMING / LOADING

    I AM MAKING A POOL GAME PROGRAM, ITS KIND A RE-WRITE OF BUTCH'S GAME CLIENT BUT WITH MULTISOCKET

    EVERYTHING WAS GOING FINE UNTIL USER JOIN'S TABLE

    AS TABLE SHOW'S UP FORM STOP'S RESPONDING TO...
  36. Re: Find item not working with MS common dailog control 6.0

    thnx a lot bro, actually i hate 1 thing MSComctlLib dont get xp theme when manifest is applied, so for that reason i was using both version !!, is there any way to have proper manifest for 6.0...
  37. [RESOLVED] Find item not working with MS common dailog control 6.0

    Private Function FindInLV(theItem As String) As Long
    On Error GoTo HELL

    Dim lvItem As ListItem

    Set lvItem = yGamesOwner.lvUsers.FindItem(theItem, 1, , 0)
    FindInLV = lvItem.Index
    ...
  38. Thread: VB6 XP Themes

    by -RaJ-
    Replies
    15
    Views
    26,322

    Re: VB6 XP Themes

    that flicker problem within a frame is solve, i have the src that fixes the frame flicker thing, i dont have that MOD @ this pc ill upload it laterz
  39. Re: Search a database from text box input

    after connecting to Database u have to use ADO Recordset

    like



    dim sqlstr as string

    sqlstr = "Select * From queryTable Where queryField1='myValue1' AND queryField2='myValue2'"
  40. Replies
    16
    Views
    1,162

    Re: Some Explanation with Static Function

    thnx rhino, i even didnt knew about static function
Results 1 to 40 of 85
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width