Search:

Type: Posts; User: lamagra1913

Search: Search took 0.02 seconds.

  1. Specifying unicode when launching java from vb?

    I am using this command:
    bSuccess = ShExecEx(lpBatchCmd, lpParams, lpPath, hwnd)

    I have set up my lpparams but I have not been able to specify unicode.

    Anyone know the command to specify...
  2. Replies
    1
    Views
    476

    OLEDragDrop error

    Configuration: I have a vb client that is able to dragdrop to a java applet. That works fine.

    The problem: When I am draging from a vb text box to another vb textbox (same form) and I drop it...
  3. Replies
    2
    Views
    540

    Adjusting File menu in VB 6.0

    For somereason I cannot figure out how to adjust the file > menu or tools > drop downs in my tool bar (in my application).

    I have searched near and far to add in the tools menu > Video Options.
    ...
  4. Replies
    7
    Views
    806

    Re: launch a .bat from vb?

    RB,

    These are all really good ideas.

    The c:\.bat was just to give file location in my code i have the name in
    I am trying to get the first suggestion to work.

    When using the shellexecute...
  5. Replies
    7
    Views
    806

    launch a .bat from vb?

    Hello all,

    How do I launch a .bat from vb? I have tried a system("c:\.bat") and a shell("c:\.bat"). Neither one of these worked for me. Could anyone give me any direction on how to do this?
    ...
  6. Replies
    1
    Views
    640

    Create VB and JAVA exe?

    Hey I was wondering if someone could link me or explain to me how to create an exe? It is a vb client that will end up calling a java class (in which that java class calls mutliple)..


    I have the...
  7. Replies
    1
    Views
    558

    Calling .java/.class from VB?

    Hello all,

    I was wondering how I would go about launching a java application (main class JAVACALL.java) from form.vb?

    Thanks,
    Randy
  8. Replies
    0
    Views
    343

    Grid copy paste function question

    Hello all,

    I am looking for the function that used when you copy a string and paste it into a column in the grid. Before inserting it I need to run some checks on the string before the user can...
  9. Re: Setting cursor position in a grid column

    What I need is the cursor to return the end of the string line. The grid column still has the focus but, when I take out the data and parse it and stick it back in the cursor is at the front of hte...
  10. Setting cursor position in a grid column

    Hello,

    I am retrieving the user input (real time) and checking for line feeds, paragraph returns, etc.. etc... But when I do this my cursor is set to the beginning of the column in the grid. How...
  11. Replies
    3
    Views
    723

    Creating standalone exe of program

    wondering if anyone has any resources/code/ideas on how to make a standalone version of the program. We are using vb .net in visual studio 2005. We have created a .exe but when it runs you must have...
  12. Re: Datetimepicker resets field once sets then resets?

    Ok pretty much once the datetimepicker is changed i want it to check to see if it is greater than today.. if it is print a message and go back to the current date.

    The problem: It will change the...
  13. Replies
    1
    Views
    603

    Deleting a date in access?

    query = "Delete from log where idDate ='" & Date.Parse(Date.Today) & "'"

    Giving me a data missmatch error... Data in database is 4/19/2006

    any ideas?
  14. Datetimepicker resets field once sets then resets?

    Ok i am going to post my code here.. The problem is that once they change the datetime on cbxLogDate and it is past the current date it will say you cannot do this change the date to today.. It will...
  15. Replies
    3
    Views
    663

    How to populate a listview?

    Just wondering how to populate a list view. I have tried binding and loading in values with column names in a datatable but i am having no luck. Anyone have any sample code or ideas?
  16. Need help or idea showing list of editable records

    Ok i know this is going to be weird but please just stay with me lol...

    I need to show an entire set of records on a form. I also need to be able to select a record and be able to edit it. Editing...
  17. Replies
    2
    Views
    780

    Re: Groupbox and access database

    Do you feel that this is the best way to populate a table and then allow me to edit the table using a command buttona and retrieving the values?
  18. Replies
    1
    Views
    643

    Retrieving values of DataGrid

    Simple question:
    How do you retrieve the values of a column in a datagrid when it is highlighed/selected? I have been trying to mess around with datagrid1.currentcell but i am just not getting it.....
  19. Replies
    2
    Views
    780

    Groupbox and access database

    I was thinking about using a groupbox to show an entire table from an access database. I just want it to be able to show every record in the database and possibly be able to modify the record based...
  20. Replies
    3
    Views
    624

    Re: Runtime updating combobox

    the combo box is bound to a data table... How do i unbind it and then rebind it?
  21. Replies
    3
    Views
    560

    Passing variables/values to forms

    How do you pass values between forms? I have looked everywhere and i see very complex code and i think that it could/should be done much easier.. Can anyone tell me?
  22. Replies
    3
    Views
    624

    Runtime updating combobox

    I was wondering how I can update a combo box from a different form when the user has inputed data into the database.

    example
    LoginForm calls CreateUser
    create user adds a user to the db and the...
  23. Replies
    14
    Views
    1,011

    Re: SQL insert for access database

    This worked!!!!!!!

    Thank you very much i have been wrapping my head around this for a couple of hours...


    Thank you again!
    Randy
  24. Replies
    14
    Views
    1,011

    Re: SQL insert for access database

    [Highlight=VB]
    Public dbcCSC As OleDbConnection
    Public Sub createCon()
    dbcCSC = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Documents and Settings\Randy\My...
  25. Replies
    14
    Views
    1,011

    Re: SQL insert for access database

    No sir. I am asking for the vb.net commands to do this. I have the query all built just wanting to know how to access the database without returning any values, or a boolean true false..
  26. Replies
    14
    Views
    1,011

    SQL insert for access database

    Very simple question..

    What is the command to just execute the insert statement on the database?

    command.?
  27. Replies
    20
    Views
    71,923

    Re: Filling a DataTable using a DataReader

    Once i have it with the names in it and they choose which name they want. Do I have to use the even listener for the combo box and use the id as the select statement or can i pass the table somehow...
  28. Replies
    1
    Views
    586

    Binding DataTable to ComboBox

    Hey guys and gals,
    I have racked my brain on this and I was given, in the code bank, a good example on how to do this but i am still soooo lost..

    All I want to do is be able to store 3 values...
  29. Replies
    1
    Views
    646

    Combo box update

    Hey guys and gals,
    I am fairly new to .net but i have a simple question. My question would be I have populated a combo box using

    Dim CMD As OleDbCommand, wrkSQL As String = ""
    ...
Results 1 to 29 of 29



Click Here to Expand Forum to Full Width