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
250
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
73
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
161
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
67
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
67
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
96
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
544
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
93
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
263
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
95
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
107
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
88
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
196

The End.