Search:

Type: Posts; User: Tengkorak

Page 1 of 7 1 2 3 4

Search: Search took 0.11 seconds.

  1. Replies
    45
    Views
    18,888

    Re: vbAccelerator site gone?

    i think only web content that work, but all sourecode zip files can not be downloaded(broken)
  2. Re: Problem when implement "SpecialFolderLocation"

    ok, thanks all for your replay.
  3. Problem when implement "SpecialFolderLocation"

    Hello All :)
    I have problem when i get startupmenu location path to combine with Application EXE Name.
    here the complete code:


    Declare Function SHGetSpecialFolderLocation Lib "shell32" (ByVal...
  4. Replies
    0
    Views
    978

    Paremeter not send into Crystal Report

    Hello All,

    i have problem when make report in VB 2008 with crystal report, the problem is that parameter from VB not send into crystal report.
    here some line my code:



    Dim p As New...
  5. Replies
    13
    Views
    2,037

    Re: Get data from Excel ?

    what i need is same like this article:
    http://www.catenary.com/howto/clipbrd.html

    but that for image, and i need for excel data.
  6. Replies
    13
    Views
    2,037

    Re: Get data from Excel ?

    yes, i tried your code.

    but, my question is where we get data from clipboard to process into your code ?
  7. Replies
    13
    Views
    2,037

    Re: Get data from Excel ?

    thanks for your replay.

    Your sample code is that we need to make one excel file a1.xls.
    but, i need to copy data from excel sheet that i do not need to make a1.xls file.

    i try to use...
  8. Replies
    13
    Views
    2,037

    Re: Get data from Excel ?

    No, that not for VBA but for VB6.

    I have Excel data, and i want to copy that data in to VB6 Form Project. This is to make user easy input data.
  9. Replies
    13
    Views
    2,037

    Re: Get data from Excel ?

    i want to copy data from excel sheet, and then paste that data in to VB6 Form, and then i will process that.
  10. Replies
    13
    Views
    2,037

    Get data from Excel ?

    Hello All,

    What this is possible to get data from Clipboard(copy data) from Microsoft Excel data ?
    I need to import data from copy data in sheet excel.

    thanks
  11. Replies
    2
    Views
    2,598

    Re: VB 6.0 MySQL Connection

    Hello,

    This is my way that i use for my application using Mysql database :

    - you need to install Mysql Connector ( you can download in mysql.com)
    - you can use Mysql Connection string (check...
  12. Replies
    1
    Views
    603

    Problem with LoadImage from http ?

    i have image in my host :

    http://www.myhost.com/image/data/092/92-1001.jpg

    this url can work when i put at Image design.
    but not work when called in code :



    img =...
  13. Re: help to my project - will be paid for the help

    hi.., i can do this
  14. Replies
    1
    Views
    964

    Re: Get Data from HTML File ?

    ok solved, i used:

    i = 0
    itable = 0
    sfile = "d:/data.html"
    Open sfile For Input As #intD
    Do Until EOF(intD)
    Input #intD, strTemp

    If...
  15. Replies
    6
    Views
    1,279

    Re: mysql conected to vb.net

    i think this wrong in your delete code :
    Dim Sql As String = "DELETE FROM asignatura Where ID_ASIGNATURA= 'id.Text.Trim'"
    should be:

    Dim Sql As String = "DELETE FROM asignatura Where...
  16. Replies
    4
    Views
    841

    Re: Image from image list file ?

    thank you paul, amazing :)
  17. Replies
    1
    Views
    964

    Get Data from HTML File ?

    Hello,

    i want to extract data from html file, and than save to SQL Database use vb6
    this my data in html file:

    data.html


    <html>
    ....
  18. Replies
    4
    Views
    841

    Re: Image from image list file ?

    yes, you are right.
    is there a way to get the position of the image. so no need to break into a picture.
    I've found a way like this in web programming.
  19. Replies
    4
    Views
    841

    Image from image list file ?

    i have image list like this :
    http://tango.freedesktop.org/images/2/20/Tango-feet.png

    so, i want to get image from that file, and display to PictureBox.
    anyone know how to do this ?

    thank you
  20. Thread: VB6 Licence

    by Tengkorak
    Replies
    2
    Views
    711

    Re: VB6 Licence

    thank you for information.
  21. Thread: VB6 Licence

    by Tengkorak
    Replies
    2
    Views
    711

    VB6 Licence

    Hello :wave:

    VB6 is no longer supported by Microsoft. if still can get a license from vb6? where can I get it?

    thank you
  22. Thread: IDE Editor ?

    by Tengkorak
    Replies
    4
    Views
    748

    Re: IDE Editor ?

    there is the old system are made using classic asp, it takes a lot to change the version. net because the system is running well, I just wanted to add some additional course, and was using classic asp
  23. Thread: IDE Editor ?

    by Tengkorak
    Replies
    4
    Views
    748

    Re: IDE Editor ?

    hello :)
    i new in ASP Classic, and i want to start use ASP Classic. but what the IDE for this programming ?
    at this time i use macromedia dreamwaver.

    thank you
  24. Replies
    2
    Views
    489

    Slow query for multi condition [WHARE]

    I have a query like this:


    when I execute running normally (when the process is briefly)
    but when I add the condition like this:

    very slow

    i use sql server 2008
  25. Thread: IDE Editor ?

    by Tengkorak
    Replies
    4
    Views
    748

    IDE Editor ?

    A good IDE for ASP Classic?

    Thank you
  26. VS 2010 Re: Datagridview: move to column 4 but instead to column 5

    agree, the index of the column in the grid starting from 0.
    I want my code to move from column to column qty but what happened instead move the cursor to the column discount
  27. VS 2010 [RESOLVED] Datagridview: move to column 4 but instead to column 5

    I want to move the cursor from column 1 to column 4 but what happened instead the cursor moves to column 5, this happens when I use the enter key event. but run well if I double click.
    The following...
  28. Replies
    15
    Views
    1,528

    VS 2008 Re: having error at updating database

    hopefully correct what I understand
    add this in your code :

    adapter.Update(DataSet1, "table2")
    DataSet1.AcceptChanges()
  29. VS 2010 Re: Visible Column in DatagridView

    thank you :)
  30. Replies
    15
    Views
    1,528

    VS 2008 Re: having error at updating database

    to determine whether the data has been deleted, use:

    cmdDelete.CommandText = "DELETE FROM Table2 WHERE ID = " & cint( TextBox1.Text )

    Dim iRs As Integer = cmdDelete.ExecuteNonQuery()
    if iRs >...
  31. VS 2008 Re: Load forms from a class library project (.dll) into my new "menu application"

    add library in menu ide project->add reference-> in browse tab choose your .dll file.

    define variables :

    Imports mylib

    Module Module1

    Public glib As New mylib.frmLogin ' login at...
  32. VS 2010 [RESOLVED] Visible Column in DatagridView

    I do not know what this term in the computer. but I try to send pictures, might be able to know what I mean.
    I want to eliminate the columns that I marked in the picture.
    how? what can be set for...
  33. Replies
    9
    Views
    2,572

    VS 2010 Re: Date in DatePicker

    thank you, very helpful :)
  34. Replies
    9
    Views
    2,572

    VS 2010 Re: Date in DatePicker

    the big question for me is, why an error occurs when I open my program it from another pc. whereas if I use the other pc no problem.
    whether this is related with the regional settings in windows or...
  35. Replies
    9
    Views
    2,572

    VS 2010 Re: Date in DatePicker

    at this code

    dtPO.Value = CDate(dtt.Rows(0).Item("po_date"))

    i tried covert string to date type
  36. Replies
    9
    Views
    2,572

    VS 2010 Re: Date in DatePicker

    still can not
  37. Replies
    9
    Views
    2,572

    VS 2010 Re: Date in DatePicker

    i tried modify code :

    tPO.Value = CDate(String.Format("{0:mm/dd/yyyy}", (dtt.Rows(0).Item("po_date"))))

    but same error
  38. Replies
    9
    Views
    2,572

    VS 2010 Date in DatePicker

    i have problem when display date data from database to display on DatePicker.
    the error is:
    "Conversion from string "30/08/2011" to type 'Date' is not valid."

    this vb code:

    dtPO.Value =...
  39. VS 2010 Re: Can not save data MS Access ?

    thank you :)
  40. VS 2010 [RESOLVED] Can not save data MS Access ?

    hi,

    i have problem when save data at ms access database (save multiple data)
    hire my code :

    Dim prodid As String
    Dim charga As Double = 0
    Dim iqty As Double = 0
    ...
Results 1 to 40 of 244
Page 1 of 7 1 2 3 4



Click Here to Expand Forum to Full Width