Search:

Type: Posts; User: vinzly

Search: Search took 0.02 seconds.

  1. Re: how not allowed user input a space in the first word in the textbox ??

    sir im tried ur code.
    yeah its really make i cant put space in the first word of textbox. But seems like that code not allow me to put space after first word
    example :
    i want to type in my...
  2. Re: how not allowed user input a space in the first word in the textbox ??

    Thank you so much sir..This fix my problem..

    eh sir,can u tell me how to make my textbox can respond when I press enter n doing my code??
  3. how not allowed user input a space in the first word in the textbox ??

    if i do it in textbox keypress,how guys??
  4. Re: Error : operation is not allowed when the object is open in vb6

    thx @datamister, im already change it. But error on : Missing semicolon (;) at the end of SQL statement
    i put symbol ";" at end,but still error


    30 straccess = "INSERT INTO test (nik, nama)...
  5. Re: Error : operation is not allowed when the object is open in vb6

    Like this @Mr.Datamiser??


    Private Sub btnload_Click()
    Dim cno As New ADODB.Connection
    Dim cna As New ADODB.Connection
    Dim rso As New ADODB.Recordset
    Dim rsa As New ADODB.Recordset

    Dim row...
  6. Error : operation is not allowed when the object is open in vb6

    this is my code :


    dim vstr as string

    Private Sub btnload_Click()
    Dim cno As New ADODB.Connection
    Dim cna As New ADODB.Connection
    Dim rso As New ADODB.Recordset
    Dim rsa As New...
  7. Replies
    2
    Views
    674

    Adding data in table(oracle)

    hi guys..

    im make program using vb6 n tried to get data from msaccess database ,display it in vb6 and save the data to oracle table database..

    The table name in oracle is testcoba. Now i can...
  8. Replies
    9
    Views
    1,150

    Re: About datagrid vb6

    sorry line 40 should be like this :
    40 Set rsa = oconn.Execute(strSQL)

    this is what u said earlier mr datamister?
  9. Replies
    9
    Views
    1,150

    Re: About datagrid vb6

    what im going to do is, to get or save data from datagrid in vb6 to oracle table/database.
    the data from datagrid in vb6 is from msccess table.

    im still not execute like what u said earlier. but...
  10. Replies
    9
    Views
    1,150

    Re: About datagrid vb6

    thx for fast reply datamister.
    im understand what u said.but how to execute method and not use a recordset?
    after i doing insert.
    so what should i do??Select * from??
    and may u write the code?
    ...
  11. Replies
    9
    Views
    1,150

    Re: About datagrid vb6

    rsa.Open strSQL, oconn, , , adCmdText
    Set dg1.DataSource = rsa
    oconn.Execute strSQL

    that oconn is already execute right??
    can u tell me how is execute u mean and also about recordset?

    thx .
  12. Replies
    9
    Views
    1,150

    Re: About datagrid vb6

    im testing with this code :
    Dim oconn As ADODB.Connection
    Dim rsa As ADODB.Recordset
    Dim strSQL As String

    Set oconn = New ADODB.Connection
    Set rsa = New ADODB.Recordset

    ...
  13. Replies
    9
    Views
    1,150

    About datagrid vb6

    about the title, how to get/take data from datagrid n save it to oracle database??
    any clue??

    another info,the data in datagrid is from msaccess database, n now i need to take it n save it to...
  14. How to take data in datagrid(VB6) to oracle database

    About title..

    Any suggestion n help??

    Thx
  15. Replies
    1
    Views
    2,383

    Syntax error in FROM clause in VB6

    hi guys..im new about vb6..
    i want to connect my database ms access to my vb6 and show it to datagrid..
    my database name is dbpegawai.mdb,table name is dtpegawai..
    datagrid name is dg1..

    the...
  16. Replies
    7
    Views
    3,309

    Re: How to compress bmp image with RLE algorithm

    so what is the point??so,can we compress it with RLE algorithm and decompress it back to image on vb 2010??
  17. Replies
    7
    Views
    3,309

    Re: How to compress bmp image with RLE algorithm

    im already seperate rgb value from image..like this photo...
    114349

    so,can we compress it with RLE algorithm and decompress it back to image??
  18. Re: Get RGB value from image and how to convert back to image from RGB value

    Thx for ur answer and code..i already try it and its WORK!!!thx sir..
    but i hv one more question ..does it possible if the pixel value in richtextbox convert back to an image..?
  19. Re: Get RGB value from image and how to convert back to image from RGB value

    Thx sir..im already test ur code..but that code is only show 1 rgb value when click on spesific place on photo.
    what i want is to extract all rgb value from photo..
    example like what i do right...
  20. Replies
    7
    Views
    3,309

    Re: How to compress bmp image with RLE algorithm

    how to code it in vb 2008/2010?
    :(
  21. Replies
    7
    Views
    3,309

    How to compress bmp image with RLE algorithm

    i need a help for my assignment...
    so my question is "How to compress bmp image use RLE algorithm with vb 2008 or vb 2010"??
    pls help...im newbie:)
  22. Re: Get RGB value from image and how to convert back to image from RGB value

    can u give me the .exe?? im so confuse...im newbie sir..
  23. Get RGB value from image and how to convert back to image from RGB value

    Hi im new in visual basic 2008..i want to ask for help..
    i hv assignment for my college to make program in vb 2008.

    i need to know how to Get RGB value from image and how to convert back to image...
Results 1 to 23 of 24



Click Here to Expand Forum to Full Width