Jx_Man 987 Nearly a Senior Poster Featured Poster

Welcome To Daniweb friend :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

Welcome To Daniweb Friend :)

Jx_Man 987 Nearly a Senior Poster Featured Poster
Neji commented: thanks for links +1
Naruse commented: helps link +1
Jx_Man 987 Nearly a Senior Poster Featured Poster

Hi Darryl... Welcome TO Daniweb Friend :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

Hi Welcome TO Daniweb Friend :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

Hi Aikell... Welcome TO Daniweb Friend :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

- Set Desktop wallpaper
- screen saver
but i think calculator is good for you.
So... Happy Coding

Jx_Man 987 Nearly a Senior Poster Featured Poster

Hi Farrhad.... Welcome To Daniweb :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

see this link :
http://www.vbdotnetforums.com/showthread.php?t=12469

Happy Coding friend :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

great work. happy coding friend :)
don't forget to mark this thread solved

Jx_Man 987 Nearly a Senior Poster Featured Poster

call the function from module and calculate in form

Jx_Man 987 Nearly a Senior Poster Featured Poster

what a piece code :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

Welcome To Daniweb Friend :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

Welcome To Daniweb Friend :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

Welcome To Daniweb Friend :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

Hi Conklin Welcome To Daniweb Friend :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

Welcome To Daniweb Friend :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

Welcome To daniweb Sid :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

hmm... give me a day and i'll post it for you.

Jx_Man 987 Nearly a Senior Poster Featured Poster

see this thread :
http://www.daniweb.com/forums/thread110150.html
you can see an attachment by shouvik about adodb

Jx_Man 987 Nearly a Senior Poster Featured Poster

first, what of grid that you want to use with data control.
On Properties of Data1 :

DatabaseName = your database pathName.
RecordSource = Table that you want to use.

Then, Ex you use MSFlexGrid :
On MSFlexGrid properties ->DataSource = Data1

Jx_Man 987 Nearly a Senior Poster Featured Poster

i think wayne already answered this thread. :D

Jx_Man 987 Nearly a Senior Poster Featured Poster

this forum for vb.net friend :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

you're welcome friend.
don't forget to mark this thread solved.

Jx_Man 987 Nearly a Senior Poster Featured Poster

SQL Server Configuration Manager

Jx_Man 987 Nearly a Senior Poster Featured Poster

HI Jerry... Welcome To Daniweb :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

Hi Oscar... Welcome To Daniweb Friend :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

Welcome To Daniweb Ryan :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

Hi Jeff... Welcome TO Daniweb Friend :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

Hi Namaste... Welcome To Daniweb Friend :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

Hi Nur... Welcome To Daniweb Friend :)

PS : Nur kamu tinggal bali ya??

Jx_Man 987 Nearly a Senior Poster Featured Poster

save in what database Friend??

Jx_Man 987 Nearly a Senior Poster Featured Poster

pikkas, actually you post in wrong forum. you should post in Database forums.

Jx_Man 987 Nearly a Senior Poster Featured Poster
/* ============================================================ */
/*   Table: SUPPLIERS                                           */
/* ============================================================ */
create table SUPPLIERS
(
    SUPPLIERID                      varchar(10)           not null,
    COMPANYNAME                     varchar(40)           not null,
    DESCRIPTION                     varchar(100)          null    ,
    SORTORDER                       int                   not null,
    ACTIVE                          tinyint               not null,
    constraint PK_SUPPLIERS primary key (SUPPLIERID)
)
go

/* ============================================================ */
/*   Table: ORDERSTATUS                                         */
/* ============================================================ */
create table ORDERSTATUS
(
    ORDERSTATUS                     varchar(10)           not null,
    SUPPLIERID                      varchar(10)           null    ,
    STATUS                          varchar(40)           not null,
    DESCRIPTION                     varchar(100)          null    ,
    SORTORDER                       int                   not null,
    ACTIVE                          tinyint               not null,
    constraint PK_ORDERSTATUS primary key (ORDERSTATUS)
)
go

/* ============================================================ */
/*   Index: RELATION_20_FK                                      */
/* ============================================================ */
create index RELATION_20_FK on ORDERSTATUS (SUPPLIERID)
go

alter table ORDERSTATUS
    add constraint FK_RELATION_20 foreign key  (SUPPLIERID)
       references SUPPLIERS (SUPPLIERID)
go
Jx_Man 987 Nearly a Senior Poster Featured Poster

huh?? i was tried to download this file and its working. sorry but i don't have a file for vb.net 2003. lol

Jx_Man 987 Nearly a Senior Poster Featured Poster

in google.... :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

hi Mathura.... Welcome to Daniweb friend :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

hi..
see this program, but i do in vb 6.0 :

Key Spy.zip

i don't know how much this help....

Jx_Man 987 Nearly a Senior Poster Featured Poster

as shouvik said, Item is not member of listbox, if u want to add new item in listbox use listbox.additem("whatever").
if u want to display item selected add this code :

Private Sub List1_Click()
  If List1.ListIndex > -1 Then
        txtOutput.Text = List1.List(List1.ListIndex)
    End If
End Sub
Jx_Man 987 Nearly a Senior Poster Featured Poster
List1.AddItem ("Whatever")
Jx_Man 987 Nearly a Senior Poster Featured Poster

so if you select item in listbox, it will display in textbox. isn't it?

Jx_Man 987 Nearly a Senior Poster Featured Poster

a complete one. :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

already answer by SolTec

Jx_Man 987 Nearly a Senior Poster Featured Poster

Hi... Welcome To Daniweb Friend :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

Hi... Welcome To Daniweb friend :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

Hi Sharada... Welcome To Daniweb friend :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

Hi... Welcome To Daniweb friend :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

sync??describe a little bit more friend :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

Hi .. Welcome to daniweb :)

Jx_Man 987 Nearly a Senior Poster Featured Poster

Hi James.. Welcome to daniweb :)