User Profile

Collapse

Profile Sidebar

Collapse
steve1rm
steve1rm
Last Activity: Mar 12 '08, 03:41 PM
Joined: Sep 28 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • You cannot write AI in Visual Basic.

    If you want to start using AI then you should look at programming languages that are specific to AI. One that I used was prolog with a command prompt application. To get the windows version then you will need strawberry prolog. These are declarative languages that are specific to AI.

    I hope that helps,

    Steve
    See more | Go to post

    Leave a comment:


  • writing an event to that will inform a parent form

    Hello

    I have a form that has a user control on it (built the user control myself). The user control consists of text boxes and buttons.

    One of the buttons is a delete button. When the button is clicked I would like to have the parent form that the user control is on to be alerted by this delete.

    I think i have to write events in the user control that the parent will be able to listen for and do something...
    See more | Go to post

  • steve1rm
    started a topic difficult question deployment with crystal reports
    in .NET

    difficult question deployment with crystal reports

    Hello,

    I need you help with a crystal report problem. The report is very simple, and I have already done the layout. Howerver, I need to deploy. I am using crystal reports version 10.

    I have found some information on the internet about using ODBC using the DNS. And using the code below to write the connection. However, I tried wroking the code but didn't work for me. Here is it anyway.

    code (put in a separate...
    See more | Go to post

  • steve1rm
    started a topic prevent multiple forms from opening.

    prevent multiple forms from opening.

    Hello,

    I have a menu that a user can click and open a window. However, if the user was to click this form many time, it will continue to open up more windows. I want to prevent this from happening. If the user clicks open, it should just open the window once, if the window is already open, then it should get focus for that window.
    Visual basic 2005 .Net

    I hope you understand, this is my code so far.
    ...
    See more | Go to post

  • steve1rm
    started a topic reloading a datagrid with new data from a dataset
    in .NET

    reloading a datagrid with new data from a dataset

    Hello,

    I have a main form with a datagrid.

    When I add I click a add button and another form (customer form) will open. I enter in the new data and click add customer button. The customer is saved in the database. After the another function will be called to get the new customer and fill a dataset for the datagrid datasource. However, the datagrid form does not show the new customer. I have to close the main form first...
    See more | Go to post

  • steve1rm
    started a topic reloading a datagrid with new data from a dataset
    in .NET

    reloading a datagrid with new data from a dataset

    Hello,

    I have a main form with a datagrid.

    When I add I click a add button and another form (customer form) will open. I enter in the new data and click add customer button. The customer is saved in the database. After the another function will be called to get the new customer and fill a dataset for the datagrid datasource. However, the datagrid form does not show the new customer. I have to close the main form first...
    See more | Go to post

  • steve1rm
    started a topic find all datas on a sql server
    in .NET

    find all datas on a sql server

    Hello,

    I developed the code below to find all sql server on the network. Once the sql servers have been found display all the database that they have. The first part work. But the I can't get the servers to display their database. I have 3 sql servers, and they all display the databases on the local host, no matter which one I select.

    Can anyone check my code below, thanks very much.

    How can I put a test...
    See more | Go to post

  • steve1rm
    started a topic crystal reports and typed datasets
    in .NET

    crystal reports and typed datasets

    Hello

    I have to create some reports. I have been told to use typed dataset as this is the best way for deployment.

    I am using visual basic 2005, sql 2005 and crystal report 10

    Does any one know of any good tutorials that tell you clearly how to do this. This is my first time.

    Thanks in advance,

    Steve
    See more | Go to post

  • provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specifie

    Hello,

    I have a problem trying to connect a remote sql server. The error:
    An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)

    DEVSQL computer name
    ...
    See more | Go to post

  • steve1rm
    started a topic installing sql 2000 & 2005 side by side

    installing sql 2000 & 2005 side by side

    Hello,

    I have a version of 2000 already installed which I still need. However, I recently installed 2005, something did not install right, so I was forced to de-install it. However, when I go to sql configuration manager, my named instances in 2005 are still there.

    Is there anyway to do a complete de-install of 2005? Maybe a step by step on what to take of first?

    Just another question, how can you install...
    See more | Go to post

  • steve1rm
    started a topic ms installer
    in .NET

    ms installer

    Hello,

    I found a good solution using clickonce. Using the following code:


    [HTML]If (System.Deploym ent.Application .ApplicationDep loyment.Current Deployment.IsFi rstRun)) Then
    Dim setConnection As New ServerSettings( )
    setConnection.S how()
    Else
    Dim logMeIn As New Login()
    logMeIn.Show()
    End If[/HTML]
    ...
    See more | Go to post

  • Deploying 2 applications, one will call ther other one.

    Hello,

    I have 2 applications. In application 1 have a developed a simple setup wizard where the user has to enter some details. After they click next to continue and enter some more details. After they have done that, they will click finish. And Application 1 will call the setup of application 2 to install application 2

    Application 2 will execute this line to install application 2

    [HTML]returnType = Shell("C:\Appli cation2\setup.e xe",...
    See more | Go to post
No activity results to display
Show More
Working...