abu taher 34 Practically a Posting Shark

change the content of one dll and ocx writing destruction code inside your file.

can you give me more details

abu taher 34 Practically a Posting Shark

rm_daniweb
if you don't mind please modify the code what write by crackerjacker .

abu taher 34 Practically a Posting Shark

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.

abu taher 34 Practically a Posting Shark

hi crackerjacker

now that msg not show. but when I change my computer date more 365 days now the msg not show like 'hi'. the text box show the that date when I start the program.

abu taher 34 Practically a Posting Shark

I think macfee. its free and its update files also free.

abu taher 34 Practically a Posting Shark

You can use [F8] to step through your code 1 line at a time. If there is none, then you need to fix that bug so that your command1 will have a parameter that it can use. It can't use a NULL value.

yes there is none, how can I fix .....

abu taher 34 Practically a Posting Shark

hmmm... data report with condition?...

try browsing to my site > Downloads > AE4AA Projects > Computer Shop...

www.silentproject.cjb.net

..That project my solve your problem...

QUOTE]

1. its a log in form. need password.
2. in print button there was no condition

abu taher 34 Practically a Posting Shark

this msg show:
run time error '5'
Invalid procedure call or argument

now what I do?

abu taher 34 Practically a Posting Shark

So, you answer my question with another variable. That's interesting. And so, if I ask you what the value of Param1 is you would give me another variable?

No value in param1

abu taher 34 Practically a Posting Shark

(param1 as long)

abu taher 34 Practically a Posting Shark

What values are you getting for Text2.Text?

I don't understand

abu taher 34 Practically a Posting Shark

help me any body

abu taher 34 Practically a Posting Shark

>> do a date diff based on "d" (day) and if >= 365 display message/shutdown program.


Please help me with code. and details

abu taher 34 Practically a Posting Shark

I made a project (exe). I want when a user use it , after 6 month or 1 year it will expired. I mean the exe is use for 1 year. after 1 year it will show a msg. like: demo version for 1 year. contact with author.

abu taher 34 Practically a Posting Shark

help me anybody

abu taher 34 Practically a Posting Shark

sorry , you are right. I use your code but One of data control use manualy.

abu taher 34 Practically a Posting Shark

I made simple database project. just add a data and see it. but when I run it another computer it show a massage. massage is below:

'E:\Vb6\New folder\db1.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected the server on which the file resides.

When I Press ok (in massage) the exe is running. no problem occurd. problem is only the massage. anybody help me.

abu taher 34 Practically a Posting Shark

please help me with this thread

abu taher 34 Practically a Posting Shark

every thing is ok. thanks

abu taher 34 Practically a Posting Shark

I also say as like Cguan_77.

abu taher 34 Practically a Posting Shark

Private sub from_load()
HScroll1. Min = 1
HScroll1. Max = 100
HScroll1. LargeChange = 10
end sub


Private Sub HScroll1_Change()
Label1.Caption = HScroll1.Value
End Sub

abu taher 34 Practically a Posting Shark

what you mean? "it doesnt just end."
You want it will hide? then write code in form_laod
"me.hide" or "form1.hide"

abu taher 34 Practically a Posting Shark

you can tell here. you can tell details, no problem. everybody can share your problem.

abu taher 34 Practically a Posting Shark

I think at first you a book for some idea. you can make many small program by this book. when you faced any problem you can ask about it here. everbody help you. so I thing at first you start and then share yourself here.

abu taher 34 Practically a Posting Shark

you can connect it by properties. just put a data control and select its properties: connect database access and select the file location and then select the recordsource . all you by its properties.

abu taher 34 Practically a Posting Shark

I made another report by this code. like I select two date (from and to) show data for a preiod like a week or a month. there I use it.

however Please tell me what code I can use here.

abu taher 34 Practically a Posting Shark

I made data report with condition. I want to input a student id number in a text box and press a button to show all data of this student, but a problem when i input a number in the text box (and press the button) for show the report a msg show.

Run time error 2147217887(80040e21)
[micorsoft][ODBC microsoft access driver] optional feature not implemented.

i write code in the button:
Load DataEnvironment2
With DataEnvironment2
If .rsCommand1.State <> 0 Then .rsCommand1.Close
.Command1 Text2.Text
End With
DataReport2.Show
what problem ? Please help me

abu taher 34 Practically a Posting Shark

you can remove it by avg or macfee.

abu taher 34 Practically a Posting Shark

I agree with paddy. cause it update very quickly. another hand you can user macfee. but its update file is so long like 60/120 mb. it also freeware.

abu taher 34 Practically a Posting Shark

its not work. I do it like : I write this code in that text box where I want to enter 3. and the other textbox show (when from load) date 24-03-2009. I don't understand what probleM? please tell me ...

abu taher 34 Practically a Posting Shark

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?

abu taher 34 Practically a Posting Shark

I want when I write some text in a textbox it direct pass in data report. I mean generally a data report connect a database and show data from it. but here I want I write and it pass that time data report.

abu taher 34 Practically a Posting Shark

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.

abu taher 34 Practically a Posting Shark

you can do it very easily. just put a data control. in properties slelect connection type access (if you want to connect office 2000 or next version you need service pack 6). and select the location of file. and then in record source select the table.

abu taher 34 Practically a Posting Shark

Deva all of your answer wasn't clear. you answer sortly. some time many man didn't understand like me. cause we are (like me) are new in vb. so please answer like vb5prgrmr.

abu taher 34 Practically a Posting Shark

i write code in the button:
Load DataEnvironment2
With DataEnvironment2
If .rsCommand1.State <> 0 Then .rsCommand1.Close
.Command1 Text2.Text
End With
DataReport2.Show

what problem in this code? any body help me.

abu taher 34 Practically a Posting Shark

dear hkdani
if you don't mind can you help me one more. how can I open start menu by clicking a button.

abu taher 34 Practically a Posting Shark

Hi,

Place the Image Control on the Form, Make its property :
Strech = True
and in Form's Re-Size Event Write this Code:

1.
Image1.Width = Me.Width
2.
Image1.Height = Me.Height - 300

abu taher 34 Practically a Posting Shark

thanks. but, dear tell me about my computer. it works with control panel.

abu taher 34 Practically a Posting Shark

Dear Deba what your answer!

dear vb5prgrmr, please clear and details.

abu taher 34 Practically a Posting Shark

Private Sub MSFlexGrid_Click()
from1.Text1.Text = MSFlexGrid.TextMatrix(MSFlexGrid.RowSel, 0)
from1.Text2.Text = MSFlexGrid.TextMatrix(MSFlexGrid.RowSel, 1)
end sub

this code show data in text box when you click row of msflexgrid. after show in text box you can easily save in database.

abu taher 34 Practically a Posting Shark

If I click a button how my computer will be open? I want I click a button then my computer will be open.
help me with my computer, control panel

abu taher 34 Practically a Posting Shark

same code you can use , what you use in another database like access. its not different.

abu taher 34 Practically a Posting Shark

anybody can help me please.

abu taher 34 Practically a Posting Shark

How can I link?

abu taher 34 Practically a Posting Shark

you can tell me with vb6.

abu taher 34 Practically a Posting Shark

if possible then please tell me how I do it.

abu taher 34 Practically a Posting Shark

I make two table in ms access. both of two table has like 'student name' column. when I enter a name it save in table1. Now I want this name will save in table2 automatically. I mean I don't enter this name in table2, but it will store this name automatically when the name enter in table1.

abu taher 34 Practically a Posting Shark

Please details. your answer I don't understan.

abu taher 34 Practically a Posting Shark

1.
I work with a database project. Now I want to show all data (from a table like 'student name' column) in a combo box. how can I do this. I connect the database by system DSN and adodc control. plese any body help me.

2.
If I select a name or ID from this combo box how the all data of this person's will show in data report.