11,868 Topics
![]() | |
| |
Hi Im kinda new to VB6 still a FreshMan student. and since there's a couple of weeks break Im kinda thinking getting ahead a bit. We already started some basics but I still want to learn some stuff. I just want to ask you guys. What is the best/Good VB6 … | |
i am facing difficulty in updating msacess database for several columns with following code [CODE]Public Sub connect() Dim path As String path = App.path & "\chss.mdb" cnn.CursorLocation = adUseClient If rs.State = 1 Then rs.Close cnn.Open "provider = microsoft.jet.oledb.4.0;persist security info=false;data source = " & path End Sub Public Sub … | |
Hi, i am doing a simple application using vb8 and i want to load a form named form2 on my main form(form1) rather than opening form2 in another window.. can anyone please help. Thank you. | |
[CODE]Dim Processors(4) As ProcessorType For j = 1 To 4 Step 1 Put #filenum, WritePos, Processors(j).byte0 WritePos = WritePos + 1[/CODE] I'm in the process of translating this VBA code to python, and essentially what it does is creates 4 Processor Objects but as you can see from the for … | |
Hi, I'm coding my program on VB.net and I take my laptop when I am away and use my PC back at home. I know this may sound simple, but what is the easiest way to get the project on another PC. For example, in Java I know that you … | |
I'm working on an add-in for Visual Studio which works well on framework 3.5 but not on 4. Do you have any idea why would the add-in do this? The add-in is written in C#. | |
hi ... can someone help me on connecting MSsql 2000 to vb6 ...i've been searching google but they always point me to this site .. [url]http://www.connectionstrings.com/[/url] i dunno how to set up this strings in vb since im new to vb... :( please help | |
Hi I have an Access 2003 database and website that im trying to code using VB asp.net, it's basically a book and toy library website and what i want to do is have a webpage of items with pictures and when the user logs in to the site, they can … | |
i have to create image that is to mimic a single clock hand rotating within a square area,before the hand rotate the following must be selected by the user:the color,width of the hand,the speed of the rotation,and direction.pliz someone here help me come up wiyh codes and variables 4 this | |
So at work I had to keep recreating these summaries. Was a very tedious process so when I had some downtime I was able to create a little program in Excel that would spit out a days worth of work in 5mins. Now that I have that working, I am … | |
Hi, I am using excel to load a userform that will run a macro to perform processing on excel sheets. I have set the userform to load when you double click the macro-enabled excel sheet. Everything works fine except I can briefly see worksheets before the userform appears. How do … | |
[B]I simply want to be able to delete a file via ftp.[/B] What irritates me is, it is so easy to upload a file but so much harder to delete a file. Please offer a simple way to delete a file over FTP using visual basic Thank You in advance … | |
Hi Guys, I want to try and remove a Server Error in '/Program' Application. When i try to delete a record which has related sub record, it cant delete obviously because of the relationship between the entities, however the average user does not no this, and they dont need to … | |
Guys.. I made this program that plays video... The program is capable of playing 2 videos only... So... I came up to a solution file browser.. the question is how?.. is there available code to do this guys?. The concept would be like this : create button and that button … | |
Hello all, Im currently doing a project which is a system that adds booking records to it it loads the database from a module [CODE]Set Db = OpenDatabase(App.Path & "\cihansol.mdb") Set RS_Staff = Db.OpenRecordset("EPHS_Staff") Set RS_Customers = Db.OpenRecordset("EPHS_Customers")[/CODE] im very new to visual basic so i dont know much anyway … | |
[CODE]Dim line(10000) As String Dim log_ctr As Integer Open App.Path & "\data\log.txt" For Input Lock Read As #1 Do Until EOF(1) Line Input #1, line(log_ctr) log_ctr = log_ctr + 1 Loop Close #1 If last_log <> log_ctr Then For n = last_log To log_ctr - 1 Text1.SelStart = Len(Text1.Text) Text1.SelText … | |
Well my datagrid so far has the edit,update,cancel feature and it can get info back from database after entering a number into a textbox. All i need now is to get it to where I enter a number the data comes up which works and I want a blank row … | |
I have made a programme to print chaques through excel report. i have network printer “Xerox Phaser 3435 PCL 6” (inkjet) which is my default printer I have local printer is “Epson LQ-300 ESC/P 2” (dot-matrix) and used only to print chaques. every time when i want to print chq. … | |
I am to present my project recently.This is very important you see I can't proceed with my project because I am not able to capture a video in my VB form from a video device attached to a PC using USB. How can I do that please help me. | |
Hi. I have visual studio 2005 and i'm wondering does every header file has source (*.cpp) file with same name? For example windows.h and windows.cpp? If yes then where are all these source files? When using search on my computer i can find 3 times less cpp files than headers... | |
Hi everybody, i am trying to get IPs from a switch with vbs through telnet. i am recording that IPs to excel sheet. the problem is when i try to read that IP data vbs copy or paste it as a string. so telnet can not recognize string as a … | |
![]() | I've seen a lot of people having issues debugging JavaScript code. So here is how you can easily debug your JavaScript code using Visual Studio (I believe firebug has similar functionality). Also if someone has Visual Web Developer can you confirm that you can do it in that as well … |
Experts, I'm new to VB and I'm trying developing a VBA application to send and receive data to an RFID reader and put the result into Microsoft Access. Project has: Mscomm command1 (command button) Text boxes (Text1, Text2) At this stage i have developed the following code. [CODE]Private Sub Command1_Click() … | |
i need to now how i can answer "yes" or "no" automatically when excel asks to save to clipboard. | |
with this codes i created rectangle image with a line inside that has to mimic a single clock. Dim MyGraphics As graphics=e.graphics my graphics.Draw Rectangle(pens.colour,x1,X2,y1,Y2):whereby x1=60,x2=70,y1=80,y2=90,and choosen colour my graphics.Draw line(pens.colour,x1,x2,y1,y2):whereby x1=60,x2=70,y1=100,y2=120,and also choosen colour. Now help me with ideas and solution here.the hand or line within the square has … | |
Hi I'm new to vb6, i just wanna ask something.. i want to create a Progress Bar race game in vb6, my question is how do i randomize progress bar speed?assuming that i have FIVE Progress Bars, any help is appreciated..thanks!:) | |
hai, Is there any way to convert VB.Net project into VB6 project, pls help me.. | |
Hello all, I have a DataGridView that is being populated via SQL with one table and is being filtered by Stock Code. I need to sort the view of one Stock Code by Nutrient names, but the sequence number is in anther SQL table. it would be easy if i … | |
I need to average the last 4 data points in a row, i can do it in columns but not rows. Here is what I have (This is using "SUM" I can replace with "AVERAGE") B C 1 2 Month Qty Months Total 3 Jan-10 10 3 240 4 Feb-10 … |
The End.