Search Result

Collapse
4 results in 0.0015 seconds.
Keywords
Members
Tags
2008
  •  

  • How do I create a Microsoft Access Database Search Engine with Visual Basic 2008

    Hey guys,
    i have been having trouble getting started with a visual basic 2008 project. I happen to be reasonably new to visual basic and am finding that it is more difficult to work out solutions than it is using javascript or php within web programming.

    Anyway the project that i am working on is a small piece of software that can search different tables in a Microsoft Access 2003-2007 Database depending on the selection criteria...
    See more | Go to post

  • ruckfules99
    started a topic Control Array Error?

    Control Array Error?

    Can someone tell me what a "Control array error" is and how to fix it?

    Heres the error i get "Control Array Element "0" Doesn't Exist" And it's with the following code:

    Code:
    Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
    If PicOpponent(Index).BorderStyle = 0 Then
        For i = 1 To 5
            PicOpponent(i).BorderStyle = 0
    ...
    See more | Go to post

  • ruckfules99
    started a topic Continuous media player in VB

    Continuous media player in VB

    I'm always so close to being done my "game" and then i think of adding something new to it....

    I know that in vb 6.0 that there is a "windows media player" tool, but it only allows you to play one song, not a different song after one is finished. So i searched on youtube and found a video

    http://www.youtube.com/watch?v=n69NJ...e=channel_page

    and in this video he shows that...
    See more | Go to post

  • Kai12
    started a topic combo box with 'Please Select' in vb 2008

    combo box with 'Please Select' in vb 2008

    Hello
    I am trying to create a combo box that would display data from a dataset, and also a 'Please Select' as the first item. I have written the following code which derives from a combo box and it works fine in visual studio 2003 but in 2008 would not display the comboboxtext (which is 'Please select'). any one has any ideas what i have done wrong?

    Code:
    Public Class DoubleDataSourceCombo
        Inherits ComboBox
    ...
    See more | Go to post
    Last edited by Curtis Rutland; Jan 13 '09, 01:22 PM. Reason: Please use [CODE] tags when posting code
Working...