2,383 Posted Topics

Member Avatar for wit tier
Member Avatar for Serunson
0
49
Member Avatar for bihartourism
Member Avatar for dnk

first, what of grid that you want to use with data control. On Properties of Data1 : [CODE]DatabaseName = your database pathName. RecordSource = Table that you want to use.[/CODE] Then, Ex you use MSFlexGrid : On MSFlexGrid properties ->[B]DataSource = Data1[/B]

Member Avatar for dnk
0
115
Member Avatar for mi6_thor
Member Avatar for djcolej
Member Avatar for isotope
Member Avatar for hawashafiq

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

Member Avatar for Jx_Man
0
58
Member Avatar for nadith_cs
Member Avatar for c++ prog

see this link : [URL="http://www.vbdotnetforums.com/showthread.php?t=12469"]http://www.vbdotnetforums.com/showthread.php?t=12469[/URL] Happy Coding friend :)

Member Avatar for Jx_Man
0
306
Member Avatar for Monk_knoM
Member Avatar for nurjb

Hi Nur... Welcome To Daniweb Friend :) PS : Nur kamu tinggal bali ya??

Member Avatar for nurjb
0
18
Member Avatar for az_master

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

Member Avatar for Jx_Man
0
83
Member Avatar for bashir matovu
Member Avatar for rybo
Member Avatar for kerek2
Member Avatar for Oscar G. Gidei
Member Avatar for haiku11000
Member Avatar for forumhound
Member Avatar for RockyOne
Member Avatar for pikkas

[code=sql] /* ============================================================ */ /* 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 */ /* …

Member Avatar for Jx_Man
0
108
Member Avatar for Logo
Member Avatar for Rasjoe
Member Avatar for nav33n
0
113
Member Avatar for hawisme000

why use [B]or[/B]?? if the value 3 2 4 5 6 then the result is 3 cause the first state is pass (3 > 2). when use or operand, if one state was passed then another state not checked by prog again. use [B]and[/B] operand. [code=vb]If Val(Text1.Text) > Val(Text2.Text) And …

Member Avatar for choudhuryshouvi
0
93
Member Avatar for Sahiba
Member Avatar for Mark Hendriksen
Member Avatar for tylerpenney
Member Avatar for jlevesque
Member Avatar for White Eagle
Member Avatar for nirmala_n6
Member Avatar for zandiago
0
24
Member Avatar for ryacine
Member Avatar for shaka2
Member Avatar for zandiago
0
34
Member Avatar for lindanit
Member Avatar for shinnxennosagga
Member Avatar for willcomp
Member Avatar for gowtham
Member Avatar for ehteshamshah
Member Avatar for practor
Member Avatar for xtracoolit
Member Avatar for Serunson
0
30
Member Avatar for patricia2008
Member Avatar for Jx_Man

if u have a power to plan the dream as you want, what a dream you will plan to dream on?

Member Avatar for EnderX
0
147
Member Avatar for jray
Member Avatar for Sawamura

Try This Following Code : [code=vb]private declare function SHEmptyRecycleBin Lib "shell32.dll" Alias "SHEmptyRecycleBinA" (ByVal hwnd As Long,ByVal pszRootPath As String,ByVal dwFlags As Long) As Long Private Const SHERB_NORMAL = &H10 Private Const SHERB_NOCONFIRMATION = &H1 Private Const SHERB_NOPROGRESSUI = &H2 Private Const SHERB_NOSOUND = &H4 Private Const SHERB_NOALL = _ …

Member Avatar for choudhuryshouvi
0
147
Member Avatar for Bushido Hacks
Member Avatar for msr_viz

This a Good article (from LewisC) [URL="http://downloads.enterprisedb.com/alpha/EnterpriseDB_OraCompat_8.2_v1.2.pdf"]http://downloads.enterprisedb.com/alpha/EnterpriseDB_OraCompat_8.2_v1.2.pdf[/URL]

Member Avatar for alimahboob
0
109
Member Avatar for avadhut_ekal
Member Avatar for cometburn
Member Avatar for Sroxx
Member Avatar for sudane
Member Avatar for appu.puli

hi appu this forum for vb not c++. [CODE=c++]you can use cout<<"Hello World";[/CODE] but once again you post on wrong forum.

Member Avatar for Jx_Man
0
45
Member Avatar for markx_018

[URL="http://www.daniweb.com/forums/thread108926.html"]http://www.daniweb.com/forums/thread108926.html[/URL] [URL="http://www.daniweb.com/forums/thread105570.html"]http://www.daniweb.com/forums/thread105570.html[/URL] [URL="http://www.daniweb.com/forums/thread105604.html"]http://www.daniweb.com/forums/thread105604.html[/URL]

Member Avatar for Jx_Man
0
218

The End.