12,425 Topics

Member Avatar for
Member Avatar for sk8ndestroy14

This is just a simple question. There are four command buttons in a control array. I want to write code for one of them that changes the same property in the same way for all of them. When I tried doing this with just a specific button (I entered the …

Member Avatar for DenisOxon
0
162
Member Avatar for mnmustafa

Hiz people ....after a day i m having pracitcal exma....n they have said me to make a database....so i decided to make student database of my school.....very simple so that sir wont ask me hard questions....so plz i think i donno some steps in completing my database....can anyone help.... for …

Member Avatar for mnmustafa
0
133
Member Avatar for Es Sayen

hello, I am working on a module in which i have to make a particular form available to the user for 30 days and after that he has to validate this from admin to use it further. Now, i don't know how should i do this. I don't know what …

Member Avatar for Es Sayen
0
133
Member Avatar for wwillow

This is my first visual basic 5 project and it's for work not a school assignment. Any help is appreciated. I'm displaying lines from a file in a listbox and I'm highlighting each line according to a timer. I don't want any user clicking in the listbox, but when I …

Member Avatar for wwillow
0
113
Member Avatar for anud18

hi.......can anyone tell me how do i call a subroutine created inside my dll from another project example:- i hv created a dll having a sub-routine named "initialize" in it .....when i call this sub-routine from my project after having made all the necessary declarations its giving me an error …

Member Avatar for QVeen72
0
152
Member Avatar for jeanray

Attempting to read the Shoutcast stream using inet. I connect ok, I receive streams. But I can't get anything from "GetChunk" Is it a way to find out what has been sent and received??? [code=VB6] Private Sub Inet1_StateChanged(ByVal State As Integer) Dim txt Dim vtData Dim bdone Select Case State …

Member Avatar for AV Manoharan
0
888
Member Avatar for 2thestart

Im working on a project in access and my partner and i are making a who wants to be a millionare kind of thing. the problem is that we want to do an if statement involing an option button but we keep getting an error message saying value not valid …

Member Avatar for QVeen72
0
159
Member Avatar for DenisOxon

Hi I have a VB5 application which will print to both dot matrix and laser printers. Gnerally works fine However with HP laserjet 1020 print job is sent to printer. It appears in queue, the printer warms up and nothing else happens. Sometimes the job dissappears from queue, othertimes it …

Member Avatar for AV Manoharan
0
201
Member Avatar for Es Sayen

Hello, I am developing an application in Visual Basic in which i have to enter the details of candidates and after that clicking on the print button, the details of that particular candidate get printed out without using/going to a report. I want to know how can i do that, …

Member Avatar for Es Sayen
0
167
Member Avatar for venkinath
Member Avatar for AV Manoharan
0
69
Member Avatar for Es Sayen

Hello All, i want to add a word/text file in database(MS-Access), for this i am using datatype ole object for that particular column. i am using a text box to catch the file name and the complete path of the file and putting the value of textbox in that table …

Member Avatar for Es Sayen
0
135
Member Avatar for Ruch

[B]hello all please help me out,I have designed a database in access having two fields(1.Regno 2.Smartid).I hav also kept some dummy values in RegNo,But the Smartid is empty. Now what code should I write to retrive the RegNo for which the Smartid is empty. I hav used only these three …

Member Avatar for AV Manoharan
1
310
Member Avatar for Mr.Wobbles

[code] [COLOR=green]Private[/COLOR][COLOR=green]Sub[/COLOR][COLOR=green] BindingNavigatorDeleteItem_Click([/COLOR][COLOR=green]ByVal[/COLOR][COLOR=green] sender [/COLOR][COLOR=green]As[/COLOR][COLOR=green] System.Object, [/COLOR][COLOR=green]ByVal[/COLOR][COLOR=green] e [/COLOR][COLOR=green]As[/COLOR][COLOR=green] System.EventArgs) [/COLOR][COLOR=green]Handles[/COLOR][COLOR=green] BindingNavigatorDeleteItem.Click[/COLOR] [COLOR=green]Dim[/COLOR] rowDeleting [COLOR=green]As[/COLOR] portfolioDBDataSet.CRS_AccomplishRow rowDeleting = PortfolioDBDataSet.CRS_Accomplish.Rows(CRS_AccomplishBindingSource.Position) rowDeleting.Delete() [COLOR=green]Me[/COLOR].CRS_AccomplishTableAdapter.Update([COLOR=green]Me[/COLOR].PortfolioDBDataSet.CRS_Accomplish) [COLOR=green]End[/COLOR] [COLOR=green]Sub[/COLOR] [/code] this is the function I have, it shows no errors, but if I try to delete the first record it shows that it deletes all of …

Member Avatar for AV Manoharan
0
98
Member Avatar for anud18

hi....actually wen i am loading a form from the module.....its loaded but its not holding on to the screen and it is performing the actions listed in the form load procedure......can anyone tell me what should i do to make the form hold on to the screen....it would be of …

Member Avatar for AV Manoharan
0
123
Member Avatar for pitters

In VB6, I have a main form (frmMain) with three subsidary forms. The latter set various properties on frmMain, e.g. frmMain.NoCopies = x I have a number of procedures that I want to put this in, so I need to pass the name of the form as a variable - …

Member Avatar for AirtsuaLiera
0
86
Member Avatar for funriderrj

I would like to know how to take input from a user and populate an array? I know how to do an array normally. I know how to have a user input information into a file that I create. But, I don't know how to put the two together. Any …

Member Avatar for AirtsuaLiera
0
884
Member Avatar for AirtsuaLiera

Pls. give me sample code and brief explanation about how the thumb scanner works and how can I integrate this to my PC using VB

0
64
Member Avatar for Soleybancing
Member Avatar for mic_06

hey everybody i need some help with my school project im useing visual basic 5 the project is to make a program for a radio station with 3 forms a main a new and a uniquenumber. the idea was that everysong saved into the program was given a unique number …

Member Avatar for mic_06
0
88
Member Avatar for paodzy
Member Avatar for PVBert
0
141
Member Avatar for jatinder_44

Hello , iwant to make a frmSetting Form for mscomm control and in the Form i have kept TextBox to send data to port .And i also have the main Form on which is the main Form of the project . when i opening the port, in the Setting form …

Member Avatar for jatinder_44
0
88
Member Avatar for cguan_77

hi, how to print preview a file in excel using VB 6 any help is greatly appreciated thanks in advance.

Member Avatar for DenisOxon
0
81
Member Avatar for ahmed elweshahy

[COLOR="Green"]i use acess 97 database , i'm not want to use datacontrol and iwant to use DBGrid how can i tie DBGrid with database by code thank you[/COLOR]

Member Avatar for QVeen72
0
97
Member Avatar for Jithan_palakkal

i want to use dll files in different directory (customized by user) and all functions in the dll must call with out reference

0
68
Member Avatar for Jithan_palakkal
Member Avatar for choudhuryshouvi
0
70
Member Avatar for ReeciePoo

[code]Dim objLink As HTMLLinkElement Dim objMSHTML As New MSHTML.HTMLDocument Dim objDocument As MSHTML.HTMLDocument Dim currentver As String currentver = "1.0" Set objDocument = objMSHTML.createDocumentFromUrl("[URL]http://alexsoft.awardspace.com/updates/updates.php?version=1.0[/URL]", _ vbNullString) While objDocument.readyState <> "complete" DoEvents Wend If InStr(1, objDocument.documentElement.outerHTML, "UpdateMe") Then Command1.Visible = True lblstatus.Caption = "Update Available" Timer3.Enabled = False Else lblstatus.Caption = …

0
63
Member Avatar for jeanray

Having lost days and days trying to get something from shoutcast stream and get nowhere, it is my belief that I should design my own stream server program, so I can [I]completely[/I] control what is going out in the stream (and, hence, be able to read with other programs what …

0
99
Member Avatar for jeanray

I have a small audio player in VB6. I need to capture all possible metadata withing the SHOUTCast stream. i.e. [code] icy-notice1: This stream requires <A href="[URL]http://www.winamp.com/[/URL]" target=_blank>Winamp</A> icy-notice2: SHOUTcast Distributed Network Audio Server/Linux v1.9.5 icy-name: RadioABF.net - Paris Electro Spirit Live From FRANCE icy-genre: Techno House Electronic icy-url: <A …

0
66
Member Avatar for anud18

how can i load a form from a module created in d same project??...........What function should i use to do so???

Member Avatar for QVeen72
0
106
Member Avatar for thundercat
Member Avatar for paodzy

im a begginer in vb and i start creating a multiple choice game,can you please help me about the option button(source code)please give some examples.please help me.

Member Avatar for sk8ndestroy14
0
158
Member Avatar for pao286
Member Avatar for thundercat

anybody know the coding for searching by primary key? example: i have database name "FAIL", table name "Fail" and i want to search by field name " Nama Fail" i really need the help to finish my project

Member Avatar for choudhuryshouvi
0
94
Member Avatar for REB

I have absolutely no VB experience. Just yesterday I taught myself some basics enough to code a series of prompt boxes following a model in an Excel textbook. I'm at work and I need some help. I built a work book that takes inputs, calculates and then produces an output. …

Member Avatar for DenisOxon
0
120
Member Avatar for cybuster

hi im just starting to design a database using adodc but I have a problem... can someone give me tip on how to create a search code for ADODC... thx in advance

Member Avatar for PVBert
0
2K
Member Avatar for hussulinux

I have some questions related to printer object: 1. I am painting a Picture Box image on the printer object and then printing it. How can I shrink the Image so that It fits to page of the printer? 2. I am generating reports which are in HTML files displayed …

0
65
Member Avatar for modom

I'm trying to do something in this thread but I might have posted it in the wrong forum so forgive me for asking the same question in 2 areas but this problem is kicken' my tail. See here please [URL]http://www.daniweb.com/techtalkforums/post380764.html#post380764[/URL] Any help would be mac-daddy great!

Member Avatar for modom
0
78
Member Avatar for anud18
Member Avatar for anud18
0
94
Member Avatar for anud18

Private Sub Form_Load() Dim dbUserName As ADODB.Connection Dim cmdCommand As New ADODB.Command Dim rsUserName As ADODB.Recordset Set dbUserName = New ADODB.Connection dbUserName.ConnectionString = "provider=Microsoft.Jet.OLEDB.4.0;" & "Persist Security Info=False;" & "Data Source = C:\Documents and Settings\Administrator\Desktop\db1.mdb" dbUserName.CursorLocation = adUseClient dbUserName.Open after this wen i run the with command it gives an …

Member Avatar for PVBert
0
85
Member Avatar for joshnya

I first touched VBscript 4 days ago and so far so good except for one issue I am having. I have written a scheduling form for Outlook that takes 4 names and then sends out about 20 meeting invites. The problem I am having is directing the program to schedule …

0
88
Member Avatar for leoimperial

Please help me to solve this problem beacause it is not working the form2 dont show when i click the NO button please help me. if you have any suggestion about my code please tell me!! Form2_Unload() box=msgbox("Do you want to exit",vbYESNO,"Exit?") if box=yes then unload me else form2.show end …

Member Avatar for scudzilla
0
174
Member Avatar for paramasivan

i'm exporting a chart into jpg with the following code... [B]oExcel.ActiveChart.Export FileName:=App.Path & "\chart.gif", FilterName:="GIF"[/B] In XP it works fine... But in Vista, it gives the error [B][COLOR=Red]ERR 70 - Permission denied"[/COLOR][/B] please advice on this... Thanks in advance

Member Avatar for DenisOxon
0
116
Member Avatar for anud18

can anyone plz help me out by giving the lines of code which will hwlp me establisg a connection with my access database usin ADO ......

Member Avatar for anud18
0
116
Member Avatar for walba
Member Avatar for debasisdas
0
137
Member Avatar for walba

pliz assist in showing how to link visual basic 6.0 and ms access following all the correct procedures. i have used data 1 for linking but still not working.tell me how to link vb with access

Member Avatar for AV Manoharan
0
125
Member Avatar for pbrookee

Hello all... I set a key in the registry with a name as Database, the Value consists of a Database name "PBC_DB.mdb" My hopes are to use the key in my program (I am using vb6) to find the database; in the connection string rather than having it read ex: …

Member Avatar for AV Manoharan
0
228
Member Avatar for Kcin

Hi, could anyone help me by explaining what Lib means i have come across these lines of code in a book and i could not understand what theses codes mean. Thx in advance [CODE]Private Declare Function GetPixel Lib "gdi32" _ (ByVal hDC As Long, _ ByVal x As Long, _ …

Member Avatar for davidcairns
0
123
Member Avatar for akphilli

I'm trying to create a database for an operator to choose values from a dropdown list. However, the source of these values are calculated (in a different query) in different columns (long story). I need to be able to choose any single value from multiple columns. I have tried to …

Member Avatar for DenisOxon
0
95
Member Avatar for cguan_77

[B]Hi,[/B] [B]Can anyone help me, how to determine selected control from an array of listbox? Anyhelp is greatly appreciated. Thanks.[/B] [B]cguan[/B]

Member Avatar for cguan_77
0
105
Member Avatar for quintoncoert

I am using VC++ express edit 2005 but I can also switch to C# 2005 express. I would like to know if there is a cmd similar to the shell function which is found in visual basic. The VB shell cmd basically allows one to execute a dot exe file …

Member Avatar for Nick Evan
0
211

The End.