11,868 Topics
![]() | |
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 | |
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 … | |
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 … | |
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 … | |
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? | |
How to store all ComboBox items in a Text file..? Please share the code for this | |
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 | |
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> | |
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. … | |
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. … | |
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 … | |
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 | |
any body know this? hill cipher in visual basic........ | |
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? | |
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 … | |
How to use Button array? i want to use separate code for each button, Please Help | |
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... | |
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 … | |
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. | |
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 … | |
can u help me to solve my program please!!!!!1:icon_cry: i don't have any idea againt....... | |
How can I show the next 15 odd numbers of for example number 10 ? | |
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. | |
:( 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... … | |
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. | |
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 | |
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] … | |
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 … | |
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, … | |
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 … |
The End.