16,916 Topics

Member Avatar for
Member Avatar for shahji

Hello all, I am trying to write a code. I need the code to do the following: An input box asks for a number, Then the below code divides values in a given column and paste them in the next available empty column. Then the 2nd formula runs and it …

Member Avatar for shahji
0
90
Member Avatar for AndreRet

:icon_confused:I have made the change from access to mysql. I am using vb6 to connect. The connection seems to be fine, it was some code sample that I have downloaded from the net. The app is reading the databases, but as soon as I select a database, i get an …

Member Avatar for AndreRet
0
176
Member Avatar for aadebayo

Hello I am currently doing a project and I have added a new table to an access database linked to the vb project. I re-linked the access database, but the new table does not appear in the drop down list of the form recordsource. Please can someone tell me what …

Member Avatar for aadebayo
0
96
Member Avatar for RahulV
Member Avatar for karanshah

[B]hi friends this is karan here and i m a beginner in visual basics and i m studying Visual Basics 6.0 i have a project in it for Music Cutter and Music Converter and i seriously dont know what to do in it..So guys please help me in it.. Music …

Member Avatar for vb5prgrmr
0
88
Member Avatar for mahesh kumar

hi i m mahesh i want to knw about the project on media player[QUOTE=mattybennett;660156]Hi all, Ok - there's nothing like a BIG challenge to start off my exploration into programming. Given that I'm a complete newbie with more build errors than a builder having a bad day (bad pun!), what …

-2
55
Member Avatar for mark johnson
Member Avatar for bdrkb

Any can Help me for this problem my problem is I want to show form caption in status bar when user click a form from menu

Member Avatar for vb5prgrmr
0
42
Member Avatar for orion_nsk

Hello Everyone, Can anyone tell me how to Register .Ocx / .Dll files on Vista Ultimate, for vb6?????? Thanks in Advance SS

Member Avatar for frubicel
0
128
Member Avatar for RhythmMK

Hi all, Currently working on Visual Studio trying to create a login system for my website. Tried following various tutorials but can't seem to get them to work. Are the pre-defined login tools on Visual Studio good enough? I've got part way there using them but can't piece it all …

Member Avatar for kvprajapati
0
135
Member Avatar for CSW110

Hi, unsurprisingly this is my first post :) I want to learn C# mainly to support work in Excel and I was wondering what development tools I need. There are so many variations from MSDN to Visual Studio Standard and others. I am a competant programmer in other (some odd) …

Member Avatar for ddanbe
0
174
Member Avatar for glenndr_15
Member Avatar for praveenvkumar

is it possible to write a program for selected files copying to CD using VB6

Member Avatar for vb5prgrmr
0
41
Member Avatar for zukumikah

i would like to get help regarding my program. all that's left to do is the printing, but i dont know how to do it. my professor also wanted to see sorting in my sales report and delivery report.. anybody know the codes?? THANK YOU -jex

Member Avatar for kvprajapati
0
32
Member Avatar for bdrkb
Member Avatar for Fmeub*

Hi! I would like to compile and run a program from the command line. I know that I should type: [CODE]csc MyProg.cs[/CODE] in the Visual Studio Command Prompt, but I don't know how to add the fact that I want to "link"/"connect" the Library folder to the program. I was …

Member Avatar for kvprajapati
0
96
Member Avatar for dre-logics

I Use visual Basic 8.0 and Mysql 5.0 I have one Table1: Table1: RecordID , Integer = primary key auto_increment NOT NULL Articlenr , Integer Articlename, Char(20) Table1: has nine records: RecordID, Articlenr ,Articlename 1 , 1100, Hamer Big Red 2 , 1110, Hamer Big Blue 3 , 1120, Hamer …

Member Avatar for dre-logics
0
117
Member Avatar for elcaro.miao

I'm currently working on a project that requires me to store usernames and passwords into a text file, what i've got so far is that i'm able to write to the text file by using this [CODE] //string path = "C:\\Documents and Settings\\100000001791\\My Documents\\Visual Studio 2008\\Projects\\SmartDeviceProject1\\SmartDeviceProject1\\bin\\Debug\\usernames.txt"; string path = "\\Temp\\users.txt"; …

Member Avatar for elcaro.miao
0
3K
Member Avatar for joannes

Hi Experts, I use Visual Studio 2005. I want to retreive data into textboxes providing inputs at runtime. I used the following code.It works when if i provide input at design time but while providing the input at run time the following error message gets displayed. "Syntax error converting the …

Member Avatar for kvprajapati
0
2K
Member Avatar for csuchita57

Show me the coding of how to create the Scrollbar & display the position of scrollbar in respecive text box

Member Avatar for vb5prgrmr
-1
39
Member Avatar for abbajee

There are alot of things which doesn't need to type alot of junk code while our task can be completed without declaring useless variables, constants, etc plus they use alot of resources when we run our executable so i decided to put some simple codes here which can achive our …

Member Avatar for WaltP
-3
165
Member Avatar for drabsch

i need to play a system sound like in a chat program i am using [CODE]Interaction.Beep[/CODE] at the moment but would like to use a different sound. any thing i could not find any thing on the net

Member Avatar for debasisdas
0
3K
Member Avatar for neha_raheja

hi I am working on Vb6.0 I want to create a PDF file with multi lines text and with proper formatting. After reserach i got some code snippet on this site [URL="http://www.vb6.us/tutorials/visual-basic-tutorial-pdf"]http://www.vb6.us/tutorials/visual-basic-tutorial-pdf[/URL] but using this i am only able to write single line, how could i write multiple lines. Thanks …

Member Avatar for vb5prgrmr
0
146
Member Avatar for preethi_ga2005

hei friends can anyone tell me how to upload excel file to access in vb.....if u give code it will be very much helpfull to me, thankx.

Member Avatar for abu taher
0
277
Member Avatar for AmigaCarolena

/*O.k. I am down to a few less errors. I do not understand how to correct them, I have placed the ";" everywhere and it does not make a difference, in fact I get more errors. Still confused! Thank you. Here it is again. This is a program that processes …

Member Avatar for EngSara
-2
141
Member Avatar for RahulV

Hi, I've a really huge recordset having lacks of records. For some reasons I've to take all the records into an array (using loop) to do some processing and then put it into a grid. Now since the recordset is huge the memory is not able to handle the array …

Member Avatar for QVeen72
0
166
Member Avatar for iamnamja

Hi, I'm trying to connect to a web service using excel. I have currently no issues logging into the web service and also fetching data using one of the methods. But the two other methods, I get the error that states that it had run into an error restoring data. …

0
79
Member Avatar for bpmccall

I am new to the whole concept of "data binding". What I am trying to do seems very simple, but I don't know where to start. I have a database with an ODBC System DSN and I can connect to it with an ADODB.Connection object. I can also create an …

Member Avatar for tumadre0
0
1K
Member Avatar for Shefali

hello all i m new to this topic, though I have some experience of using VB to control excel. I have an access database which has some records. The columns(fields) are first name, lastname, year of birth, city, county, district, state, tel ph number and email id. Now I want …

Member Avatar for Quick-T
0
133
Member Avatar for mrinal.s2008

Hi, While writing program for making a member function of one class a friend of another, VC++ is shooting two errors. The entire code is split across five files, 2 headers for two classes, 2 .cpp for the class members' definitions and 1 containing main() function. The headers are as …

Member Avatar for Fbody
0
195
Member Avatar for barathy

Can u pls post some of the links helpful to create front end design using visual basic and few code examples for a single base station with many number of receivers

Member Avatar for abu taher
0
328
Member Avatar for OAK PANHA

Hi, I am PANHA, I am Cambodia, I study Microsoft Visual Basic 6.0 ,I like it Because this Program , It's not Difficult to use , I alway make some program that i can with this program , also I sometime I study Microsoft access , ADOBE Flash ,ADOBE Photoshop, …

0
17
Member Avatar for jemz

hello please help me on this project form3 ..everytime i always add data it always already exist please help me to solve my problem..heres my code [code] Option Explicit Public con As ADODB.Connection Public cmd As ADODB.Command Public mch_rs As ADODB.Recordset, index As Integer, m_mchno As String Public sql As …

Member Avatar for kinwang2009
0
87
Member Avatar for zigpy_siva

I have created small application(a part of payrole process), for my personal use in VB 6.0, which takes in the employees details, their salary details, employeers details, ect. and computes some othre values. the purpose of this application is to print some forms(4 monthly, 2 half yearly and an anual …

Member Avatar for SANJAY.DESHMUKH
0
186
Member Avatar for koolsamjust4u

Hi Friends .. need a small help can anyone help me in showing how to call a stored procedure which returns a recordset .. yea i need to pass one parameter also for getting that required data .. thanks in advance.. Sameer

Member Avatar for SANJAY.DESHMUKH
0
2K
Member Avatar for SANJAY.DESHMUKH

subreport[code]Dear friend pl help me how to call crystal subreport in vb6 backend sql !) I created two report report1 & report 2 both r working fine with below code. 2)I linked two reports by subreport concept of crystal but how to make coding in visual basic 6. Rep_form.CR1.Reset Rep_form.CR1.LogonInfo(0) …

0
65
Member Avatar for AmigaCarolena

I do not have a clue here. I am floundering along but not getting anywhere. Any suggestions would be greatly appreciated. Thank you. /*This is a program that processes a loan for a car using appropriately named variables. It will use those variables in the input, calculation, and output of …

Member Avatar for gnarlyskim
0
337
Member Avatar for ananthaninfo

Dear Friends, I am new to Visual basic 2005 as I have used VB6 till now. I wish to do a database application using Microsoft Access 2003 and Visual basic 2005. I am very happy, if any one could give the step by step instruction to connect Access, insert, delete, …

Member Avatar for ananthaninfo
0
116
Member Avatar for cassds

I just started a C++ class at a local tech school. It is a self taught course, and I have just learned how much "self taught" applies to this course. The instructors have no experience in programming and can not answer the simplist of questions!! The book I was asked …

Member Avatar for cassds
0
832
Member Avatar for mathpro

Hi, I am trying to implement a bottom-up merge sort using void pointers, but I am having some problems. I am using visual studio to compile it and it gives an error that requires me to break the execution. I am new using void pointers, so I am positive that …

0
52
Member Avatar for ewangari
Member Avatar for WaltP
0
43
Member Avatar for jemz

hello please help me on this...i have txt1.text that can input only pcs and ream ..my problem that if the user will use the uppercase PCS it will not accept because my trapping is.. if Trim(txt1.text) <> "pcs" and Trim(txt1.text) <> "ream" then msgbox "please input pcs and ream" exit …

Member Avatar for jemz
0
94
Member Avatar for ccie007

Hi frens, I couldn't compile this solution code given by my university on visual studio.Visual studio works fine with other C++ files. Here are the question and solution code pasted below.I wonder if anybody could try to compile the solution code on thier machine and see if they can run …

Member Avatar for ccie007
0
168
Member Avatar for JustSuds

I couldn't see a more appropriate place to make this thread, and I can only think of ambiguous terms to google, like "Output Error Windows Visual Studio". The issue is, when I build my project (I'm using Visual Studio 2010, but I always had the same issue with VS2008), the …

Member Avatar for JustSuds
0
137
Member Avatar for abhay1234

ok i know connecting access. i want to learn database connectivity using sql server in vb.net. How do i create a table in sql server in vb.net visual studio i dont have sql server installed in my pc also performing database manipulation in windows application(i have been doing it in …

0
65
Member Avatar for marzzz21

can anyone post a tutorial or a link to tutorial where it would help me understand ado codes for connecting to my database . . . i'm really a newbie about ado codes. . . i haven't even tried to code using it yet . . . i just heard …

Member Avatar for marzzz21
0
95
Member Avatar for dre-logics

I Use visual Basic 8.0 and Mysql 5.0 I have one Table1: [COLOR="Red"]Table1[/COLOR]: RecordID , Integer = primary key auto_increment NOT NULL Articlenr , Integer Articlename, Char(20) Table1: has two records: RecordID, Articlenr ,Articlename 1 , 1000, Hamer 2 , 2000, saw I want to use Datagridview to update Mysql …

Member Avatar for dre-logics
0
3K
Member Avatar for Masterace

need a code to display date & time on the form so that when form is print i get to see the day & time events took place

Member Avatar for vb5prgrmr
0
73
Member Avatar for Metraton

Hello guys! I'm facing a problem with IO using files. Here is the simple code that's kepping me awake: [code]Files::Files() { numbers.open("textfile.txt"); if ( numbers.good() ) { cout << "Object from Files class ok!" << endl; } else { cout << "Object from Files class NOT ok!" << endl; } …

Member Avatar for jonsca
-1
79
Member Avatar for rahulmpatki

The End.