12,425 Topics
![]() | |
I am using Visual Basic 2005 express (.net) 1) How would one get a SINGLE keypress in the console? (the equivilant to INKEY$ in QBASIC) 2) crap, i forgot my other question! Oh well. Chances are i will remember in a few minutes :lol: | |
Hi All, My First Post! And I'm not a student in school or college. This is a long story, but I will give you a synopsis of why I'm here: [COLOR=maroon]Another charge nurses . . . [COLOR=maroon]duty of creating the monthly schedule . . . [COLOR=maroon]other nurses . . . … ![]() | |
Hi All, I have a problem to solve.I am importing 200000 records(.txt) in notepad into excel but when it gets to 65000 records it truncates telling me that not completely exported.I now write a code in vb editor(excel) trying to count every 5records and export to excel.Please, have a look … | |
I need some help because i am trying to do this use a Cn as new ADODB.Connection , and a Dao Rs as Dao.Recordset so i need to put this to together? because i had a test in my university and my teacher put this in the exam, and nobody … | |
Visual Basic 6 VBP Assignment Mail Order As a member of a development team involved in setting up the accounting and financial systems for a new mail order business for household items, your task is to develop an application to calculate the amount due for each order. The specifications for … | |
I got a Logitech wireless mouse for my birthday, January 28, which I immediately installed on in new notebook. It worked fine, up until an hour ago. I unplugged the receiver to move it to a new USB port in the back, and when I did, it stopped working. Windows … | |
i am creating a notepad with the help of menu editor but i have problem to create a menus codes like when i click on the new then open a new form in same form and other menus also | |
I am currently writing a game in Visual Basic 6. It is a role-playing game that has many real-life features, like buying shops, cars, houses, and also joining a gang. I need help with something. On the main GUI, which has options for a job, like a shop owner, a … | |
have to make 4 triangles * ** *** **** **** *** ** * up to 10 lines on each, but to save space i threw down 4, i have those done no problem here is the code i popped to make those happen, this is VB '05 Command App btw. … | |
Hello to all thread viewers, There is any way to set a control's property through its "TABINDEX"... For example can i focus a textbox by simply knowing its "TABINDEX"... Thank you... | |
I have a problem with using the datareport in accessing a specified data from the database... example.. i have 100 persons in my database but all i want to print in my datareport is only the datas in person no. 77... can anyone help ? =) | |
Need a help, or hire VB progarammer to interface between different excel sheets. | |
Help please, how to appear a combo box in DataGrid while user click a cell? | |
hi, can any one help on how to convert text to voice... i have problem in the project where i use DirectSS component for the same. it works fine in my pc but not in other pcs. can anyone help? | |
Private Sub Command1_Click() Dim RetVal RetVal = Shell("cmd.exe", 1) ' Run Command window. SendKeys "telnet ip{ENTER}" ' For pinging ip SendKeys "login id{ENTER}" ' send login SendKeys "password{ENTER}" ' send password End Sub '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' Hi Friends, this is my simple program for pinging to my system and then i want … | |
Need some help on VBP6 Mail Order Code I'M loss with coding Anyone can help [B][COLOR=black]Visual Basic 6[/COLOR][/B][B][/B] [B][COLOR=#000000] [/COLOR][/B] [B][COLOR=#000000]Visual Basic 6 VBP Assignment Mail Order As a member of a development team involved in setting up the accounting and financial systems for a new mail order business for … | |
Hi! Before we get started, take a look on the picture below: [IMG]http://img524.imageshack.us/img524/5440/mapms1.gif[/IMG] If you use your imagination, you could see there a road map with two points: the "start point" and the "goal point". The truck must start in the "start point", follow the "road nº2", then the "road … | |
hey everybody, Does anyone have examples or web dir to conect visual basic using winsock to linux postfix. i already can work with smtp server (windows) but my code does not work with the oinux postfix. thanks Gerardo :idea: | |
Hello, I have developed a small commercial application in VB+ MS-Access. Now, I want to sale it with trial version and registered version. However, I am not getting a [I]perfect [/I]logic to write in VB to design a [B]Product Registration Code![/B] Please guide me in this regard. Thank you very … | |
hi... pls help me detect the recycle bin size using VB COdes.. coz im really having a hard time finding some sources over the net... ple help me on how to do it.. pls..pls... | |
Hi, Need Some Help. I Need To Connect To Postfix With Visual Basic 6 In Order To Send Administrative Mesagges To The People With Postfix Account, This Is Only Intranet Environment. Regards. Gerardo | |
i already know how to do a login form using a .INI file, but i was wondering if it is possible to make a form that automatically downloads a file from the web on loading, and uses that as a database for passwords and users, i was also wondering if … | |
im not sure, and i dont have msaccess on my computer, dont like the newer versions and the older versions are too hard to find, but i'm pretty sure your able to use a msdb(mdb) file as an ini file, seeing as vb6 will pick up any file type as … | |
hey I am new here.. HI! I was wondering is it possible to create a "new user" buttion in vb6 anyhelp will be great.. thanks | |
Hi! I have to problems regarding VB6.0 and Access and some other applications... [b]1. I can not open a database from access.[/b] Dim mydb1 as Database Dim myrs1 as Recordset [b]Set mydb1 = OpenDatabase("MyDatabase.mdb")[/b] Set myrs1 = mydb1.OpenRecordset("student") The error appears on the bold text. It says either "Unrecognized database … | |
Hi, I have a program here, for encrypting text using caesar cipher....except, I don't know how to get it to input the encrypted text back into my input text box! Here's what i have so far: Any help appreciated, I'm sure it's only a minor thing but when I was … | |
Good day everyone. Please forgive me if this is in the wrong forum/context but I am seeking some assistance which i have been unable to find anywhere. Im currently in the hopes of being able to add a drop down to a particular column each time a row gets added … | |
this is my second time to post a message on this forum, well im not really sure if the first one was properly submitted. i just want to ask help again from someone who knows somthing regarding the detection of Recycle bin size without opening its properties. pls do help … | |
I need to modify a Function procedure, I can do it with de VBE object. But once time I have run this function, the changes made to the code don't take effect until ends the application and I don't want this, I need to recompile only this function. How can … | |
I made a small application for ActiveX control in Visual Basic to test. There is an ActiveX control which have a listbox and some command buttons.But this is not working . The application should work like this: ActiveXcontrol1(Listbox and Refernce to ActiveXcontrol2 as a command button)-> Click CommandButton1 (let's say … | |
Hi, I'm new to Visual Basic 6.0. Can I start with Visual Basic .Net or should I begin with Visual Basic 6.0. instead? Thanks; Jose | |
Is there any way to adjust the volume per sound when using the sndPlaySound function? I am using an MMControl for background music, and currently using sndPlaySound for all other sounds. The issue I am having is that the sndPlaySound sounds are alot louder the the background. Thanks, Mike | |
Never done this before, but here goes... I write VB6 applications and have had little problem installing them on computers at office sites scattered across the country. Now the IT people are putting the clamps down on "non approved" apps and will not give anyone admin rights to the pcs. … | |
can someone help me. what is the code to print hard copy in visual basic 6.0 i do have a msaccess database and all the information in this database is already linked in VB 6.0. your help is highly appreciated. | |
hi can anyone help me how to compare user and password from a database like access... for example i have registered a user and password in access then when i input the user to VB and the password it will compare if the user exist and if the password is … | |
i've got a project wherein the server listens only from one client on one port...i want a program to make the server lsiten to multiple clients on same port or different ports...watever....can anyone help me out. the foll is my Server side Code [code] Private Sub cmdStartListening_Click() 'listens for client … | |
Hi...I have posted here once with a question but it was way back and i figured it out by myself :) the thing is, i dont catch onto qbasic well at all. it involves math and a lot of memorization which i am really bad at :rolleyes: right now, i … | |
Hello to all. They are new of the forum. I am trying disperatamente a activex that me it concurs to record laudio using the modem or the audio card. I tried something of professional. I hope that someone to help me in this deprived of hope search. Thanks :sad: :?: | |
dears through my search on msdn, i found this phrase "image annotation tool button control " but i cant find any detailed information is this tool exist on vb6,is it helpfull in designing interfaces ? if so , please any help or tutorial thanks | |
i draw lines using mouse events i want add annotation like text to the each line i draw ,which describe what each line represent how would i create an instance(e.g. textbox) for each line and aligned it to its coressponding line thanks | |
Hi all, I have this code [CODE]Option Explicit Private Declare Function RegOpenKey Lib "advapi32.dll" Alias "RegOpenKeyA" (ByVal hkey As Long, ByVal lpSubKey As String, phkResult As Long) As Long Private Declare Function RegCloseKey Lib "advapi32.dll" (ByVal hkey As Long) As Long Private Declare Function RegSetValueEx Lib "advapi32.dll" Alias "RegSetValueExA" (ByVal … | |
Hi: I'm writing a VBA macro in xls to chart various records that I'm querying from MS SQL. One of the values that are most important for me to chart is the total number of records. The way I have the xls code, I can pull the data into xls … | |
[B]IM DOING LEAVE MANAGEMENT PROJECT USING VB AND ACCESS[/B] [B]I finished staff registration and other forms .....I NEED HELP IN DESIGNING A TABLE ......THIS SHOULD CONTAIN THE STAFF LEAVE DETAILS WITH DATE.......HOW TO DESIGN TABLE.......[/B] [B]PLZ HELP ME [/B] [B]REGARDS [/B] [B]SCY[/B] | |
hi i'm george i'm in my 3rd year IGCSE and i have to give my project which is a net cafe after 6 days and i've a proplem with the client login module , when the client logout automatically the system will deduct consumed time of the user from his … | |
Hello All Please help me splitting a lengthy string like (((IR_Val1 And 128)=128) And (IR_Val2,7,7)) here i want the second string ([B]IR_Val2,7,7[/B]) separated from the first so that i can use them to call another function that is internal to my project i was not able to split because the … | |
i am new to programming and i dont know what are these (Unicode, MBCS and ASCII ) and also i downloaded one source and i saw something like this > Chr(&H9F) how we can chnage Text to this form >Chr(&H9F) ANy one please? | |
Please help me how will i solve my problem with login. The requirement is to terminate/lock the system, if after 3 attempts, the user failed to entered a right password. I used a some codes (indicated below). When i enter a correct username & password, it shows the next form. … | |
hello Guys, can somebody help me reading a .dat file then output the file in a textfile sample .dat file 1 2007-02-12 18:13:13 1 1 2007-02-12 18:13:20 1 1 2007-02-12 18:13:23 1 1 2007-02-12 18:14:04 1 12345 2007-02-12 18:15:15 1 1 2007-02-12 18:15:17 1 12345 2007-02-12 18:15:19 1 sample Output … | |
Greetings! I'm asking your help. It's about printing a record. I used ADODC and the data is in access. what i want to happen is that when i choose to print a particular record. how will i do it? please help me to solve this problem.. i have a deadline … | |
i'm a first year student and i have to write a program which calculates the net profit(total after tax),given the gross profit .assuming that the tax is 20% of the gross profit .i must use pseudo code for this program.i don't know where to start with my program [IMG]http://www.daniweb.com/techtalkforums/dani-images/icons/help.gif[/IMG] |
The End.