10,992 Topics

Member Avatar for
Member Avatar for rajid
Member Avatar for tmdeeps
Member Avatar for kinwang2009
0
66
Member Avatar for hell_tej

Hi Frends, I m creating an project. In this project i need to store image in oracle database. I don't know how to store image in Oracle Using VB6 i want to add image by add Dilogbox How can it is possible? Please Send me answare and Coad if needed. …

Member Avatar for tmdeeps
1
159
Member Avatar for ryan311

i have a problem generating auto number. can someone help me to solve this? here is my code [CODE] Try If IsConnected() = True Then strSQL = "Select max(*) from Supplier" End If myCmd.CommandText = strSQL myCmd.Connection = myConn myDA.SelectCommand = myCmd myDR = myCmd.ExecuteReader() If myDR.HasRows Then Label5.Text = …

Member Avatar for kinwang2009
0
90
Member Avatar for TOROOOLOLOOLO

Hi I have a problem, i have designed a database program with vb6 and ms access. and the program is suppose to display specific records using datareport. eg ,display records of student whose fees are> 10000. But i dont know my way out. hope to get help from anybody.thanks in …

Member Avatar for anandlalroy
0
629
Member Avatar for ChristinaOrchid

Hi Expert, I already create a datasource name for my Access database. However, I failed to connect to that database using this code: Set db = DBEngine.Workspaces(0).OpenDatabase("dbsourcename", ,"DSN=dbsourcename;UID=MyUID;PWD=Mypassw") Could anyone help me please. Thank.

Member Avatar for zainab saleem
0
3K
Member Avatar for reezox

Please Somoene Help Me i'm using visual basic 6 in platform windows xp how i want to use skin vista in myproject.exe? >>>can someone share with me an activex for vb6... :) :) [snipped email]

Member Avatar for amit208
0
89
Member Avatar for RahulV

Kindly tell me how can I insert data from a bi-dimensional array [I]ex. array1(10,10) [/I] to a DataGrid/DBGrid and visa-versa. Please explain with a sample source code.

Member Avatar for pankaj7040
-1
721
Member Avatar for shaileqs90

Its about visual basic. I am making an application for loan system.. I don't know whats the code. It goes like this, the situation is: * Count how many times does the CO-Maker grant already a loan. Need help for this.

Member Avatar for James cuck
0
328
Member Avatar for SuzyDavis

Hi there, I am a Microsoft Word developer and I sell Microsoft Office solutions, to companies. I am beginning to be concerned that my solutions are being copied - which is fairly easy. I am hoping someone can give me some advice about the best way to do this. I …

Member Avatar for the_carpenter
0
157
Member Avatar for leverin4

Is it possible to check which version of Excel a user's computer will open while in a VB6 application? Some users will be using Excel 2003 and some will be using Excel 2007 and, in theory, a single command button will open one of two excel sheets based on which …

Member Avatar for AndreRet
0
518
Member Avatar for rcutieshia

hi can u help me..i have project in visual basic that can teach me how to design and encode the attendancr monitoring system ..hope you will help me..thankyou,,

Member Avatar for kinwang2009
0
71
Member Avatar for Krs13

Hi, In vb i use Data Form Wizard and connect access database and create a form which automatically creates update,add,delete,etc buttons. Now what i need is when i open the form and enter (say some student id)in a field then the next field is the student name which should be …

Member Avatar for AndreRet
0
170
Member Avatar for jemz

hello can you help me please i have exe file and it runs okay in my computer...but when i transfer it from another computer my exe file will get run time. here is the message.. Run Time error '339' Component 'msflxgrd.ocx' or one of its dependencies not correctly registered: a …

Member Avatar for kinwang2009
0
161
Member Avatar for AncieV

I would like to know how to increase the speed of data loading into flexgrid from Database(SQL Server).currently im using a loop but this takes a lot of time when there are alot of data...pls give me a solution to this problem.. Thank you

Member Avatar for PoisonedHeart
0
196
Member Avatar for Krs13

Hi, In vb i used data form wizard to create Master/Details form from a database. When i run that code i get a error in the below line: Private Sub Form_Load() [COLOR="red"]Set grdDataGrid.DataSource = datPrimaryRS.Recordset("ChildCMD").UnderlyingValue[/COLOR] End Sub It says Data error event hit err:[ADODC]: Unknown error. [ADO] then it says …

Member Avatar for AndreRet
0
285
Member Avatar for xirosen

HI, can anyone help me pls on how to set the paper size of my datareport on printing. here is my code but it doesn't work. I don't know the reason why it does not work on me. Printer.PaperSize = 5 'SET TO LEGAL PAPER SIZE dr1.Orientation = rptOrientLandscape dr1.Show …

Member Avatar for AndreRet
0
245
Member Avatar for sutanu_halder
Member Avatar for gertails

please help me on my problem about visual basic 6.0 my problem is how to add music background .... please give me some code or some idea thank you....

Member Avatar for AndreRet
0
502
Member Avatar for Samir Mishra
Member Avatar for AndreRet
0
46
Member Avatar for samurai14

I just want to know how Can I display an asterisk pattern like if the user selects on the combobox.additem = 1 then it will display * ** *** ** * If user selects combobox.additem= 2 then * ** *** ** * ** *** ** * then so on and …

Member Avatar for AndreRet
0
319
Member Avatar for kinvieb

I am developping an user interface in VBA to manage an MS access database. I am confronted with a task that consists to open any document file store on a computer using a VBA command. I can do that that for any MS office document but failing with other document …

Member Avatar for AndreRet
0
244
Member Avatar for AncieV

hi..i wanted to know how to set focus from form2 to say a desired textbox in form1.. Problem tht i face is if i give a setfocus() in form2 it gives me an "Invalid procedure call or argument error"....i have already set the focus in the form load event of …

Member Avatar for AndreRet
0
102
Member Avatar for Seba Sama

Hi I'm trying to send some text to LPT1 port. [url]http://www.logix4u.net/[/url] this seems to work but there is nothing happening on my printer. can anyone tell me how to do it? thx

Member Avatar for AndreRet
0
433
Member Avatar for mobilevb

Could somebody help me with VB code that can send and receive SMS text messages to and from my PC via a GSM modem? I use VB 6 - Enterprise Edition.

Member Avatar for SRI2SRI
0
227
Member Avatar for Maestro12

Please help me guys. Im trying to create a program where i have a car racing a plane. So far everything is alright except my plane won't move and only the car moves. This is my code in VB6 format 'we need two counters to store the number of wins …

Member Avatar for vb5prgrmr
0
135
Member Avatar for KhairilSyahrin

Does anyone know any example of source codes that can receive a string(SCPI String) and send it to a SCPI library/module/commands? For example to those who know, GPIB has their own specific module that can be used in VB and what i need is somewhat that same specific module that …

Member Avatar for KhairilSyahrin
0
251
Member Avatar for gangaloves7

hi i wanna combine all three column values in column... i want some thing lik this PartNo Stock Obsolute Replaced order part no 12345 10 12345 12346 10 12346 12347 11001 11001 12348 11002 11002 12349 12349 Empty 12350 12350 HELP ITS URGENT!!!!!!!!!!!!!!!!!

Member Avatar for kinwang2009
0
124
Member Avatar for xirosen

Can a pageset.dll can be use to change the default printer paper size? I have tried using printer.papersize = 5 but this doesn't work on my project. I have tried pageset orientation and it works so i wonder if pageset has the capability to change also the paper size of …

0
57
Member Avatar for Aslam Mansoor

I will greatly appreciate, if someone could help me to revert a VB6 Exe. file into Source code file. Cause I have lost my working project as a result of formating my PC. I have a copy of the Exe. file on my Flash memory. Only hope is that to …

Member Avatar for MooGeek
0
1K
Member Avatar for harikumar86

[CODE]Dim tp As Integer Dim str, flt(), strflt, sflt As String Dim l, l1, l2, l3, i, j, t As Integer 'Title code Private Sub Title_Change() Dim commas As Integer Dim pos As Integer Dim str As String l = Len(Title.Text) If l >= 80 Then MsgBox "Title Exceeded the …

Member Avatar for harikumar86
0
324
Member Avatar for shena

Hi, I created tables in ms access whereby all the tables have index. In a table, if I delete a record (lets say index number 10) and then write a new record through program, the new record doesn't follow the last running number (where last index is now 9, new …

Member Avatar for kinwang2009
0
108
Member Avatar for bertrand

hi every one am looking a way to write a simple vb exe written in notepad where the function would be: -when the file open an image pops up. -i don`t want it to have any window around it i just want a close button that would be on the …

Member Avatar for sanjeevarao
0
115
Member Avatar for RahulV

[B]--URGENT--[/B] I have created a database in Access 2007 ([COLOR="Red"][B]*.accdb[/B][/COLOR]) format but im not able to connect it to VB6.0 project to access the data. i know how to connect using Access 97 / 2000 ([B][COLOR="Red"]*.mdb[/COLOR][/B]) format but how to connect and use DML queries on a Access 2007 file …

Member Avatar for AndreRet
0
119
Member Avatar for Krs13

Hi, I have a login screen where user enters their name and password. The username and password are stored in access. Then when the user opens forms i need their username to appear in the form. Can somebody give me code for that please. Thanks Krs

Member Avatar for Krs13
0
181
Member Avatar for amby

hey can anybody help me.. i want to interface my hardware with the PC through usb port.... and my application program is written in vb6.0...so do i need WIN DRIVER type software for low level programming and then call win driver libraries in vb 6.0 or else? can somebody send …

Member Avatar for glenndr_15
0
2K
Member Avatar for PoisonedHeart

Hi everyone, is there a possible way in moving the position of a picturebox anywhere inside an MDI form? [ATTACH]16691[/ATTACH] I tried to use the picturebox's left and top property through code but when the mdi form is loaded, the picture box is still aligned at the top, or at …

Member Avatar for Aslam Mansoor
0
683
Member Avatar for Hisham-Usif

I'm wondering whether it is possible to declare a global variable in a click event. I need to declare an array of a specific size. The specific size is generated using a series of IF statements. I only need to know how to declare it. Thanks in advance I'm using …

Member Avatar for peter_budo
0
161
Member Avatar for Ghost34

the error say's object required the error point out on CheckInsql where the code to insert data [CODE] Dim CheckIncon As ADODB.Connection Dim CheckInrs As ADODB.Recordset Dim CheckIncmd As ADODB.Command Dim CheckInsql As String Private Sub CheckInConToDB() Set CheckIncon = New ADODB.Connection CheckIncon.ConnectionString = "Provider = Microsoft.Jet.OLEDB.4.0;" _ & "Data …

Member Avatar for AndreRet
0
73
Member Avatar for 4Spin

I have VB6 code which I inherited and modified to run an instrument and calculate information from the collected data. That code is distributed to many locations throughout my company, but the personnel at those locations are not skilled in adjusting settings. On older PCs, the instruments were connected to …

Member Avatar for 4Spin
0
82
Member Avatar for livlyf
Member Avatar for kinwang2009
0
74
Member Avatar for jawsykilla

Okay ive been looking everywhere and I can't find this. Ive used the help documents and tried to use the Shell function and also Process.Start. So say I have a file at relative path /Data/manual.pdf (i know how to get directory of application to create absolute path). But I need …

Member Avatar for vb5prgrmr
-1
1K
Member Avatar for g(valve)

Visual Basic 2008 Hey i was wondering if it was possilbe to change the colour of text in a textbox through a button in a simple text editor that i am working on any help would be appreciated. cheers

Member Avatar for g(valve)
0
127
Member Avatar for ndeniche

Hello mates I've got a database with tables for Job Department and Job position. Every Positions has a respective Department assigned by the id. So, when the user selects a Department, the program deploys into the combobox the values of the Positions assigned to that department. The thing is, the …

0
119
Member Avatar for jasneg

i got this code in the some video and made some few adjustment, one of it is the size of the pixel or the drawings and the size of the tile/grid or map i wish to use..... But it looks like i need to do more adjustment unlike following the …

Member Avatar for jasneg
0
116
Member Avatar for kebbby

Please help with this new sorting algorithm. I implement it on VB but i cant get a correct output. It's a new sorting algorithm and the pseudocode was provided. Here are the informations about it. Here are the steps: 1. In a single pass on the array, the algorithm finds …

Member Avatar for Momerath
0
106
Member Avatar for lyncejo

pls does anyone of you help me how to connect vb6 to access.i have a system wherein my pc can receive and send sms.I used nokia cp,and dku50 cable to connect my pc and cp.I want that the text will be store in my access,so that i can see the …

Member Avatar for AndreRet
0
111
Member Avatar for gangaloves7

HOW TO CHANGE THE TIMING 15 MIN EARLY THAN CURRENT TIME OR TIME VALUE WHICH IS IN MS-ACCESS TABLE USING VB6.0?????????????????? plZ HELP ITS URGENT ??????????????????

Member Avatar for AndreRet
0
112
Member Avatar for zebnoon
Member Avatar for zebnoon
0
2K
Member Avatar for shena

Hi experts out there, I have a program where the backend is access database. I was able to run the program in user's pc after i placed it at C drive. After that, i placed it in the server and created shortcut to the.exe, the program ran. But, when i …

Member Avatar for AndreRet
0
265

The End.