Search results for query: *

  • Users: filistor
  • Content: Threads
  • Order by date
  1. F

    Question access in win8

    Hello all, i have deployed in the past a project in vb.net (net framework 3.5) and win.7 in which i used access as database and everything worked fine. When i tested the program in win.8 even though the program behaves as it should, the changes aren't saved in the database in the program...
  2. F

    Question embodied agent - capable of Lip-synching

    Hello all, i have created an educational software ( in vb.net) and it would be very nice if i could add an embodied agent in the program. I have included text to speech with microsoft sapi and e-speak but i have no idea how to display an animated character (perhaps flash?), that it could on the...
  3. F

    importing excel to database, user selects the destination of excel file

    hello! i ve built a program whith sql server, and i want the user to be able to update the database from an excel file. I have read the following code Dim con As OleDb.OleDbConnection = New OleDb.OleDbConnection("provider=Microsoft.Jet.OLEDB.4.0;data source=c:\CAD.xls;Extended...
  4. F

    printing a listbox or a datagrid?

    Hello, does anybody know how to print the contents of a listbox or a datagrid? I found the code to print a datagrid, but it only prints the part of the screen that is visible. (I also read you can transform the contents of the listbox as a long string and then print it as a textbox, but i can't...
  5. F

    How can i print a datagrid ?

    Hello, does anybody know how to print a datagrid ? I don't want the program to print the whole page, only the datagrid. Thank you
  6. F

    Please immediate help needed, msde fill problem in a form

    Please help! i have to deliver an html page for my university, listing financial pages, so i thought i could create it with vb and sql Desktop. Even though i can create applications using Sql, when i try to make a webform(with the same database) and fill it with data i get the error : Server...
  7. F

    print the whole form

    Hello, i want my apllication to print the whole form, instead of a textbox or a graphic. Do you know how i can do that? Thanks
Back
Top