2,383 Posted Topics
Re: 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] | |
Re: - Set Desktop wallpaper - screen saver but i think calculator is good for you. So... Happy Coding | |
Re: this forum for vb.net friend :) | |
Re: see this link : [URL="http://www.vbdotnetforums.com/showthread.php?t=12469"]http://www.vbdotnetforums.com/showthread.php?t=12469[/URL] Happy Coding friend :) | |
Re: call the function from module and calculate in form | |
Re: Hi Nur... Welcome To Daniweb Friend :) PS : Nur kamu tinggal bali ya?? | |
Re: 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 | |
Re: save in what database Friend?? | |
Re: sync??describe a little bit more friend :) | |
Re: [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 */ /* … | |
Re: 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 … | |
![]() | |
if u have a power to plan the dream as you want, what a dream you will plan to dream on? | |
Re: 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 = _ … | |
Re: 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] | |
| |
Re: 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. | |
Re: [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] |
The End.