11,868 Topics

Member Avatar for
Member Avatar for Nubbing

Hello all. Pretty much finished my project for school, everything works, you can add and delete files, can't crash the program e.t.c. but I can't find out how to list these in order of date. [img]http://img300.imageshack.us/img300/4570/visualbasichelp5ck.png[/img] Currently I have the sorted property of the list box equalling true. As you …

Member Avatar for Comatose
0
2K
Member Avatar for helloworld

can someplease please help me understand what the asc function and the mid function can do. does the asc function find the string and the mid function replace the string with a number. i have had a look in several books but none make sence please

Member Avatar for williamrojas78
0
87
Member Avatar for skalra63

currently, i have a form where a user can manipulate data. however, because i only want them to change "Supplier" of a product to a known one, i have created a second form. which they click (next to the supplier entry field.) this displays a list box ( with supplier …

Member Avatar for skalra63
0
120
Member Avatar for laifa

Hi, As far as encryption goes, I am a newbie. Right now when I login, it will compare the user and password stored in my database. If both match, I will be able to login, otherwise I will be refused. The user and password are now stored in plaintext. How …

Member Avatar for laifa
0
1K
Member Avatar for helloworld

Hello can anyone please help me with some code, as you may be aware ASC means: Function Asc(String As String) As Integer Public Function Zeichen_OUT(Zeichen As String, wheelNr As Integer) As String 'go left, direction reflector (Umkehrwalze) Dim Z As Integer Dim offsetZ As Integer offsetZ = RotorOffset(wheelNr) - RingOffset(wheelNr) …

Member Avatar for helloworld
0
235
Member Avatar for mahda

hi... would you help me... i can't understand about connection database from access. i will using this db in my project.. help me pls... thx...

Member Avatar for Comatose
0
38
Member Avatar for Comatose

There seems to be a serious number of posts regarding the use of VB with an Access Database... Due To The High Volume of questions about access, I'm posting this link. Please, Go through the tutorial, and if you have questions regarding access with VB still (after reading through the …

5
1K
Member Avatar for HellRazor

Hello, im having problems with using a RAF in my project. i have 5 fields on my form three of wich hold integers and the other two hold strings, i want the data to then be sent via a "send button" to the random access file. here is the code …

Member Avatar for Comatose
0
77
Member Avatar for chan karan

Would any one help me to solve the problem??? for example: 12345/abc123 I want to divide the above string into two value, - 12345 - abc123 I want to know how can the program recognize the value in each digit??? And how can the program recognize the "/" to divide …

Member Avatar for Comatose
0
155
Member Avatar for benyam_dessu

I am write a payroll grogram. Is it possible to make this program run in the network? I mean, how could I make it for users at different workstations access it simaltaniously. regards, ben.

Member Avatar for Comatose
0
114
Member Avatar for infmas

Hi, sorry my last post that was too short. When I try to compile a project in VB6 in my computer and another one in my company, VB6 stop to compile in the middle, and freeze. I looked in task manager and the C2.exe is pending in the process list. …

0
85
Member Avatar for ChriRi

I'm working on a MS-SQL-Server-DB with MS-Access. There are some dozens of forms. I'd like to translate the forms by button-click into another language. I've made a procedure (sub) called by button-click which walks over the complete "Controls" and changes the captions. So far, so good. But this procedure (in …

Member Avatar for ChriRi
0
81
Member Avatar for Luket00

Hello, I am new here and would appreciate any help! I work for a company who has a Access mdb with about 20 or so forms in it. The management usually has full access to the database to enter data to specific forms on a daily basis. I have been …

0
69
Member Avatar for Indigo238

I'm a relative new comer to development and need some assistance in writing a function. Here are the requirements: Return the 5th element from the end in a singly linked list of integers, in one pass, and then provide a set of test cases against that function. Any ideas? Thanks …

Member Avatar for Indigo238
0
101
Member Avatar for vishalsomani

Hello, I have attached a database which will be in use for the question i am about to ask. The question is ... Write queries to retrieve the following sets of information. a) An annual report showing the number of orders and the value of the orders placed by each …

Member Avatar for Yomet
0
255
Member Avatar for sleepless

i want to collect data and show in OLE or Excel for every 1 minute. and every data i collect i wan save in a folder. every time i wan update the data. how i should write my program.. Thx for helping me......

Member Avatar for Yomet
0
183
Member Avatar for complete
Member Avatar for Comatose
0
37
Member Avatar for skalra63

i wondered if anyone could help me with this. i have a button on a form (frmUpdateProduct). this button opens up another form (frmSelectSupplier). i have a listbox which gets all the supplier names from the access database, and assigns then with the Supplier ID (also from the database). here …

Member Avatar for aparnesh
0
156
Member Avatar for complete

This has to be a simple question to answer. And I know how to do this in C++ but I don't know how it is done in Visual Basic. So I am not completely lost. It is just that Visual Basic is pretty new to me. I have written some …

Member Avatar for complete
0
114
Member Avatar for benyam_dessu

Dear Colleague: How can I use "begin transaction", "commit transaction", "rollback transaction" and the like in the visual basic 6. Is it possible to populate a combobox in VB form with the data that is retrieved from SQL server database table? How the code looks like? regards, benyam

Member Avatar for aparnesh
0
306
Member Avatar for HI2Japan

Hi all, I am a beginner at this so sorry for my ignorance. I'm trying to make a macro that searches an Excel Spread sheet. I plan on using Data validation in cell A1 that the user selects the value they want to see, then I want them to be …

Member Avatar for Yomet
0
308
Member Avatar for macka007

Hi, Im writing a program that takes screen shots at user determined intervals for a number of seconds (that way you can change frame rates), after each screen shot a new MDI child is loaded and the picture placed inside the image box on the form. When the set number …

Member Avatar for macka007
0
245
Member Avatar for harrypotter

Hi I'm begginer in VB. i want to develop a VB application in which there's a need of opening a .exe file when a button is pressed. Please tell me how to link a button to a .exe file so that it will be opened when the button is pressed. …

Member Avatar for Comatose
0
103
Member Avatar for complete

In C you can declare a function like this int average( int first, ... ) Where the ellipses denote a variable argument list. If I have a function like that in a c++ DLL and I want to link a Visual Basic GUI to it, how would that function be …

Member Avatar for Comatose
0
188
Member Avatar for helloworld

hello, i have copied parts of it from the book, am not allowed is there anyway someone can chage as much as there can, and try and get rid of ASC, is there another way of doing it, without ASC, OR ASCW, please someone help, please nicky Public Function Zeichen_OUT(Zeichen …

Member Avatar for campkev
0
95
Member Avatar for chan karan

I have designed a vb program and now i want to pass parameters from outside application to vb. what should i do??

Member Avatar for Yomet
0
184
Member Avatar for skalra63

i am using ADODB to connect an access database to my forms. i have the folloing code which searches the database table for a barcode. it searches and displays correctly, until you put in a non existant barcode, then it comes up with error 3021. eof bof error. it highlights …

Member Avatar for nicentral
0
156
Member Avatar for Jhun33

Hello everybody! I hope I'm in the right place to consult some programming issues. I'm Jhun and I'm new to the datagrid of VB 6. I'm currently working on a database application in which I would like to show records from an Access DB thru the datagrid. I tried to …

Member Avatar for Yomet
0
218
Member Avatar for allenhu
Member Avatar for Comatose
0
142
Member Avatar for Kegtapper

Trying something out of my area of expertise, and wanting to experiment with WebClasses Anyway when I start VB new IIS project - [IMG]http://www.kegtapper.net/test/DaniWeb-IIS.jpg[/IMG] Then I get an error regarding [IMG]http://www.kegtapper.net/test/DaniWeb-error.jpg[/IMG] Then the Dsr won't load and this error [IMG]http://www.kegtapper.net/test/DaniWeb-Dsr.jpg[/IMG] I have PWS 5/IIS server installed on this Win2000 system. …

Member Avatar for Comatose
0
126

The End.