Search:

Type: Posts; User: skyman2610

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    7,091

    SQL Databases Create, Update, and Query

    One thing Visual Basic has always been good at is interacting with databases. VB.NET continues this great tradition. In fact this tutorial and source sample shows how you can create a SQL database,...
  2. Replies
    1
    Views
    1,878

    get return value of exe in vb 6.0

    hi everyone!
    how to call exe from vb and get return value of exe in vb6

    for example

    max.exe(int [])
    thanks !!!
  3. Replies
    14
    Views
    1,368

    Re: form close button

    yes, i have tested your way, but i saw some problem, hic!!!
  4. Replies
    6
    Views
    1,268

    MsOf10 Re: Delete rows in VBA?

    i think your problem need change to follow this code:
    Dim ws As Worksheet
    For Each ws In ActiveWorkbook.Worksheets
    'code
    Next ws
  5. Replies
    4
    Views
    835

    Re: [RESOLVED] writing to excel error

    in this code, i think you should change, oExcel = CreateObject("Excel.Application") if vartype(oExcel) != "O"
  6. Replies
    28
    Views
    87,621

    Re: [RESOLVED] A simple contact form asp.net 2.0

    thanks for your code, i think it so simple and useful for me and most of peoples
    can you share some code like it
    thanks!!
Results 1 to 6 of 6



Click Here to Expand Forum to Full Width