Posts
 
Reputation
Joined
Last Seen
Ranked #760
Strength to Increase Rep
+8
Strength to Decrease Rep
-2
94% Quality Score
Upvotes Received
17
Posts with Upvotes
16
Upvoting Members
13
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
14 Commented Posts
0 Endorsements
Ranked #334
~92.1K People Reached
About Me

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
Favorite Tags
Member Avatar for nagatron

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 …

Member Avatar for Sambhunath_1
0
2K
Member Avatar for dragonheart
Member Avatar for shahriar2403

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]

Member Avatar for Shubham_4
0
2K
Member Avatar for zawpai

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 …

Member Avatar for aamir.tiwari.9
0
1K
Member Avatar for saini balvinder

[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. …

Member Avatar for Reverend Jim
0
171
Member Avatar for choudhuryshouvi

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 …

Member Avatar for choudhuryshouvi
0
219
Member Avatar for samer_control

[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 …

Member Avatar for johnangolluan
1
929
Member Avatar for choudhuryshouvi

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. …

Member Avatar for tinstaafl
0
2K
Member Avatar for pao286

[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 …

Member Avatar for CJ_Pyro
0
6K
Member Avatar for plusplus

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 …

Member Avatar for samsylvestertty
0
158
Member Avatar for choudhuryshouvi

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 …

Member Avatar for Luc001
0
162
Member Avatar for technogeek_42

[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

Member Avatar for AndreRet
0
3K
Member Avatar for choudhuryshouvi

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 …

Member Avatar for maildummyabc
0
2K
Member Avatar for az_master

[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 …

Member Avatar for ChrisPadgham
0
199
Member Avatar for christophertheo

as long i know it's not a standard vb6 class or u haven't included the reference to the class.

Member Avatar for samangelin
0
952
Member Avatar for mariegomez84

[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 …

Member Avatar for WaltP
0
598
Member Avatar for choudhuryshouvi

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 …

Member Avatar for faroukmuhammad
0
121
Member Avatar for choudhuryshouvi

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 …

Member Avatar for choudhuryshouvi
0
536
Member Avatar for choudhuryshouvi

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 …

Member Avatar for choudhuryshouvi
0
128
Member Avatar for choudhuryshouvi

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 …

Member Avatar for choudhuryshouvi
0
802
Member Avatar for dilip_singh3
Member Avatar for lady_lily

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 …

Member Avatar for AndreRet
0
277
Member Avatar for sti

try the code in the attachment... hope this becomes useful... regards Shouvik

Member Avatar for AndreRet
0
159
Member Avatar for rockstar0384
Member Avatar for locsin

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 …

Member Avatar for AndreRet
0
1K
Member Avatar for keynan_toht17
Member Avatar for al.khal4

[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 …

Member Avatar for peter_budo
0
1K
Member Avatar for Simple

[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 …

Member Avatar for kinwang2009
1
867
Member Avatar for choudhuryshouvi

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 …

Member Avatar for choudhuryshouvi
0
130
Member Avatar for kartouss

[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. …

Member Avatar for chrisjake
0
637