Search:

Type: Posts; User: codesearcher

Page 1 of 13 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    1,272

    program icon

    How can I use the application icon used by vb.net when no icon is set?
  2. Re: mysql stored procedure and INSERT INTO sql statement

    Thanks for the replies

    But I resolved it with transaction on stored proc.
  3. [RESOLVED] mysql stored procedure and INSERT INTO sql statement

    I am using mysql database and I have sql statement below:

    INSERT INTO tbl_test2(id,ln,fn,mn) SELECT * from tbl_test1; or
    INSERT INTO tbl_test2(id,ln,fn,mn) SELECT id,ln,fn,mn from tbl_test1; ...
  4. Replies
    2
    Views
    2,113

    mysql sample

    May I please ask for example for mysql crud. I am learning through example. thanks you.
  5. Replies
    0
    Views
    1,642

    android encryption and decryption

    Good day. I have a question, I am doing encryption and decryption of a string, part of the encryption and decryption function is the keypassword. If they say that they can disassemble the android...
  6. suggestion for installer for dll and ocx only

    Can anyone suggest me an installer for dll and ocx only. I know vb6 package and deployment wizard but I need to deploy only dll and the ocx.
  7. VS 2015 Re: how to learn or familiarize with the namespaces

    Thanks for the replies guy. On ther other hand may I specifically ask about this imports statement for namespaces like

    Imports System.Collections.Generic

    So the namespace used here is from...
  8. VS 2015 how to learn or familiarize with the namespaces

    When you are a Windows guy, more or less you know where you files are and why is it there placed or installed.
    When you are new to Linux OS, the structure of the files and folder directory is not...
  9. VS 2015 community edition 2015 and android app

    Good day. I create a web browser app as part of learning it. My problem is, the screen cannot be zoom in or out using finger touch. How can I enable zoom in and out using finger screen touch ?
  10. VS 2015 [RESOLVED] deploying android app to mobile phone problem

    So I tried using community edition 2015 with xamarin to create a simple android web browser.
    set the compile version to 4.2, minimum target to 4.2 and target android version to 4.2.
    Then I run it...
  11. Replies
    0
    Views
    472

    VS 2015 error on creating project

    I use community edition 2015 and I am trying to create a new blank app (android) but I get an error "Object reference not set to an instance of an object". What does that mean, how will I know what...
  12. Replies
    1
    Views
    599

    VS 2015 community edition installation

    I installed the community edition all its features. After that, it did not detect the android-sdk and as I checked, yes there was no adb.exe on the android-sdk folder.

    What was missing in the...
  13. Re: save formatted text character to database

    Yes. thanks you again Dilletante. I never knew that there was such property.

    Resolve to richtextbox1.textrtf
  14. [RESOLVED] save formatted text character to database

    This is in line with my thread "what vb6 component is this ?" but I am not using yet the RTBCompose example given by Dilletante. Thanks again for that example Dilletante.


    So I have created the...
  15. Replies
    6
    Views
    2,065

    Re: what vb6 component is this ?

    thanks Dilletante for the example.
  16. Replies
    6
    Views
    2,065

    Re: what vb6 component is this ?

    so there is no actual component that have this all and it is meant to be created ?
  17. Replies
    6
    Views
    2,065

    [RESOLVED] what vb6 component is this ?

    what vb6 component is this ?
  18. Replies
    7
    Views
    2,626

    Re: how to query to list range dates

    Though is it possible to create a table with dates so I can do relational query to it, but I am thinking if it is also possible to get the same result without create a table with all the list of...
  19. Replies
    7
    Views
    2,626

    Re: how to query to list range dates

    I have this sample transactions table, for example

    tbl_transactions
    field1: trdate
    field2: userid

    Now if I have records like

    trdate | userid
    01/01/2016 | 1
  20. Replies
    7
    Views
    2,626

    how to query to list range dates

    This involve to table field to query a result but I would like to list in rows a result of sql query between two dates. Im using mysql. I been thinking awhile now, i cant have idea of what statement...
  21. Replies
    1
    Views
    530

    application hang problem

    I have code below to check for piracy of my software. Though it is not the best out there but perhaps way to make it harder or annoying to be pirated.



    Public Sub CheckForPiracy(num As Long)
    ...
  22. Replies
    1
    Views
    593

    VS 2015 android crud

    Hi, I am mostly a vb6 programmer and I have not much knowledge about vs2015. Right now I want to learn about vs2015 to create android app to do mysql CRUD, display record to textbox and display to...
  23. Replies
    1
    Views
    3,884

    request for example

    Hi I want to learn android programming by studying and by following examples and play with it.

    Right now, I want to learn how to do the CRUD on mysql database and display it on textboxes and...
  24. Re: string saving and presentation

    I tried but its not display on the report as I have typed on the textbox line by line.
  25. Re: string saving and presentation

    Do we have an answer for this problem ? For example, I typed on the textbox a paragraph like so:

    1. Sentence 1
    2. Sentence 2
    3. Sentence 3

    and save it to database with table field type TEXT....
  26. Re: string saving and presentation

    Yes crystal have that option.
  27. Replies
    3
    Views
    808

    inventory item costing

    i am using fifo inventory method. And let say, on year end, we have inventory physical count and found out that there were inventory adjustment both that will increase and decrease the inventory...
  28. Re: string saving and presentation

    I am not sure how the function will work if i get the data directly from database to crystal report.
  29. [RESOLVED] string saving and presentation

    Scenario:
    Db is mysql
    Report used is crystal report
    Field is text data type
    Vb6 textbox is multi line

    I want to save a paragraph of multiline from textbox to text field and retrieve it to...
  30. Re: Cannot save Ñ character on mysql database

    What do I use with SP to store string to database?
  31. Re: Cannot save Ñ character on mysql database

    I tried

    Text2.text= ConvertToUTF8(Text1.text)

    where the value of text1.text is Ñ and the result is ? (question mark character).

    So I am passing now the question mark character to the stored...
  32. Re: Cannot save Ñ character on mysql database

    Didnt know that how to do that. How is it done? Im using vb6.
  33. Re: Cannot save Ñ character on mysql database

    Up on this post
  34. Cannot save Ñ character on mysql database

    On my server all charset and collation is set to utf8 and utf8_unicode_ci.
    On my database, tables and fields is also set to utf8 and utf8_unicode_ci.
    My connection charset is also utf8.

    When I...
  35. Replies
    11
    Views
    2,213

    Re: form caption alignment

    Oh maybe theme related, i have not thought about that. I will check that when Im on my pc.

    Though it maybe trivial, I am thinking if it will center align, I can force it to left align.

    Ps. ...
  36. Replies
    11
    Views
    2,213

    form caption alignment

    On windows xp it is left align by default but on win7 and later, I see that it is centered? How do you set it to what alignment ?
  37. Replies
    10
    Views
    9,160

    Re: when to close ado connection

    Thanks Datamiser for organizing better. With your code, rs and cn object as destroyed on form unload. May I just ask to how what is the difference if I placed that on the addrecord sub?
  38. Replies
    10
    Views
    9,160

    Re: when to close ado connection

    TG, thanks for replying.

    I will take note about the states.

    TG, basically, I follow this way of opening and closing connection, and like you said, close it when you're done with it.

    For...
  39. Replies
    10
    Views
    9,160

    [RESOLVED] when to close ado connection

    I have this select, insert, update and delete action queries.

    As usual, I open connection and recordset objects. Then, created the sql string to execute then I do
    cn.execute string_name, then...
  40. Replies
    24
    Views
    1,891

    Re: describe in a word

    we just assume any circumstance.
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width