16,916 Topics

Member Avatar for
Member Avatar for kehar

Hi, I have almost completed my project but I want to let the software on trial period for one month from the date of installation. After which it should cease to open MDI form unless I give password. or code to prevent the software from installation in more than one …

Member Avatar for jayDC
0
164
Member Avatar for jayDC

I'm using the VB6 Standard Toolbar Control. I would like to basically do this: [code] Private Sub MDIForm1.Toolbar1_ButtonClick(ByVal Button As MSComctlLib.Button) [/code] Which cannot be done. I'm looking for a some along these line. I have tried this code in a timer, but it seems to make the button click …

Member Avatar for SCBWV
0
725
Member Avatar for Tekito

Recently I was trying to execute a "SELECT...INTO" query (for an Access db) w/ VB in an Excel macro. Kept getting an error message, so I changed it to just a SELECT query and got "Cannot execute a select query." So is it impossible to execute select queries in VB-excel? …

Member Avatar for Tekito
0
65
Member Avatar for locsin

Greetings! Anybody know how to set or get the value of hijri calendar. Like for example I set the date in the form of mm/dd/yyyy gregorian calendar the value is 12/22/2007. I want to get the equivalend value in hijri calendar which is 12/12/1428. Then If i set the date …

Member Avatar for abutty
0
697
Member Avatar for mwanahamis

i have a problem linking access with vb by using Ado the photo from access isnt displaying in vb,also i inserted time in visual basic and set to display at certain time but i think i used the wrong codes plse help me

Member Avatar for dnk
0
75
Member Avatar for OLISAN

I have developed application in VB5 on a mchine with Windows XP Home SP2, and saved as .exe files. When i run this application on another machine error report is generated: This application has failed to start because MSVBVM50.DLL was not found. Can you hlep me. Thank: OLISAN

Member Avatar for Sawamura
0
176
Member Avatar for Henry Schubel

I wrote a VB6 application to generate email for my application. I can generate plain text messages just fine, but I really want to have the message in RTF format. Does anyone know how to generate the text in Rich Text Format? Somehow I think this is going to end …

0
61
Member Avatar for nubiagil

Hello, I am trying to access Analysis Service 2005 data cube using Visual Studio 2005 c#. Does anybody has examples or documentation about it? Cheers, Nubia

Member Avatar for nubiagil
0
101
Member Avatar for greatmatt

hi i need help i have done the interface for a virus checking software i got the scan button but cant work out the stop button code... please any did virus checking software and a backup ... let me know the codes please tks..

0
49
Member Avatar for x2per14

hello 2 all, anyone can help me.i am a newbie on programming and i dont know how to use grid. this is the scenario when i search on a database using sql i want to display it to a grid. i am using the component Microsoft datagrid control 6.0 (SP4)(OLEDB). …

Member Avatar for Jx_Man
0
93
Member Avatar for ashishprem

Hi, I am struck up in the end phase of my project development. My requirement is something like this: I need to import the data from Excel sheet into Access table. The excel file path needs to be selected through Visual Basic GUI. I tried creating a form in MS …

0
52
Member Avatar for tulsafork

I have been working on this application and im stuck now at a spot where i want to be able to click a button and have a combo box populate with text from a field in a access database where another field on the same record should be equal to …

Member Avatar for tulsafork
0
82
Member Avatar for Sawamura

Hi guys/gals, i need to make transparant form and it can be changing by user. i stuck cause i didn't know how to start.. OK.Best Regards..

Member Avatar for Sawamura
0
441
Member Avatar for greeny_1984

Hii, i want to use cvs for my project.I heard many cvs versions like tortoise cvs,igloo,pushok s/ws.wats the best version control system that can be used with .net,how to install it .Any free downloads available for cvs.waiting for u r replies

Member Avatar for greeny_1984
0
71
Member Avatar for hackme66

Hi im alfred from the philippines and i badly need your help so that i could create a "four in a row" game in vb6. Hope to hear from you guys soon. i badly need your help in making this game cause i really dont know where to start

Member Avatar for vbCNEW
0
86
Member Avatar for odelya

hi! i am trying to change the title of a media player object: Private Sub stam() Dim wm As New WindowsMediaPlayer wm.URL = "C:\Documents and Settings\All Users\Documents\My Music\Sample Music\New Stories (Highway Blues).mpg" MsgBox wm.currentPlaylist.getItemInfo("title") wm.setItemInfo("title" ,"hello") End Sub the getitemifo works well, but not the setiteminfo i get a messege: …

Member Avatar for technogeek_42
0
254
Member Avatar for tgifgemini

[B][/B] Gentlemen, I have two badly designed tables - I didn't design these table, they where passed on to me. The tables are so cumbersome I have to create a new table, to be able to use their data. [B]Please see attachments to have a clear idea of the table …

0
73
Member Avatar for Icebone1000

hi, sorry my english im using visual studio 2005, my project is in win32 console application im training to use files, my problem is that i cant do a ifstream get all stuff of a .txt file, it get just the first line, i can do put all in the …

Member Avatar for Icebone1000
0
88
Member Avatar for pip1975

Hi there, I am having trouble with public variables. I am trying to create a public variable when a button is pressed. and then recall it on a different form. I cant seem to get it working. The code on form 1 is: Private Sub cmdstu_Click() fmpay1.Text1 = "Students" fmpay1.Text2 …

Member Avatar for pip1975
0
65
Member Avatar for mohanvamsi_18

Please tell me .. how can i Initialise 2 dimentional integer array in visual basic 6.0 ..... if i am giving like this .. it returns error .. at ([B],[/B]) Dim intScores(,) As Integer = {{75, 90}, {9, 25}, {23, 56}, {6, 12}}

Member Avatar for waynespangler
0
59
Member Avatar for mohanvamsi_18

Please tell me .. how can i Initialise 2 dimentional integer array in visual basic 6.0 ..... if i am giving like this .. it returns error .. at ([B],[/B]) Dim intScores(,) As Integer = {{75, 90}, {9, 25}, {23, 56}, {6, 12}} please guide me ... i want initialization …

Member Avatar for choudhuryshouvi
0
190
Member Avatar for binu777

i am using visual studio 2005 and working on program. But whenever i try to debug the code i get a error saying " win32 exception unhandled " what should i do to remove the eror...please help me

Member Avatar for choudhuryshouvi
0
68
Member Avatar for Teder

Hi all, I've been designing a program in VB6 to extract certain rows of data from a SQL Database and shoot them out over email. Problem is, the farthest I can get is to printing them on the VB form, and can't do much else. I get an error when …

Member Avatar for choudhuryshouvi
0
168
Member Avatar for Aaraggornn

I am trying to call the GetLayeredWindowAttributes(hwnd, crKey, bAlpha, dwFlags) function but it does not work. I use Visual Basic 6 on Windows Vista Home Premium. I declared it using: [CODE]Private Declare Function GetLayeredWindowAttributes Lib "user32.dll" (ByVal hwnd As Long, ByVal crKey As Long, ByVal bAlpha As Byte, ByVal dwFlags …

Member Avatar for venkatramasamy
0
196
Member Avatar for pranavdv

hello, i want to find record with number field and text field. please help me

Member Avatar for venkatramasamy
0
166
Member Avatar for rhinocort23

how can i make it so you can type a paragram in one textbox then press a button and it codes all the letters to another thing that you preset so it shows in another textbox? also how can i make a list of names randomize and have a certain …

Member Avatar for rhinocort23
0
85
Member Avatar for technogeek_42

who can help me to derive this C++ codes to VB that can draw the triangle [CODE=c]#include<stdio.h> #include<conio.h> #include<stdlib.h> #include<math.h> main() { clrscr(); float a,b,c,S,D,A,B,C,Area,R; printf("Enter the lengths of the three sides of the triangle : "); scanf("%f%f%f",&a,&b,&c); S = (a+b+c)/2.0; // S is the semiperimeter of the triangle D …

Member Avatar for technogeek_42
0
228
Member Avatar for jim fleming

I am trying to retrieve the index location for separate bars from a bar chart created in VB 6.0 Pro. using MSChart. I need to click on an individual bar to get it's index value. All I can get is value for the first bar on the chart. The method …

Member Avatar for jim fleming
0
211
Member Avatar for Sawamura

hi all, i want to take snapshot. how i can do this with api function?? i didn't know api function to do this thanks to the attention best regards hope.

Member Avatar for x2per14
0
359
Member Avatar for Annex
Member Avatar for pranavdv

Hello, with the information of person, i want to add his/her photograph. please help me for that

Member Avatar for Jx_Man
0
109
Member Avatar for gas55au

Hi, I am running XP Pro on a P4 2.8 computer with 256 MB Ram with MS Office 2003 installed. The computer also has Adobe Acrobat 4.0 and 5.0 installed. Whenever I open a Word Document it opens fine (even a blank doc) however when I close it I get …

Member Avatar for torr
0
373
Member Avatar for ashishprem

Hi, I have written a code in VB which replaces comma(,) in a file with semicolon(;). The syntax is snextline = Replace(Inline, ",", ";") where inline is the string which needs to be replaced. Is there any way that i can show the progress using progress bar for the replacement …

Member Avatar for Duoas
0
117
Member Avatar for reggyrolls04

I have written a VB6 application to query an industrial MSSQL database and installed it locally to run on one network machine, Is it possible to install it on the server to allow all users to run it? Is the compile/build any different?

Member Avatar for reggyrolls04
0
82
Member Avatar for goroogee

i m a student of BS(CS), How can I call Crystal 9 Report from VB 6.0 , usin MSAccess as database.. ther is no Crystal Report Control Component as in Crystal Report 7.. plzz give some solution... i have very shot time to submit my project....thanks in ADvance!

Member Avatar for zahirjaved
0
160
Member Avatar for pranavdv
Member Avatar for choudhuryshouvi
0
417
Member Avatar for Rob_ledo

Hi, I'm new to Visual Basic and this forum and I would like to ask if anyone could tell me if there is away of linking option buttons with text boxes. I have to do a mulitple choice program where the questions and answers are stored in an access database. …

Member Avatar for Rob_ledo
0
149
Member Avatar for janvanderpeet

I have examined and tried several software products for protecting software against illegal copying, reverse engineering etc., but they are all time-consuming and often poor. So I think about making the protection myself, but have no idea how to do that. Does anyone know a tutorial for this or a …

Member Avatar for choudhuryshouvi
0
90
Member Avatar for kartik07

[B]Import all XML files from directory to ACCESS[/B] hi , I am new to VB6 and as part of my project,I need to create a module which imports XML files from a directory and stores in a singleDB(I am using ACCESS 2007). All the XML files wil be stored in …

Member Avatar for choudhuryshouvi
0
155
Member Avatar for janvanderpeet

Hello, I have a VB program, developed a few years ago in Visual Basic 4.0 16-bit, and adapted later in Visual Basic 6.0 Enterprise Edition. In this program I use 16-bit DAO databases. As long as I used this program privately, this was no problem, because I also had Visual …

Member Avatar for SCBWV
0
105
Member Avatar for Mbt925
Member Avatar for theonlyhugeg

hi everybody im working on this little application for myself... when its done i want it to take screen shots of the entire screen at a given time. like every hour for example. right now im still stuck on the fist part. how to you take a full screen screen …

Member Avatar for Mbt925
0
134
Member Avatar for janvanderpeet

Hello, I have to use complicated mathematical computations in an application. There is commercial software for this, but that is extrmely expensive. So I want to use Solver from Excel 2003 in Visual Basic 6.0. Does anyone know a tutorial which explains how to do this? Thanks in advance for …

0
72
Member Avatar for aldosan

hello all... i have a problem with connecting VB 6 enterprise edition & crystal report 11... now, i have added "crystal report control" component, and i try to load report.rpt (crystal report) from VB6... but error occurs : UNABLE TO LOAD REPORT in script below : >>crystalreport1.action = 1 i …

Member Avatar for ola_q
-1
997
Member Avatar for pranavdv

how to validate email field and website field. Means, in email [B]@[/B] and [B].[/B] is compulsory and in website [B]www[/B] and [B].[/B] is compulsory, something like this

Member Avatar for pranavdv
0
136
Member Avatar for theonlyhugeg

hi everybody! im in a basketball team n my coach asked me to make a scoreboard program for the huge screen we have (he knows im the only one from the team that does some programming) im using Visual Basic 2008. i pretty much know how to do everything except …

Member Avatar for hkdani
0
1K
Member Avatar for CrazyDieter

Is there a simple way for writing ActiveX components with minGW ? (ie without using activeX or ATL) ? I have to write an activeX but a don't want a buy a visual studio licence just for this <:)

Member Avatar for CrazyDieter
0
105
Member Avatar for complete

How do I create methods in C# like I used to in C++ MFC classes? Aren't there methods for the forms that are called during initialization of a class, for example? I am talking about some sort of wizard that comes with the 2005 Visual Studio.

Member Avatar for Ramy Mahrous
0
28
Member Avatar for selicon.valley

i want to have follwing data in mhf Grid here is the text file named closing.txt i want to show those details who have mention in heading for example Code, Name , cls, opn, lst, low and volume total 7 fields i want to display those records into microsoft herachical …

Member Avatar for choudhuryshouvi
0
96
Member Avatar for rec

Hi All, Can any of you please provide feedback to me on what operating system and programming language would be best suited for migrating from an industrial Human-Machine Interface (HMI) that presently is implemented in Quickbasic 4.5 running under DOS and must include the capability to communicate with external controllers …

Member Avatar for hkdani
0
120

The End.