vb 2008

  1. P

    Question video click through?

    I need some help regarding a project i found online. It plays any video on the desktop see through and it is not click-able through. Is there some way to get the window the movie starts to play in to play on top of all windows and also make it click-able through? A fast reply would be very much...
  2. stianxxs

    Question Getting Command not implemented. The server response was: 5.5.1 Unrecognized command.

    I get this error Command not implemented. The server response was: 5.5.1 Unrecognized command. when tryin to send a mail using SMTP (GMAIL) in my mail client. It's uses my.settings strings for i.e password and mail etc. Thanks in advance
  3. tgf-47

    Question Microsoft ReportViewer Problem. Please help

    I have a problem. Everything works perfectly, but on the drillthrough event. Say I clicked on the cell that contains the value of "Peter". How can I get the clicked value of the report to a variable? Public Sub DemoDrillthroughEventHandler(ByVal sender As Object, _ ByVal e As...
  4. A

    Question How do I save Listbox items in a My.Settings code?

    So, I have created this program and I want it to save the items that can be added into the list box with the My.Settings codes. (So every time I open the program the items will be there) Thanks so much! :) I really need help!
  5. V

    Data Binding Question

    Hello, I'm pretty new to VB, and need some help with a project I'm working on. I'm trying to create a random name generator, and in order to store all the names I'm using an SQL database. I've got the database set up (simple version just until I get it working) and here's basically what I want...
  6. jimirayyng

    Question Treeview unique branch text

    Hi, This is my first post, please be gentle....:) I Have a treeview that has its nodes populated by clicking on a row in a grid, i keep stuff like the record key in the node.tags and build the node text from the fields in the record (I obtained the data from the db earlier). Any amount of...
Back
Top