vba x 200

12,155 Topics

Member Avatar for
Member Avatar for namit

Hey there i am just starting programming in vb and what i need is 1. to be able to print what day it is monday, tuesday, wed.. etc in a text box just the code for this is what i need. 2. want to have the time in another box …

Member Avatar for namit
0
137
Member Avatar for smurtaza

Hi, Using visual basic how I can simulate circuits and TCP packets in different proportions i.e circuits and TCP packets in different rates? Any idea or suggestions Thanks,

Member Avatar for jwshepherd
0
114
Member Avatar for Thong_Ispector

After 15 years of not programming anything I decided to play with VB4... (Swapmeet original with serial for $1) I also picked up VC++ (Same price) Does anyone have a source for simple source code examples that a person could download and examine for use as a learning tool. My …

Member Avatar for jwshepherd
0
108
Member Avatar for Sharpy

I wish to if someone types something in a textbox that it shows up in a label..but on another form...so say in the textbox i type in "Sharpy" then "Sharpy" shows up on another form.

Member Avatar for jwshepherd
0
191
Member Avatar for LadyFinger

hi...i have an assignment which is to develop a registration system by using SQL 2000 and vb 6...the problem is i don't know how to integrate vb 6 with SQL server 2000. any idea how can i do that?

Member Avatar for jwshepherd
-1
258
Member Avatar for Drakey

Im trying to make a basic web browser with VB6, here is what i have: [CODE] Private Sub cmdback_Click() On Error Resume Next WebBrowser1.GoBack End Sub Private Sub cmdForward_Click() On Error Resume Next WebBrowser1.GoForward End Sub Private Sub cmdgo_Click() WebBrowser1.Navigate (txturl.Text) End Sub Private Sub cmdRefresh_Click() On Error Resume Next …

Member Avatar for jwshepherd
0
458
Member Avatar for sowmiya

how to create inventory system using VB.i want coding also for that would u plz explain me.at the ealiest

Member Avatar for jwshepherd
0
167
Member Avatar for Sharpy

Ok I have a list box and a label...I wish to do the following. I want to click on a object in the list box and I want information from a .txt file to show up in the label, I need different information for each object in the list box …

Member Avatar for jwshepherd
0
210
Member Avatar for pmccray
Member Avatar for namit

Is there a way to get the day of the week when supplied with a date? usign the date() function ie how do i find out what day of the week it is e.g. Monday, Tuesday, Wednesday, Thursday, etc ?

Member Avatar for jwshepherd
0
132
Member Avatar for dreyes67

How can I fine a name in a table and compare it? If the name is in the table, continue with FORWARD. Else, then write information to a different table. Approver is a name in the record that is doing the work. I wanted to see if this person is …

Member Avatar for jwshepherd
0
155
Member Avatar for d0uga1

hi ive just found this forum site and thought maybe just maybe someone may help me. here goes im trying to create a card came in vb and in doing this i am wanting to have random statements in my game i have done the random statements and they are …

Member Avatar for jwshepherd
0
121
Member Avatar for artint3

how can i put the text i added to database to the combo menu i have in another form?! :confused:

Member Avatar for jwshepherd
0
111
Member Avatar for user777

Hi, Thanks for your kind reply. As you suggested I am sending the download link. The following is the link: [url]http://www.a1vbcode.com/app-3234.asp[/url] The file name is : Bill Printing Just I want to modify this file but whenever I am trying to modify it there comes an error msg. Please let …

Member Avatar for jwshepherd
0
82
Member Avatar for amir_ct2001

how to select the records between two date ranges in selection formula in crystal report.i am beginner to crystal report.if anybody have idea about this on pls forward ur result to my id

Member Avatar for Pixelzzz
0
125
Member Avatar for wchitamb

<html> <head> <title></title> </head> <body> <% Function NewConn() Set NewConn= Server.CreateObject("ADODB.Connection") NewConn.ConnectionTimeout=100 NewConn.Open "Provider=sqloledb;Data Source=[192.168.160.1];uid=[sa ];pwd=[topland]" NewConn.CommandTimeout=1200 End Function %> </body> </html> I am trying this functions.inc code then use the include ext and i keep on getting this error message Error Type: Active Server Pages, ASP 0126 (0x80004005) The …

Member Avatar for madmital
0
112
Member Avatar for MrConfused

I am trying to put together a string that can be sent to the clipboard and then pasted into a spreadsheet (in this case a works spreadsheet). The problem I have is the space characted seems to be being ignored when it is a the start of the next line. …

Member Avatar for mnemtsas
0
320
Member Avatar for tony mcquaid

Hey there! I'm making a break timing device for work (so I can be more aware of how long I'm taking on my breaks. I'm bad at keeping track.) If someone could help me out, it would be greatly appreciated. [U]What the program does:[/U] - After I click "break" it …

Member Avatar for Marikanna
0
334
Member Avatar for sgtrock40

The guys at my unit have a spreadsheet that is updated at least 10x's a day. The updates involve adding new line items to the bottom, and deleting old lines from wherever the completed ones are on the list. The list needs to be numbered, and re-numbering would be a …

0
102
Member Avatar for reyhan12

I'm creating a sales invoice order form and whenever a purchase is made, the quantity of a certain product ordered is deducted from the product database. how do i do that? I am using this sql query to get the product details input from vb to the database. SELECT Invoice_Detail.[InvoiceNo], …

Member Avatar for Paladine
0
139
Member Avatar for janice_2k

Dear gurus and members, I am a newbie in VB and programming. I have created an exe that allows to record, play and save user's speech onto his computer. The file is saved as wav. I wonder is it possible to convert the files to mp3 format when user clicks …

Member Avatar for dennis651
0
955
Member Avatar for reyhan12

i need to make a purchase order and sales invoice to print in vb6. i used datareport. i already have a code that i can't get to work. i uploaded [url]http://www.savefile.com/files/7624022[/url] it gave me this error. Run-time error '-2147217900(80040e14)': Data shape command text contains a syntax error at or near …

Member Avatar for reyhan12
0
144
Member Avatar for user777

Hi, I have downloaded one vb project and now I am trying to modify it. But whenever I am trying to modify the text boxes or list box it shows an error message "Can't edit module". How this problem can be solved. Thanks in advance for any help. Regards, user777

Member Avatar for Marikanna
0
117
Member Avatar for MrConfused

I have a VB program that produces reports by sending text to various list boxes. I want to add the option to have the reports sent to the clipboard. I imagion most users would then want to paste the information into a spreadsheet. I have figured out that adding chr$(13) …

Member Avatar for MrConfused
0
166
Member Avatar for Naters_uk

I am facing a huge problem. I did a registration page and i want to store the data into SQL Server. I created two stored procedures in SQL and two functions in visual basic to call the stored procedures before inserting the data into the database. My codes are based …

Member Avatar for goldeagle2005
0
244
Member Avatar for Toulinwoek

As basic as this may be for you experienced programmers, this leaves me baffled. I have a copy of VB6 I obtained as an employee of a Microsoft Certified Solutions Provider, but it didn't come with the MSDN Library so I don';t have access to any online help (BTW, if …

Member Avatar for Monster17
0
256
Member Avatar for user777

Hi, I want to add a new contact to the table in a database (using ADO Control) but when I write a contact name in a text box it should be automatically changed to upper case even i write in a lower case. Regards, user777

Member Avatar for invisal
0
111
Member Avatar for Member #45487

I have created code to make html file on in root Folder of Application. Now i want when i click on Button it will open in Default Web Browser of the System. PLease Help me ;)

Member Avatar for Alvein
0
101
Member Avatar for feeder23

hi, i have soms big troubles. can anyone help me? i have to make a database in access. Now for some functions i need to use vb in forms i made. What is now the problem? Well, i want to add text to a table by writing my text in …

Member Avatar for vhinehds
0
113
Member Avatar for aparnesh

I need to send some data from a database to a Adobe Pagemaker document. Does anyone here know how to make this work ? Does Pagemaker offer objects which can be called from VB to enable automation ? Thanks

Member Avatar for aparnesh
0
146
Member Avatar for ohgosh

i came across this error and i dont seem to understand what actually cause the error to occur.. Can anyone explain the error if you know or have any idea.. THANKS~ [CODE]Error Type: Microsoft VBScript runtime (0x800A01C9) This key is already associated with an element of this collection [B]Loader.asp, line …

Member Avatar for ohgosh
0
417
Member Avatar for ramareddy_dotne

In my application I allow my user to delete a transaction at extreme cases only so I want to a confirmation msg from user whether he is sure to delete the transaction(Are you sure? yes or no).I know about "confirm" msgbox but I dont know how to use it please …

Member Avatar for Letscode
0
109
Member Avatar for padmakumar

I have bound an ADO recordset with the datagrid. the recordset column contains two columns - one column which has english words and the other column contains arabic words corresponding to the english word. but when i bind it to the grid, the arabic column is showing some junk characters. …

Member Avatar for Alvein
0
140
Member Avatar for vhinehds

hello guys!!! im back again, of course with something to ask for your help. anyway here it is...Im now in my last stage of the program i am making. and this includes the e-mail notification by by program, which it gets its e-mail details to be sent in the database. …

Member Avatar for Alvein
0
212
Member Avatar for bumsfeld
Member Avatar for Cain
0
223
Member Avatar for sgtrock40

The guys in my unit have a speadsheet that they are[u] constantly[/u] changing, upwards of 10 x's a day. Each line is numbered because it is used on a network between multiple offices, and it is color coded. As a line is deleted, is there a way to make excel …

0
105
Member Avatar for EBHscales

Greetings, I just want to go ahead and say thank you in advance to everybody on these forums. I've been reading and trying to apply all the useful information here to fix my problems myself but I just cant do it alone. Heres my deal: This computer must have been …

Member Avatar for swatkat
0
581
Member Avatar for tom_h_500

I just designed a nice little program that lets me scroll through a database I made with little fuss. Now I have bypassed the first error's I was getting (something to do with ADO) but now I face a new problem. I can easily run the .exe on my computer …

Member Avatar for Comatose
0
266
Member Avatar for vishnubobade

Hi all, Im presently working in VB6 as well as C#. I want same help from u. im telling first in VB6 insert label.... right click on label.... Properties..... change backstyle ... 0-transparent......... it is good work but when i change in c# it is not work properly.... back style …

Member Avatar for Paladine
0
138
Member Avatar for goldeagle2005

Hi, I've created a password protected website using ASP for a project. However, for authentication, the username and passwords are passed as clear text parameters to the ASP. How can I implement a one way hash mechanism so that the database stores the hashed values of the password, and not …

0
73
Member Avatar for Vishal Aggarwal

I have a VB6 application that works with Oracle database. When I execute this application on Windows XP SP2 machine, the moment the application tries to establish connection with Oracle, the CPU usage goes to 100% and the application comes back in close to 3-4 hrs. The application finally launches …

Member Avatar for Comatose
0
116
Member Avatar for vip.Knight

Hi every one, I need your help in this issue. Before I start maybe I can’t explain what I need very well because I don’t speak English. I need function in visual basic to switch the number of point in decimal. Basically how many points can I control it? “Routing

Member Avatar for vip.Knight
0
127
Member Avatar for user777

Hi Everybody, I am new to VB and I would like to know how can I use multiple tables in ADO control Database (relational database) to retrive data from those tables. Which tables should have primary keys and which should have Foreign keys. I want to use MS Access to …

Member Avatar for Comatose
0
182
Member Avatar for user777

Hi, Could somebody help me regarding the above matter. Please send sample database using ADO control in VB database (using NWIND.MDB) Regards, user777

0
97
Member Avatar for goldeagle2005

Hey all, Heres the code of an ASP I'm working on... ------------------------------------begin ASP------------------------------------- <%@ Language=VBScript%> <% artist=Request("artist") album=Request("album") Set con1 = server.CreateObject ("ADODB.Connection") Set rs1 = server.CreateObject ("ADODB.Recordset") con1.Provider="Microsoft.Jet.OLEDB.4.0" con1.Open (server.MapPath ("\databasecore\mediaguide.mdb")) sql = "UPDATE artistinfo SET UserAlbumReview='"&TRIM(Request.Form("AlbumReview"))&"' where artist ='"&artist&"' and album = '"&album&"'" rs1.Open sql,con1 %> <html> <head> …

Member Avatar for senexom
0
194
Member Avatar for raddad555

Ok here we go: I have to send data over TCP to a listening port, the other end has a server running expecting a login. I need to send 3 bytes 6b "k" , 16 , and 31. the equilvaltes to ku. When I send the data it is sending …

Member Avatar for raddad555
0
199
Member Avatar for abhay_fgr

hi! i want to logoff windows XP Professional when it's not receiving any instructions ( i.e. condition similar to when screen saver pops ) but it should not loggoff if we are Downloading, how can it be done in VB 6.0.

Member Avatar for abhay_fgr
0
132
Member Avatar for mickyboy

hi all attatched program is a bend allowence calculator for sheet metalwork , i have a few programes that do the same thing and are more advanced, i could also do the same thing longhand, but my aim was to see if i could actually figure out how a program …

Member Avatar for mickyboy
0
156
Member Avatar for cancer10

Does anyone know where can I download free activex components for visual basic 6.0? Thanx in advance :)

Member Avatar for cancer10
0
181
Member Avatar for larmit

I am using the MSCOMM control object in VB. Does anybody know how to read modem register values in VB?

Member Avatar for Alvein
0
125

The End.