abu taher 34 Practically a Posting Shark

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.

abu taher 34 Practically a Posting Shark

printer.print text1.text

use it. or more then ask

abu taher 34 Practically a Posting Shark

1st download & unzip it. and then open it.

abu taher 34 Practically a Posting Shark

its not clear to me.

abu taher 34 Practically a Posting Shark

nice example. I have nothing to say after it.

abu taher 34 Practically a Posting Shark

huge, huge demand. how it possible!!!!!!!!!!!!!!

abu taher 34 Practically a Posting Shark

#
Set rs = New ADODB.Recordset
rs.CursorLocation = adUseClient
rs.Open sql, conn, adOpenStatic, adCmdText '<<<error here'

can you tell me where is sql? and what will rs open?

abu taher 34 Practically a Posting Shark

then marked it solved.

abu taher 34 Practically a Posting Shark

i got it.
Printer.Print Text1.Text

abu taher 34 Practically a Posting Shark

you right.

abu taher 34 Practically a Posting Shark

it is possible and i did it later. every item entry under a category.

abu taher 34 Practically a Posting Shark

i buy a new motherboard. now all ok.

abu taher 34 Practically a Posting Shark

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.

abu taher 34 Practically a Posting Shark

try this. i think it can help you

abu taher 34 Practically a Posting Shark

when I exit the program the list box still the same .

is it possible?

abu taher 34 Practically a Posting Shark

what about wintoflash?

abu taher 34 Practically a Posting Shark

Window may not have it. But I have use Linux to install Linux OS boot on a pen drive. But I have not try on Windows.

it work also in win xp.

abu taher 34 Practically a Posting Shark

Actually I have nothing to say. its depend on your choose. or customer demand.

abu taher 34 Practically a Posting Shark

use msconfig. start run and write msconfig. then from startup tab unchecked program what you don't need. I didn't face any problem what mahela said. some program start with start windows. so you can disable it.

abu taher 34 Practically a Posting Shark

find it search engine like google, yahoo, bing...........
many free software you will get to make bootable pendrive. and get tips how to make it.

abu taher 34 Practically a Posting Shark

if you run it again did it shutdown again?

abu taher 34 Practically a Posting Shark

I give you a tips for backup & restore database. you can use copy command like

On Error GoTo err
MkDir "D:\Backup" ' its make a folder named backup
Dim fso As Object, MyFile As Object
Set fso = CreateObject("Scripting.FileSystemObject")

Set MyFile = fso.GetFile(App.Path & "\database.mdb")
MyFile.Copy ("D:\Backup\backup")
MsgBox " Back up sucessfully complete. ", vbInformation

err:
MsgBox "Backup file was already exist", vbInformation, "Alert"

abu taher 34 Practically a Posting Shark

try the attachment. see also this link.
http://www.daniweb.com/forums/thread29709.html
http://www.daniweb.com/forums/thread79930.html

or try to find out in google or other search engine.

abu taher 34 Practically a Posting Shark

for importing data

Dim cn As New ADODB.Connection
Dim rs As New ADODB.Recordset
cn.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & App.Path & "\database.mdb"
rs.Open "Select *From table1", cn, 3, 4

and others are try as ..........................usual.

abu taher 34 Practically a Posting Shark

Generally the exe run without vb6. you didn't say what problem? when you made a exe it will run without vb6. if you follow as vb5prgrmr it's better.

abu taher 34 Practically a Posting Shark

Use search engine like google, yahoo.

abu taher 34 Practically a Posting Shark

Demand are huge.

abu taher 34 Practically a Posting Shark

so try at 1st. you can take help from any search engine step by step what you said your post.
good luck.

abu taher 34 Practically a Posting Shark

I have nothing to say.:)

abu taher 34 Practically a Posting Shark

you can use the default tools of vb. it is in all programs > visual basic > visual basic tool> package & development wizard. from browse button you select your project and then do next by next.

abu taher 34 Practically a Posting Shark

try this

Private Sub Timer1_Timer()
      Text1.Text = Time
End Sub

set the interval = 1000

abu taher 34 Practically a Posting Shark

Try this:

Start>>Run

In Run enter the below text one line at a time and click OK after each entry:

regsvr32 dfrgsnap.dll

regsvr32 dfrgui.dll


If defrag still does nothing, open Run again and type "inf" without the quotes and click OK.

In there you will find a file called dfrg.inf right click this file, and select Install

abu taher 34 Practically a Posting Shark

I don't know how you format it (maybe manually). You can try like right click on my computer> manage and click on disk management. from here try to format it.

abu taher 34 Practically a Posting Shark

its not clear. so need more information.

abu taher 34 Practically a Posting Shark

lot of code gather. nice and nice.........its really make me happy:)

abu taher 34 Practically a Posting Shark

thanks .............. i will try

abu taher 34 Practically a Posting Shark

I want to find some thing in ms word. this is the default option of ms word. but here I want to do in my own language (cause the default option only support English). I can make it. but I don't know how it connect with ms word. I mean it work like a tool bar. when any body want to find any thing then he start it and then find. can any body give idea about it?

abu taher 34 Practically a Posting Shark

How it possible? who give you their own project. give your problem and take solution.

abu taher 34 Practically a Posting Shark

in the attach file I want the selected area will be fixed. I mean when I page down this section not go up. this will fixed and the above thing only move. how I do it?

abu taher 34 Practically a Posting Shark

To open a form of another project, you need to reference the project 2 in project 1. For that, you need to rebuild the entire

solution to create the exe file of Project 2 available in the bin folder. Then you need to add the references of the Project 2 exe in the Project 1.

We will also have to import the project 2 namespace in our project 1 using Import keyword.

Imports Project2

Then lets say on a button click, you may use the following code:

Dim frm As New Project2.Form1

    frm.ShowDialog()

I hope this will help.

abu taher 34 Practically a Posting Shark

please check it. I think it will help you.

abu taher 34 Practically a Posting Shark

This behavior occurs if a program's DisplayName or uninstall key name is longer than 63 characters.
Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry.
To resolve this issue:

1. Click Start, click Run, type regedit, and then click OK.
2. Locate the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
3. Click the folder of the program that has more than 63 characters in the title, right-click DisplayName, and then click Modify.
4. In the Value data box, type a name with less than 63 characters, and then click OK.
5. If the program's uninstall key name is longer than 63 characters, shorten it also. For example, the following key name is too long:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
1234567890123456789012345678901234567890123456789012345678901234
6. Quit Registry Editor.

abu taher 34 Practically a Posting Shark

Method 1: you didn't tell what operationg system you use. ok Move the "Temporary Internet Files" folder back to its original location
To complete Method 1 on a Windows Vista-based computer, follow these steps:

1. Click Start type Internet Options in the Start Search box, and then click Internet Options in the Programs list.
2. On the General tab, click Settings in the Browsing History area.
3. Click Move Folder.
4. In the Please select a folder to which you can add items navigation pane, locate the following folder:
C:\Users\User_Account_Name\AppData\Local\Microsoft\Windows
5. Click OK two times.
6. When you are receive the following message, click Yes:
Windows will now log you off to finish moving Temporary Internet Files. Do you want to continue?
7. Log on to Windows Vista again.

To complete Method 1 on a Windows XP-based computer or on a Windows Server 2003-based computer, follow these steps:

1. Click Start, click Run, type inetcpl.cpl, and then click OK.
2. On the General tab, click Settings in the Browsing History area.
3. Click Move Folder.
4. In the Please select a folder to which you can add items navigation pane, locate the following folder:
C:\Documents and Settings\username\Local Settings
5. Click OK, click Apply, and then click OK.


Method 2: Grant permissions to the "Temporary Internet Files" folder
To complete Method 2 on a Windows Vista-based computer, follow these steps:

abu taher 34 Practically a Posting Shark

device manager or task manager? by the way I give you a tips to enable and disable task manager.
1) go to run> regedit
2) HKEY_CURRENT_USER\software\Microsoft\windows\currentversion\policies\system
3) disabletaskmanager > REG_DWORD
4) value = 1 for enable and value = 0 for disable

abu taher 34 Practically a Posting Shark

or try to download from net.

abu taher 34 Practically a Posting Shark

I check all hardware (one by one) in another pc. every thing is ok. my graphics card is external. in another pc the graphics card was internal. so I could not check my graphics card. can you tell me did the graphics card make this problem.
another thing when I plug the agp card in another pc a sound occurred in cooling fan. when I unplug and connect the monitor the built in agp card the sound was stop.
one more thing: some time when I start the pc it was start and a few second after it restart and when I want to shutdown it manually by power button it not shutdown. why please?

abu taher 34 Practically a Posting Shark

I don't know more is it ok after repair.

abu taher 34 Practically a Posting Shark

best way is what vb5prgrmr said. if you not want to do this then supply these kind of file (.dll, .ocx or other what you use in your project) with exe.

abu taher 34 Practically a Posting Shark

you mean it not open or it not work. if it same in another pc then I think it was corrupted. so be sure is it ok or not?

abu taher 34 Practically a Posting Shark

for xp start menu speed up:
The default speed of the Start Menu is slow, but you can fix that by editing a Registry Key. Start->Run regedt32 and navigate to the following key:
HKEY_CURRENT_USER \ Control Panel \ Desktop \ MenuShowDelay

By default, the value is 400. Change this to a smaller value, such as 0, to speed it up.

If the speed of the Start Menu is slow, even after using the FAQ above, then you might try the following: Navigate to Display Properties> then Appearance then Effects and turn off the option titled Show menu shadow. You will get much better overall performance on your system.