Search results for query: *

  1. rzamith

    Application + database on an EXE file

    Hi, I have an application, created through vb.net 2003, with a database registered on SQL Server. Can someone explain me how to create an EXE file that includes application+database? Or at least something that excludes using SQL Server.. (considering that the database with no longer be...
  2. rzamith

    Using SP's inside VB.NET

    Im trying to manipulate my SQL Server database inside VB.net.. never done it, and im having some troubles! The only example I have is this one: Dim ds_sp As DataSet Dim conexao As SqlClient.SqlConnection Dim da_sp As SqlClient.SqlDataAdapter conexao = New...
  3. rzamith

    Clean an entire panel

    Hi ppl Can anyone tell me how to delete every single item from inside a Panel? Can't find a reset command or something similar. Greetings Zamith
  4. rzamith

    automatic label generator

    Hi everyone, I'm trying to develop a Gantt Chart, based on the amount of tasks chosen by the user. Can anyone tell me how do I make a cycle that automatically creates de labels (as the chart bars), depending on the number of tasks? Thanks, Rui Zamith
  5. rzamith

    Validating content of a ListView item

    Hi everyone, I'm implementing a kind of "project manager" software, and I chose to use the listview as the tool to list all the tasks of the project. I'm having problems to validate the items that the user inputs. For instance, one of the columns is a "datetime" type (example: 11-07-2006), and...
Back
Top