543 Posted Topics
Re: >>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 … | |
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 … | |
Re: 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 | |
Re: 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 … | |
| |
Re: use a timer control for spalsh screen. if u need to make a transparent form then try this. | |
Re: I don't understand what the description. the head line is different from description. | |
Re: 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] | |
Re: 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, … | |
Re: I think debasis Idea is nice. but waltp said on your topic (what you want to know) | |
Re: [CODE]label1.caption = text1.text + text2.text[/CODE]I give you a very simple code. you can modify it as your requirement. | |
Re: it may help you. [URL="http://www.vbforums.com/showthread.php?t=526298&highlight=vb6+application+run+vista"]this[/URL] | |
Re: so far I know, 250 is last size:confused:. u can try it. | |
Re: for more, you can check it a another computer. I think then u can find your problem. | |
Re: [QUOTE=Masterace;1124252]need codes for saving in pad or harddrive[/QUOTE] need more details. what you want to save? | |
Re: 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. | |
Re: [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 . | |
Re: I don't understand whats your problem? | |
Re: 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] | |
Re: 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. | |
Re: what kind of error occurred? more details. | |
Re: what u want to search? like: from database, from text file or other? plz details. | |
Re: 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] | |
Re: 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. | |
Re: u can use this[CODE]adodc.recordset.find("cus_id = "abc")[/CODE]i use my own code, you can change it.:cool: | |
Re: what kind of error msg show, so write details plz. | |
Re: 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. | |
Re: what u want to do? plz details. | |
Re: see this [URL="http://www.smsoft.ru/en/ntservice.htm"]link[/URL]. what kind of service u want? | |
Re: this is simple code to print directly. [CODE]Printer.Print Text1.Text[/CODE] it print, what u write in text1.text. | |
Re: 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. | |
Re: >>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 … | |
Re: [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 … | |
Re: 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 … | |
![]() | Re: not repair. plz try to install a fresh windows again. I think then solve ur problem. ![]() |
Re: for add data, what code u use. plz post ur code. | |
Re: 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. | |
Re: welcome. u are right. its really enjoyable to learn a new program all time.:pretty: | |
Re: [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? | |
Re: I agree with crunchie. after do this work , if u faced any problem then plz again knock here. | |
Re: you can see it. I think you get help from it. | |
| |
Re: hello. welcome everybody. thanks to share your knowledge with us. we hope we get lot of help from you.:) | |
Re: [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..........:) |
The End.