11,868 Topics
![]() | |
hi guys... im using flexgrid for viewing and encoding of data for my project. i wanted,to have a automatic computation for the column i have for example : once i input number in col1 and col2 the sum will show up automatically in col3. col1[ col2 col3 5 3 (automatic … | |
Hi Guys!Good day! Ive notice just this day that the user of the program Ive made can double execute the program. I want the program to behave that when the process(task manager) of the program is already running, and when the user run the program again, the msgbox will show … | |
Ok, first off my program is working fine i just need help with my next step of my program. [CODE] Dim y As Variant Dim v As Variant For Each v In myArray For Each y In strArray If (Len(v) = Len(y)) Then For i = 1 To Len(y) If … | |
Hi! I added to my project in Visual Studio 2008 library to work with Neural Networks (FANN) [url]http://www.geocities.com/freegoldbar/fann_cpp.zip[/url]. When i try to compile, following error occurs: c:\neu\neur\neur\src\include\fann_cpp.h(921) : error C2440: 'reinterpret_cast' : cannot convert from 'va_list' to 'const unsigned int *' Conversion requires a constructor or user-defined-conversion operator, which can't … | |
well first all, thanks for all help i have recive here before, just to make things cleare just cuse i olmoust got someone in trouble on other forum, this is not to make something ilegal or to cuse any spam. is for a privete forum and support i have!! this … | |
Hi guys.! Good day! I have a one windows xp computer which ive installed wamp(windows apache mysql) package. I want to connect to this computer using one computer on a network. The code works fine when i run the program on this server computer because i will just specify the … | |
Hey guys thanks for viewing this post. I have created an array to store usernames and passwords. Im tryning to get the array ReDim-ed mid program. Here is the array: [code] Public Sub Usernames_Passwords() [COLOR="green"]'Assigns names to array space 1[/COLOR] arrNames(0, 0) = "bnsjon" arrNames(1, 0) = "bnsjack" arrNames(2, 0) … | |
ITs a simple textbox ITs works as a ID no in a program. So a person cannot have similar id no..so how to do that..anyone>>> If user enters the same number then display error message " you entered the same number" --when the user clicks the cmd.submit button..... | |
hellow to every body im new user to the vb 2005. plz help me out can anybody tel me how to get/send the data from mobile modem via serial port or to take data from microcontroller plz kindly answer me or reply at [EMAIL="adeel_ghani2003@yahoo.com"]adeel_ghani2003@yahoo.com[/EMAIL] thnks | |
This is the code i am using for displaying data into the DataGrid,bt its not working,plz help Set DataGrid1.DataSource = rs If rs.EOF And rs.BOF Then MsgBox "Invalid Entry", vbOKOnly, "Stop!!" Exit Sub End If Do DataGrid1.Columns(0).Caption = rs!PS_NO DataGrid1.Columns(1).Caption = rs!Name DataGrid1.Columns(2).Caption = rs!DT_PREP DataGrid1.Columns(3).Caption = rs!ADV DataGrid1.Columns(4).Caption = … | |
hi could anyone help me out with the below coding on send keys in Excel VBA I have a excel fiel in cel a1 i have username and password in cell a2 and i have a web page with login texbox and password text box and a submit button below … | |
Hello, I am trying to figure out how to generate code from user input. In Visual Studio 2008, Visual Basic I am new to this so I will try to explain the best I can. Thank you. My script always begins with: [CODE]function Init(Quest)[/CODE] Then from here a user would … | |
Hi everyone! is there anyone has an idea on how to incorporate the biometrics scanner (time in/time out) with visual basic. For example, what would I need (devices, component, software, etc.etc..) such that I can manipulate the data in the biometrics device with visual basic programming and ms access as … | |
hey guys i am builing a program "alis score". what it does is calculate your GCSE grade and give a score for that...(total subjects divide by 9). I got like max. 9 subjects in my program and consists of three form.. I have finished all the programming but i got … | |
| |
hi everyone i want to delete arecords from my databse which is in oracle through form which is in vb.when i enter the primary of a partcular table and click detele.it is shown in the massagebox that "a record has been deleteed"but when i ckeck in database the record remains … | |
I put together a simple speech recognizer. It works fine, but when I click the X to close it, it takes forever to unload... can I do anything about it? [CODE] Dim WithEvents RecoContext As SpInProcRecoContext 'RC Dim Grammar As ISpeechRecoGrammar Dim Recognizer As SpInprocRecognizer Private Sub Form_Unload(Cancel As Integer) … | |
Here my code to fill listview. When the rset are a few the code work fats but with 154.478 rset the code use a very very time, have asuggestion? A frined suggest me to loop all rset and fill array next loop the array to fill listview. Other friend suggest … | |
How to crop picture(.tif) | |
Hi all.. im kinda new to vb..i tried to connect my data control to a text file generated by my visual data manager, but every time i tried to run the app..it says that i dont give a right location for my file, i dont specified the location from the … | |
Good day!. I want to copy all the folder contents to a certain location. To be specific, i have a folder named (webproject) relative on my vb program path.When the form load, i want to copy all the content of this folder(webproject) to C:\wamp\wwww\onlineweb\.I just really dont know how to … | |
Hi there, i m not a very advanced programmer so i have now come up against a brick wall. i need to use a VB code preferably on a command button, whereby the user enters a keyword into a text box, clicks the 'Search' command button, and then a procedure … | |
Id like it so that when you click the 'x' button to close the program it doesnt just end. How do I apply code to the 'x' button? All help is appreciated, thanks in advance -Russell aka Rabbit | |
hey need some help guys. for example i have a text box and i will have input in it. but only numeric ones are allowed to be inputted in the text box if a character for example "a" is pressed the text box will not change and type the "a" … | |
Greetings! anybody know how to print msflexgrid and the data contain in this flexgrid. I want to know how to print this flexgrid into my printer. thank in advance. | |
hi guyZz... Do you have any idea about the Pole Display...??? I have a project what's you called Point Of Sales System..... Then, I have a device/hardware that I want to connect it on my project... It is cash drawer, pole display and a card swipe...... any Idea how to … | |
I am trying to create a macro which could copy information from a datasheet and past it into sheets which are named as one of the Cells in column A. I have a datasheet which contains five columns full of data. Column A contains the Client references. There are 200 … | |
I have a very simple program, a console application, that I wrote a long time ago under VS 2005 under XP. It worked perfectly OK. The program gets names and in the end prints them on the screen, until I do not enter a new name but only CR to … | |
I made simple database project. just add a data and see it. but when I run it another computer it show a massage. massage is below: 'E:\Vb6\New folder\db1.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected the server on … | |
can anybody tell me why this function is not working . i have written a this function in module and i have called in a stock1 form but it is not working there.can you tell me why bold line is not working.[ATTACH]9331[/ATTACH] here is the code written in a module … ![]() |
The End.