- Strength to Increase Rep
- +8
- Strength to Decrease Rep
- -2
- Upvotes Received
- 17
- Posts with Upvotes
- 16
- Upvoting Members
- 13
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
Software Developer who intend to build a career with leading corporate of hi-tech environment with committed & dedicated people
- Interests
- coding just coding nothing else
- PC Specs
- 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz 2.80 GHz
Re: why you are using calender or month view.....??? its just a matter of selecting a date only...you can easily use the date picker control in vb....there is already a one in there for your use....just add the [B]Microsoft Windows Common Control 2 6.0[/B] from components list and use the [B]datepicker … | |
Re: its better to use an update query instead of using the update method. | |
Re: the answer in the post #2 is correct. but there is another way. if u do not need a huge installing process then just install the vb6 runtime files on the target compuer along with ur apps. u can get the vb6.0 sp4 runtime files from [URL="http://www.microsoft.com"]http://www.microsoft.com[/URL] | |
Re: the most secured way to solve your problem is to find the hard disk serial no. of the pc where you wish to install your application only. When starting the program get the HDD serial no and compare it with serialno. of the pc where you wish to solely install … | |
Re: [QUOTE=saini balvinder;510596] i dont want the user to type command manually in to register the control (regsvr32) is there someway i can create a setup file only for this control so it will be automatically registered in his pc??[/QUOTE] you can create a ms-dos batch file to accomplish this task. … | |
Hello Folks, I have an ASP.Net 2.0 web application which was successfully debugged, published, uploaded and tested on IIS server. But the problem is, I can access this application on my localhost only but when I am trying to access this from some other machine which is also in the … | |
Re: [quote=samer_control;377460]I need a help for adding icon for my file association to be visible not as unknown file format i the explorer............[/quote] [U][B]TRY THE FOLLOWING CODE :-[/B][/U] ' This module enables you to create file association to ' your program in the registry. Your own filetype will also ' have … | |
Hello fellows, I have some files which consists a setup program worth 11.1 gb in size. I want to burn these files into multiple dvds. For example, 3 dvds having size of 4.7gb OR 2 dvds one can be 8.5gb in size and another one can be 4.7gb in size. … | |
Re: [QUOTE=pao286;572894]i created a game program using vb6 and i finish it already my problem is how can i make this program ready to install in or become installer.[/QUOTE] follow the following steps to create the installer for ur project. but before trying this make sure that u have created the … | |
Re: u can accomplish this in two ways. either u use [CODE] form1.show vbmodal [/CODE] here form1 is form which will appear in front of the form which u wish to keep behind or [CODE] form2.enabled=false [/CODE] here form2 is the form which u wish to keep behind otherwise u can … | |
hi, guys here is my question:- I've created an application for opening text files. there i got two forms.one contains the textbox where the contents of the file will be displayed. there is a button.clicking this will move me to another form which is displaying modally.in the second form i … | |
Re: [QUOTE=technogeek_42;507459]i had a problem how can i download music to my project and what is that command and who can give me a sample of a project that is like a media player or mp3 player. thnx to all[/QUOTE] check out this sample application. regards Shouvik | |
Hello all, we have a vb.net windows appliacation that uses sql server as backend. we have created all reports for this application using crystal report that is embedded in visual studio 2005. everything is working fine except the reports specially which needs to be displayed is custome mode. we have … | |
Re: [QUOTE=az_master;536042]please i need a code that can help me search records from a table in vb.[/QUOTE] check out this code. this code used the followings :- DATABASE : student.mdb TABLE : details FIELDS : roll, name DB LOCATION : same as the project folder OUTPUT CONTROLS : txtrollno (for holding … | |
Re: as long i know it's not a standard vb6 class or u haven't included the reference to the class. | |
Re: [QUOTE=mariegomez84;553719]The point is that when I'm trying to open this program (executable version) in another program with no Visual Basic installed, it doesn't work; I have the "ActiveX component can't create object" error.[/QUOTE] each and every error in visual basic 6 compilation has a distinct cause/meaning for it. the above … | |
Hello all, I have created the setup/installer for my application using the PDwizard. The installation is working all good (as its expected). For uninstallation, I have used a custom program (created by me) instead of directly calling the st6unst.exe. This program is called from both programs shortcut menu as well … | |
Hello folks, I beg your pardon if I have posted the thread in wrong forum. But my query is related to sql server and visual basic 6, so I thought posting it here rather from visual basic forum will help me getting most replies.... I have developed an client-server based … | |
Hello, I am creating an automobile finance system for retail bike dealer. The system contains features using which inventory, purchase, sales and party (customers, suppliers, manufacturers, financers) details can be maintained. Here inventory indicates to vehicles only which can be two wheeler, three wheeler and four wheeler. A lot of … | |
Hello there, Is there any way of disabling caching of asp.net pages in folder or application level.... meant to say, is there any option available in the web.config file for disabling caching...i have done by using page wise...but need to disable caching for all pages in my application... plz help … | |
Re: check out this sample program. don't forget to give your geedback. | |
Re: well you can use the following syntax to implement option buttons :- [B]if option1.value=true then ''code your statements elseif option2.value=true then ''code your statements end if [/B] an option button has two state to judge its selection and it has a value method which is a boolean type parameter. if … | |
Re: try the code in the attachment... hope this becomes useful... regards Shouvik | |
| |
Re: use this code ''''''''''''''''''''''PASTE THIS INTO A MODULE'''''''''''''''''''''''''''''''' Public valnum, valsent As String Private n, intpart, realpart, numchar, intword, realword, spltval, spltword As String Private flag As Boolean Public Sub WordConvert() n = "" intpart = "" realpart = "" numchar = "" intword = "" realword = "" spltval … | |
Re: can you be more cleared on that? | |
Re: [QUOTE=Butt Gee;467190]I am a beginner in Visual basic. I recenly was testing one of the applications I developed and have a problem to run it. The application basicly is a database that I can add/remove/update...etc records and it uses a microsoft access database to connect to. I have no problems … | |
Re: [QUOTE=Simple;534923]How to create a Installation fiel in Visual Basic 6.0? Vasanth[/QUOTE] follow the following steps to create the installer for ur project. but before trying this make sure that u have created the executable(.exe) for ur project. hope u know how to create that. 1.close ms vb6.0 ide 2.click start>-programs->microsoft … | |
Hello all Folks, Its been a long time since I am posting something here. My problem is, when I am connecting my computer to the internet, the website of my ISP is opening. Every time I connect to the internet, this site is opening which is now really making me … | |
Re: [QUOTE=kartouss;571575]Hello, I need to a browse button to be able to open an image in the image control and also be able to get the path for the image... Can anyone help...[/QUOTE] Check out this sample project. look the screenshot also. and tell me what do you think about it. … |