11,868 Topics

Member Avatar for
Member Avatar for gurutheja

hi i am Raghavendra. I dont know anything abt how to connect to oracle (sql) from VB 6 . could u plz let me know d steps n d code for executing the queries. its very urgent plz let me know

Member Avatar for azizulkhn
0
391
Member Avatar for jchandramouli

Hi, I cannot use any of the features (like intellinsense, auto tag creation, scripting, outline tags, switching between design and code) in my visual studio html pages (like .aspx, .ascx, .html ,etc.,.) in 2008. But in visual studio 2005 its perfect. I use svn (subversion) as my source control and …

Member Avatar for jchandramouli
0
251
Member Avatar for Lida_pink

How can I stop shape after 5 seconds of moving? I know how to move it and how to stop it but don't know how to make it stop IN 5 SECONDS. This is the rest of the code that I have done but the 5 seconds part is still …

Member Avatar for jlego
0
79
Member Avatar for coollife

I am fetching the url of internet explorer browser ex: [url]http://google.com/accounts/service=orkut[/url]............................. for orkut.com website but for every page visited inside the orkut website urls keep changing So i was wondering is there any through which a website can be identified uniquely like ip address, or any text scanning or any …

Member Avatar for jlego
0
107
Member Avatar for jlego

in vb6 the most efficient/fast way to test if a variable/object was empty was to use [code] if lenb(x) = 0 then [/code] instead of using if x = "" in .net len(x) works, but is there a more efficient way?

0
74
Member Avatar for Geek_Cyborg
Member Avatar for vb5prgrmr
0
105
Member Avatar for peac

how do i wite a progaram in visual basic 6 that contains a general sub procedure thats finds a numbers squared number and it aslo contains a general sub procedure thats shows the squared numbers(positive/negative) on the screen

0
37
Member Avatar for mcatest

I want to set timer to count down from 40 mins, then messageBox("Time is up"). How do I do this? Thank you. <FAKE SIGNATURE>

Member Avatar for aka_amboy
0
162
Member Avatar for mikeybware

Hello, I am relatively new to posting in forums, so forgive me if I posted in the wrong area. I am having difficulty with saving changes made to my database. First of all, I can create a patient in the database (MS Access), and save their contact info no problem. …

0
63
Member Avatar for mikeybware

Hello, I am relatively new to posting in forums, so forgive me if I posted in the wrong area. I am having difficulty with saving changes made to my database. First of all, I can create a patient in the database (MS Access), and save their contact info no problem. …

0
68
Member Avatar for skateatvu

Hi My name is Lin Freeman,im 14 years old and live in Baltimore Maryland.I really want to learn about visual basic 6.0.Ive bought one book and read it and read it well.It taught it the basic and how to write code but i didnt understand the code part very much …

Member Avatar for vb5prgrmr
0
103
Member Avatar for manoj.dani

Hi All I Have a Weight Scale machine of sartorius company it is attached on comm1 with my pc how i get the weight from machine in VB6 Manoj Dani

Member Avatar for vb5prgrmr
0
68
Member Avatar for amadarohan
Member Avatar for Rentier

I have a USB device (analog-digital converter) and DLL library for it (mDAQ.h, mDAQ.lib and mDAQ.dll). Can I use functions of this library in VB? How it may be done?

0
98
Member Avatar for ksenthilbabu

Please Help me, We had a Software application Developed using VB6 with MSSQL SERVER2005 as Database(Remote) in [url]www.znetindia.com[/url] our web space provider , the application was working properly until they upgraded the Server configuration, Now we are not able to connect with the database using the normal OLEDB connection String …

Member Avatar for akhilesh12
0
2K
Member Avatar for Geek_Cyborg
Member Avatar for Geek_Cyborg
0
2K
Member Avatar for asaness

hi to all! i need some help. My problem is how to code the terminating current process, actually it is like a task manager. i hope somebody will answer my question. thanks to all...

Member Avatar for aka_amboy
0
128
Member Avatar for hery

this is my code [code] MSFlexGrid1.Clear On Error Resume Next Set rs = cn.Execute("SELECT count(*) FROM ENTRY_GAJI_BAGIAN") If Err.Number <> 0 Then MsgBox "Cannot open recordset due to this error: " & Err.Description MousePointer = vbDefault Exit Sub End If If rs(0) > 0 Then MSFlexGrid1.Rows = rs(0) + 1 …

0
76
Member Avatar for bg_ac_dziner

I have built a telephone keypad using the drawing function of Excel and I would like to be able to have a visual print out in an existing Text Box of the numbers selected when I touch the individual key button Groups.

Member Avatar for vb5prgrmr
0
545
Member Avatar for neosonic

Hi, this is my problem. I have a big picture to be viewed in picturebox. I will need to manipulated that picture (add some graphic in it) and save it in the same size (if the original is 2000x2500, let it be 2000x2500). The problem is that picture's size is …

Member Avatar for neosonic
0
94
Member Avatar for muh_hatta
Member Avatar for Lida_pink
Member Avatar for benze

hello im making a GUI using VB 6.0 in order to communicate my PC to my PIC microcontroller. Can you give me an alogorithm how to start in coding my GUI. Im just new to VB language. I really appreciate your reply..Thanks a lot.

Member Avatar for vb5prgrmr
0
92
Member Avatar for Roax

:( I am have been trying to update changes from my vb.net program to an access database file and it simply will not work. I have am using table adapters. I'm not familiar with SQL so i can't go that route. It updates the dataset fine but not the database... …

Member Avatar for reach_yousuf
0
264
Member Avatar for invincible35

HI fellas, i want to use a visual basic application in Personal digital assistant(windows mobile platform) but somehow i am facing some problems (Like.... I couldn't run my exe on PDA, which was working fine on my system). Please help me.

Member Avatar for vb5prgrmr
0
85
Member Avatar for Geek_Cyborg

Hello, See for eg. I have a ListBox with these items: abc1 abc20, abcd now i want to search and separate the only text which contain integers to a textbox. Can anyone help please

Member Avatar for vb5prgrmr
0
96
Member Avatar for gian10890

here's my code: this code executes by pressing ALT Q, then the msgbox will return the key value of Q which is 81 [CODE] Private Sub Form_KeyUp(KeyCode As Integer, x As Integer) If x = vbAltMask Then If KeyCode = vbKeyQ Then MsgBox KeyCode End If End If End Sub[/CODE] …

Member Avatar for vb5prgrmr
0
108
Member Avatar for ravmonster88

hi experts. this is my first post here hope you could help me.. [CODE] Private Sub FindFile() On Error GoTo x 'capture if error occurs Dim idx As Integer 'index to be incremented For idx = 1 To Combo.ListCount - 1 'loop to find the and load the text file …

Member Avatar for vb5prgrmr
0
80
Member Avatar for Dazpenn

Hi I was wondering if anyone can help me. I have a program that has an MDIChild form which contains a button that opens up a second MDIChild form. This second form has a listbox checkbox on it that allows the user to select from. Once they have finished selecting, …

Member Avatar for Dazpenn
-1
89
Member Avatar for venkatnams

guys,,i use vb6 and access 2007,,i hav a problem with my project,,,,my project is about college admin s/m,,,on runtime if i give certain id's for input it hangs and just crashes,,,i dont know why this happens,,,,,i hav applied the same code in many other places of my project but they …

Member Avatar for vb5prgrmr
0
198
Member Avatar for Matt3144

I have made a program which can store users as records with different fields with a public type using text boxes and combo boxes which works fine but I also need to save a picture of the person in the file (same file if possible). how do i save the …

Member Avatar for abu taher
0
73
Member Avatar for Lida_pink

How can I draw a line on the form that can go around itself ? I would really appreciate if someone could help me out with this question. I have no clue how to solve it. Thanks in advance :)

Member Avatar for Lida_pink
0
281
Member Avatar for rric

Hi, I need to create an application that will count the number of students who score from 90-100, 80-89, 70-79, 60-69, and 0-59 on exams. (Grades are listed in a ComboBox). It should then display the number of students in labels, a second label should also display a message for …

0
87
Member Avatar for cabsjonel

hey folks can someone help me how to use or connect database to visual basic hoping for your kindness. God bless !!!!!!

Member Avatar for abu taher
0
151
Member Avatar for shaunhester

The following code worked perfectly in word 2003, now in word 2007 it doesn't work if the resulting save file is on a network drive, it does however work on a local drive. We are scrathing our heads here if anyone has any ideas we would be happy to try …

Member Avatar for phpbeginners
0
136
Member Avatar for cabsjonel

hey folks its me again i have a big probelem i dont know how to use the patch of spyware doctor hoping to those person who have a good heart god bless to all pf you

0
65
Member Avatar for azegurb

hi all i am newbie in Excel VBA i created list in Excel and i wrote into ([B]a1[/B] cell-income, [B]b1[/B] cell-expence, [B]c1[/B] cell-kredit and [B]d1[/B] cell-debet) i enter a2 cell income (for ex:1000) and b2 cell expence (for ex: 100) and I give condition in VBA that if income greater …

Member Avatar for azegurb
0
89
Member Avatar for Geek_Cyborg

Hello, I want to add integer value in specify integer from mix character TextBox, For eg, I have two TextBoxes first's name Textbox1 and second's name Textresult1 Textbox1.Text = "blabla 2 bla" Now after a empty space and before a empty space i want to + 1 in integer value …

Member Avatar for vb5prgrmr
0
90
Member Avatar for xandy

i want to install visual basic 6.0 free download to my pc but i dont know if i can get here a free!!!! help me pls!!!

Member Avatar for Nick Evan
0
65
Member Avatar for ali8888

I have a question, and it is: How create win32 application in Microsoft Visual Studio 2008 ?? I do not want to select " Empty project " in " Additional options: ". i.e. I want use visual window for my program. Please help me. My language is C++.

Member Avatar for ali8888
0
171
Member Avatar for pankaj.garg

Hello, Please help me in selecting a database to use with VB6. my application will store some 20-25 values each second (24 X 7) along with date-time stamp...and i would need to access this data for over 1 year period... Keeping this in mind...which database should i select? also please …

Member Avatar for pankaj.garg
0
126
Member Avatar for neosonic

Hi all, If I want to read an image and split them into pixel of rgb(red green blue) regarding their color. Is it possible to do it in vb? Or I need to use the different program? if you have any clue, please let me know, thanks.

Member Avatar for neosonic
0
100
Member Avatar for coollife

ex : Set ie1 = CreateObject("InternetExplorer.Application") ie.Navigate "http://www.gmail.com" the above code opens the gmail.com page but the url will be something like [url]http://www.google.com/accounts/[/url]......... I want to get the url , whats the code for it and how to get ip address of an website Please HELP

Member Avatar for vb5prgrmr
0
69
Member Avatar for cwiggins

I have .txt files saved as their date in yyyymmdd.txt format. I need to be able to open these files based on today's date or a cell value and use the info to paste into an existing excel file. I can handle the pasting of the info but do not …

Member Avatar for vb5prgrmr
0
37
Member Avatar for gogo2010

I have to write a program to get traffic lights to work - how do i get it to show green and amber at the same time? any suggestions?

Member Avatar for hero_1036
0
83
Member Avatar for stewea99

Hi, I have this form which so far displays data if its there or lets you enter new data in the form. I have a combo box which at present inserts whatever is selected into my table. How can I make it so the id of the item in the …

Member Avatar for nth
0
186
Member Avatar for Zevs

please help anyone.. i have MDE made with MS ACCESS 97 and i want it to work in MS OFFICE 2003, but have some errors... Can anybody help me with this problem???

Member Avatar for Zevs
0
72
Member Avatar for aditi123

hi I have developed a project using vb dao. Now I want to generate report by using crystal report 9. can anybody help me with the coding of the same.

Member Avatar for vb5prgrmr
0
77
Member Avatar for NIWANUT

Hi, I have written an application in VB6 that grabs an image from a webcam and writes it out to the hard drive. Before writing it I would like to add a text line listing which camera it is and the date and time. I have no problem sorting out …

Member Avatar for vb5prgrmr
0
1K
Member Avatar for wonderhow8

I have many microsoft access database and saved under file name like 4945.mdb, 4946.mdb, 4947.mdb etc.. Inside each *.mdb, there are data columns like Serial Number, Part Number, Qty etc. Let say I want to create a Query using VB to search one of the Part Number in all these …

-1
61

The End.