543 Posted Topics

Member Avatar for zigpy_siva

>>my friend suggested me to use Cristal Reports(which i am not able to find for VB 6.0) Cristal reports is a different software. its not able in vb6. you need to collect it. >>is there any better way of using reports or how to use cristal reports.. it is easy …

Member Avatar for SANJAY.DESHMUKH
0
186
Member Avatar for abu taher

after shutdown when I start it again then the pc not start. when I press the power button nothing occurred. I check the power button and the connection. all ok. I disconnect the cable of power button and start it manually by connect the pin but nothing happened. what I …

Member Avatar for caperjack
0
115
Member Avatar for marzzz21
Member Avatar for Masterace

you mean this?[CODE]Private Sub Form_click() Print Date; Time End Sub [/CODE] I don't understand this: when form is print i get to see the day & time events took place

Member Avatar for vb5prgrmr
0
73
Member Avatar for rahulmpatki

this code show c drive serial number[CODE] Private Sub Form_Load() 'Show drive serial number for the current drive MsgBox " Drive serial number for " & Left(App.Path, 1) & ": " & GetDriveSerialNumber End End Sub Public Function GetDriveSerialNumber(Optional ByVal DriveLetter As String) As Long Dim fso As Object, Drv …

Member Avatar for abu taher
0
2K
Member Avatar for jemz
Member Avatar for Masterace

use a timer control for spalsh screen. if u need to make a transparent form then try this.

Member Avatar for WaltP
0
103
Member Avatar for FoxTint
Member Avatar for donkey_pasta
0
188
Member Avatar for Masterace

try this[CODE]Private Sub cmdStart_Click() While ProgressBar1.Value < ProgressBar1.Max Do ProgressBar1.Value = ProgressBar1.Value + 1 text1.Text = (ProgressBar1.Value / ProgressBar1.Max) * 100 & "%" Loop Wend End Sub[/CODE]

Member Avatar for avirooge
0
190
Member Avatar for bdrkb

No declarations at all. 1. Create a form and add two textboxes; TextBox1 and TextBox2 2. Add a command button; CommandButton1 3. Copy the code below to the code window. 4. Run the program, enter the number in TextBox1 and click CommandButton1... [CODE]Function Getword(strNumber) Dim strtemp As String Dim x, …

Member Avatar for avirooge
0
158
Member Avatar for lawal2000
Member Avatar for abu taher
0
110
Member Avatar for loulule

[CODE]label1.caption = text1.text + text2.text[/CODE]I give you a very simple code. you can modify it as your requirement.

Member Avatar for abhi.navale
0
165
Member Avatar for ssegarane

it may help you. [URL="http://www.vbforums.com/showthread.php?t=526298&highlight=vb6+application+run+vista"]this[/URL]

Member Avatar for abu taher
0
111
Member Avatar for miggy
Member Avatar for abu taher
0
55
Member Avatar for dingo61
Member Avatar for abu taher
0
49
Member Avatar for Masterace

[QUOTE=Masterace;1124252]need codes for saving in pad or harddrive[/QUOTE] need more details. what you want to save?

Member Avatar for abu taher
0
74
Member Avatar for mushcroom

plz comfirm the hard drive dedection .if hard drive dedect install a fresh windows. so 1stly u need to confirm the hard drive is ok with partition.

Member Avatar for mushcroom
0
120
Member Avatar for jemz

[QUOTE=jemz;1122561]qveen72..where i can get this "Package & Deployment Wizard"..?[/QUOTE] you will get it in Microsoft vb.6 tools from all program menu. try to find it a fresh copy of vb6. for make exe try to follow what they said. like kinwang2009 .

Member Avatar for peter_budo
0
197
Member Avatar for Manswab
Member Avatar for StvenWesley
Member Avatar for trytrytry

you said option!!! somebody will misunderstand with it. cause option button is different thing in vb6. the above code is better for do. its nice vb5prgrmr. ok try another[CODE]If Combo1.Text = "apple" Then formapple.Show[/CODE]

Member Avatar for trytrytry
0
196
Member Avatar for papi23

it depend on various reason. sometime cooling fan made it, when pc become hot then it could occurred. some virus may be made it. 1stly u check it as bob said.

Member Avatar for crunchie
0
92
Member Avatar for kikilala
Member Avatar for tanvir0066
Member Avatar for abu taher
0
206
Member Avatar for kinwang2009

There is no built in method for this....you would have to write the code yourself. I agree with vb5prgrmr. There have been a number of posts about screenshots....try searching there first.you can see this [URL="http://support.microsoft.com/default.aspx?scid=kb;en-us;Q161299"]link[/URL]

Member Avatar for kinwang2009
0
180
Member Avatar for roxxy_boiz14

You can use various search engine with right keyword. you will get this type of project there. in this forum you can see the read me. many sites address placed here. you also can see it.

Member Avatar for jhai_salvador
0
283
Member Avatar for necky

u can use this[CODE]adodc.recordset.find("cus_id = "abc")[/CODE]i use my own code, you can change it.:cool:

Member Avatar for abu taher
0
35
Member Avatar for tanvir0066
Member Avatar for karimsb

it is best way what vb5prgrmr said. another way u can copy this file from c:\windows\system32 and then paste it with ur exe folder.

Member Avatar for abu taher
0
104
Member Avatar for cebubismac
Member Avatar for shrikant.s.k

see this [URL="http://www.smsoft.ru/en/ntservice.htm"]link[/URL]. what kind of service u want?

Member Avatar for abu taher
0
131
Member Avatar for moviemain
Member Avatar for mackone
0
68
Member Avatar for jemz

this is simple code to print directly. [CODE]Printer.Print Text1.Text[/CODE] it print, what u write in text1.text.

Member Avatar for QVeen72
0
222
Member Avatar for koematic

I can give u a suggestion. try this. connect ur hard drive in another pc. then remove the password. like: 1. go to windows>system32>config 2. then delete 'SAM' file I think ur password will delete after do it.

Member Avatar for abu taher
0
120
Member Avatar for jemz

>>how to connect Microsoft access I didn't read ur all code. on ur question I want to say. u can do it many way. one of the way is, simple put the data control in ur form. then in properties tab connect the database from database name. and then select …

Member Avatar for jemz
0
144
Member Avatar for RahulV

[QUOTE=RahulV;1113646] Is there any place where we can get free controls or components for VB 6.0?[/QUOTE] You can use any search engine and type the right keyword for search it. [QUOTE=RahulV;1113646] use any C# or VB.NET controls or components in VB 6.0[/QUOTE] Assuming that this is a DLL written in …

Member Avatar for abu taher
0
80
Member Avatar for jemz

nice jemz. for local variable normally every body use : Dim. it is easy to use. but alternative way to use Dim is like : [CODE]'for Integer Year% = 1999 'for Long number&=123456584 'for Single radius!=9985 'for Double Price# = 44545.95 'for Currency Taka@ = 10500.50[/CODE] But man doesn't like …

Member Avatar for codefixer
0
112
Member Avatar for rnyamonga
Member Avatar for rnyamonga
0
188
Member Avatar for sddunakhe
Member Avatar for MidiMagic

you can do one thing. you can check your startup program what was start with you os. go run and type msconfig. click startup tab. I think u can see it here. or if it run after disappear you can find out in process tab of windows task manager.

Member Avatar for MidiMagic
0
2K
Member Avatar for وحش الصحراء
Member Avatar for mackone
0
50
Member Avatar for solid28

welcome. u are right. its really enjoyable to learn a new program all time.:pretty:

Member Avatar for abu taher
0
44
Member Avatar for soccerreff
Member Avatar for chukeej

[QUOTE=chukeej;1091617]Under Desktop - Background...several of my downloaded pictures are listed.[/QUOTE] I am not understand what u want to say. did u delete the default picture of windows? and want to add new?

Member Avatar for abu taher
0
134
Member Avatar for jmsnake

I agree with crunchie. after do this work , if u faced any problem then plz again knock here.

Member Avatar for abu taher
1
136
Member Avatar for TerryTurner
Member Avatar for abu taher
0
46
Member Avatar for Robinson chris
Member Avatar for cwarn23
Member Avatar for jonsca
0
154
Member Avatar for annaawills

hello. welcome everybody. thanks to share your knowledge with us. we hope we get lot of help from you.:)

Member Avatar for abu taher
0
50
Member Avatar for xorpej

[QUOTE=xorpej;1104376]Im a 4th year computer engineering student. i really love my course, especially programming, specifically, using VB.Net. Hope you all can help me reach my goals. lol.[/QUOTE] welcome, most welcome here..........:)

Member Avatar for abu taher
0
45

The End.