543 Posted Topics

Member Avatar for androidz
Member Avatar for AndreRet
0
770
Member Avatar for Neilco

I think not like that. your description is not clear to me. when the problem occur? after enter os or before enter the os?

Member Avatar for Neilco
0
116
Member Avatar for Hakeemiredia

nobody can give you the sample. better way, you will get lot of sample in internet. so try to search with right key word with any search engine. like google, ask or other.

Member Avatar for AndreRet
0
94
Member Avatar for abu taher

in a textbox I write 100000. I want another text show automatically "one lac". I mean it aumatically show the in word of that numeric number what I write. how it possible.

Member Avatar for debasisdas
0
410
Member Avatar for junjun61991
Member Avatar for bipinbaglung

I think its impossible. you can take a diffrent way like shortcut folder or send to folder. or other way.

Member Avatar for jak0b
0
107
Member Avatar for gingank

lot of man come here to learn many thing. so don't worry. Dezirous give you the answer. so check it. good luck.

Member Avatar for asd111
0
107
Member Avatar for pmark019
Member Avatar for abu taher

A text box show current date(like 24-03-2009). I write in other textbox 3. I want when I write 3 then the textbox (24-03-2009) automatically increase month like 24-06-2009. how it possible?

Member Avatar for abu taher
0
109
Member Avatar for Kalusingh

you can down load free project from search engine. then you can see what u want.

Member Avatar for kinwang2009
0
263
Member Avatar for nerdthon123
Member Avatar for fourty

if you mean: to show the current time of computer then please try this [code]text1.text = now ' show time & date Text1.Text = Format(date, "dd/mm/yyyy") ' show date[/code]

Member Avatar for AndreRet
0
180
Member Avatar for jatt09
Member Avatar for AndreRet
0
82
Member Avatar for VBNew
Member Avatar for thug line
Member Avatar for Preet20

Sometimes they get corrupted even though they look ok. I ran into something like this, but it wouldnt compile only crash during compile. So I created a new .vbp by creating a new project, then adding all the references, forms, modules, and classes. Then I saved it as the original …

Member Avatar for abu taher
0
138
Member Avatar for mukesh113

did you scan your pc with anti virus? some time virus can do this. some time After attach a keyboard, a mouse or another USB-based input device to your computer, your computer may no longer shut down correctly. For example, your computer may stop responding (hang) after you click Turn …

Member Avatar for abu taher
0
80
Member Avatar for fourty

if you mean: how to create a exe file or setup file, then just follow this way. for exe: from file menu > make a project exe for setup file: all programs> Microsoft visual basic > Microsoft visual basic tools > package & development wizard from here 1st you locate …

Member Avatar for abu taher
0
79
Member Avatar for paulas24

[QUOTE]i have tried it in another computer and the hard disk is not being detected. [/QUOTE] if its happened normally you can say the harddisk dead. so 1st you need to confirm it.

Member Avatar for rch1231
0
126
Member Avatar for hinks

please try this. [CODE] Dim txtsid As String Dim Founder As Boolean txtsid = UCase(InputBox("Enter The Staff ID:", "Staff Search")) If Len(txtsid) > 0 Then 'add this line Data1.Refresh Data1.Recordset.MoveFirst Founder = False End If Do While (Not Founder) And (Not Data1.Recordset.EOF) 'u can add UCASE i just removed it …

Member Avatar for snurd
0
100
Member Avatar for maichy
Member Avatar for Andrey Luiz
Member Avatar for Andrey Luiz
0
52
Member Avatar for kjet1
Member Avatar for flamer_x86

you didn't tell us how you got it. so please and then mark it solve.

Member Avatar for abu taher
0
84
Member Avatar for jewood3310

did you check your hardware like. agp, ram . I think you need to check all hardware separately.

Member Avatar for abu taher
0
120
Member Avatar for koti86

you can [URL="http://www.themisteriosos.com/hide-installed-program-from-addremove-programs-start-menu-with-hide-programs-freeware.htm"]check it[/URL]. I think it can help you.

Member Avatar for abu taher
0
49
Member Avatar for sonhouse

I am not sure. you can check with anti virus. if you go back with system restore i think its help you.

Member Avatar for abu taher
0
150
Member Avatar for Kingcoder210

I didn't see all code of your. so, to delete a row, you could just use : Code: MSHFlexGrid1.RemoveItem(RowIndex) But, How much unwanted data are you talking about ¿ If it's a lot of unwanted rows, surely it will be quite a tedious task in deleting one row at a …

Member Avatar for abu taher
0
235
Member Avatar for ferkevin04

it discussed before. like [url]http://www.daniweb.com/forums/thread135921.html[/url] [url]http://www.daniweb.com/forums/thread140342.html[/url] [url]http://www.daniweb.com/forums/thread100213.html[/url]

Member Avatar for kinwang2009
0
646
Member Avatar for shaileqs90

>> I don't know whats the code. so it is difficult to help you. take a help from any search engine.

Member Avatar for James cuck
0
327
Member Avatar for jemz
Member Avatar for Krs13

An invalid variable is being referenced. To create an object variable, declare the object variable and then assign a valid reference to the object variable using the Set statement. Similarly, a With...End With block must be initialized by executing the With statement entry point. 1.Make sure the object variable references …

Member Avatar for AndreRet
0
284
Member Avatar for xirosen
Member Avatar for gangaloves7
Member Avatar for Krs13
Member Avatar for chamnab

First above all i would like to know which antivirus are you using. Because the restart problem is always due to a virus. Hence I can guarantee you that there wont be any virus in your system. And check the device manager whether all the drivers are installed properly , …

Member Avatar for abu taher
0
94
Member Avatar for onemack
Member Avatar for lyncejo
Member Avatar for zebnoon

walaikum as salam. use the package & development wizard. location: all programs> vb6> vb6 tools> package & development wizard. from this wizard select the project and then go ahead step by step.

Member Avatar for zebnoon
0
2K
Member Avatar for shena

check this. I think it will help you. [url]http://support.microsoft.com/kb/316475[/url]

Member Avatar for AndreRet
0
265
Member Avatar for Krs13

[QUOTE=Aslam Mansoor;1311701]So, you may write to me to my email address> [email][email protected][/email] <[/QUOTE] don't use private email. its not fair. by the way, when enter data by code and you write code for enter its automatically update data. like: With rs .CursorLocation = adUseClient .Open "SELECT * FROM table1", cn, …

Member Avatar for kinwang2009
0
163
Member Avatar for junjun61991
Member Avatar for AndreRet
0
275
Member Avatar for Ghost34

[QUOTE=;]# Set rs = New ADODB.Recordset rs.CursorLocation = adUseClient rs.Open sql, conn, adOpenStatic, adCmdText '<<<error here'[/QUOTE] can you tell me where is sql? and what will rs open?

Member Avatar for kinwang2009
0
210
Member Avatar for udaraps
Member Avatar for SC0
Member Avatar for SC0
0
108
Member Avatar for abu taher

when a datareport show, there has a button to print the page manually. I want when I click the button (to show the data report,it will not show), the page print directly. I don't want to show data report and don't click that button (print) in this page.

Member Avatar for abu taher
0
146
Member Avatar for abu taher

some data entry in some field. like: ID name amount 01 taher 100 02 kamal 200 01 taher 500 I don't know what data entry in field. in my vb project i have some textbox. I want one textbox show the Id: 01 and other text box show the (total …

Member Avatar for abu taher
0
85
Member Avatar for abu taher

in my project man can entry their income or expenses. like: paper sale, pencil sale etc. they entry it like: paper $200.00, pencil $100.00. they also made a group or category. here they entry paper and pencil under 'sales' group. so every thing depend on user. here I want the …

Member Avatar for abu taher
0
84
Member Avatar for abu taher

when I press my power button 3 or 4 time (on off) or some time more then display show in monitor. when I press 1st time then the pc start but no display show in monitor. when I off it and then again on it ( 3 or 4 time …

Member Avatar for abu taher
0
199
Member Avatar for abu taher

when i want to link a child command with parent command (in data environment) then show this massage. but i make a relation with same field. then why show this massage. nb: i write sql in command.

0
54

The End.