16,916 Topics
![]() | |
Private Sub Check1_Click() If Check2.Value = 1 Then Check2.Value = 0 If Check3.Value = 1 Then Check3.Value = 0 If Check4.Value = 1 Then Check4.Value = 0 If Check5.Value = 1 Then Check5.Value = 0 If Check1.Value = 1 Then Text1.Text = Check1.Caption If Check1.Value = 0 Then Text1.Text = … | |
[B][U]This is probably a easy an simple task to someone that can take only a matter of minutes, but im new to this[/U][/B] Please will someone help me with my coll work....i have been given a task to normalise this data in to 3NF an i am totally stuck help … | |
Hi Friends ! I want to create DSN automatically with common dialog to choose database. I don't want user have to go to control pannel \ Administrative tools \ ODBC Manager for create DSN. I am using MS Access as My Database. How can i do it ? Plz help … | |
Greetings! i am using date in my program. My databasefield <draw_date> declared as shortdate in msaccess. when i use in the programs .Open "Select *From numgroup Where Draw_date = '" & DateValue(vdrawdate.Text) & "'", strconek, adOpenStatic, adLockOptimistic I received error message.. Data Type mismatch in the criteria and sometimes Error … | |
HI all, I have HP-Pavillion DV5-1104TX laptop which i ordered from HP few weeks back.It was working fine untill 2 weeks and now it is very slow to start up.Actually it takes nearly 5 minutes to get in to full speed after it is booted to vista. (I have windows … | |
Hi to all! First I wanna say thanks for taking time to read my thread. I just wanna ask something about the flexgrid in vb6. Cuz I have a form that have a textbox wherein I'll input the employee id. And then I have a button wherein when clicked, it … | |
Well, i thought everything was perfect since my last post. But i have the strangest error. Maybe its because i don't completely understand references... So anyway here is my string class: [code] class StRiNg { public: StRiNg(); StRiNg(const char* const); StRiNg(const StRiNg&); ~StRiNg(); StRiNg& operator=(const StRiNg&); char &operator[](int); char operator[](int) … | |
Greetings Please help. I developed a programme in vb6. It refuses to open on Vista. I do not experience any problems with XP. Thank you | |
Hi all! I have one problem when i try to open exe with shell function it works fine but how can i open XY file using program who is designed to open that file. For example i have picture in mad in corel draw and i want tu open that … | |
hey I am trying to make a program on visual basic 6 to determine weather a word or phrase is a palindrome or not. I need my program to be able to tell if the word or phrase is a palindrome and it not being case sensitive. The code below … | |
hi there! basicly i want to make a program that will detect when windows email recives a new message. so... thats basicly it. thanks | |
Greetings! Anybody have idea how the determine the same numbers in 100 records. For example there are 100 inputted numbers in the database file. These numbers, some numbers have the same value. Anyone know to determine these numbers and display like this. input 100 numbers inputted in the database file … | |
Hi! I was wondering if someone could help me figure out what may be wrong in my installing process or in my compiler... I was installing Visual Studio 6.0 C++ and everything went well until I started compiling and this is what it shows: --------------------Configuration: try - Win32 Debug-------------------- Linking... … | |
I am using a Server and client application.. My server used to send lot of data .. i used to get even 1000 data at a time.. I am trying to split the data and keep in a variable.. I am missing data at that time.. so now i need … | |
Any help with these issuses is greatly appreciated. Thank you so much for your time and attention. Overall System sluggish along with the following problems: Start>Programs>Administrative Tools>Services results: Windows Internet Explorer error Cannot find 'res://C:\WINDOWS\System32\mmcndmgr.dll/views.htm'. Make sure the path or Internet address is correct. Press Ok same error returns, Press … | |
Hello, I'm new to gui programming althou i've done things before in c++ i've always encountered this error and never really tried to fix it. Lets for say I have a counter label and a button that says "Start" when one clicks start the label changes values from 0 to … | |
Hai , I am new to this forum as well as to Visual Studio 2005. i need to know all controls in VB.Net and their uses. which site i have to refer? Thank You. | |
hi there, i am new to excel VBA. can anyone help me how to copy all the data in excel to another excel sheet by means of visual basic. for example excel1 and excel2.. after i locate excel1, then when i click copy button, it will copy all the data … | |
Hi, i have som functions in a header file. But i get errors at compilation. [CODE]#include <stdio.h> //#include <limits.h> #include <math.h> #include <string.h> //define error codes enum { PERROR_FILEOPEN, PERROR_FILECLOSE }; //other defines #define P_LINELIMIT 512 //globally needed variables int P_Error = 0; char P_Line[P_LINELIMIT]; //typedefs typedef FILE P_File; //Error … | |
hello to every body im new in the vb language plz kindly help me can anyone tell me how to get the data from comm port by using the vb2005 thanks for replying me thanks | |
hi, I am having a prob in collection object...My prob is Server sends a data and i have to save the data in flexgrid.I am using this data as a key and for the reference i am saving flexgrid row number with key. If another data comes.i just want to … | |
Hi i am new to vb6, i am trying to generate reports in word application, that all works, but my problem is i have one database containing 6 fields, i used ADODC to connect to db and i can save records, my fields are 1. Report number 2. Name 3. … | |
Newbie to QB - I have an assignment to create a grade sheet for one student. Must list name, instructor, class, test grades 1 through 5, average, low grade, high grade and new average with lowest grade dropped. I am so confused about arrays. I am using examples from class … | |
I have a copy of VB 4.0 that I had on my old computer. I hadn't done much with it, but was just starting to play around with it a bit when my old computer died. When I attempted to install the program on my replacement computer, I get a … | |
My name is Stephanie and I have no idea what I am doing. Here is what I need help with: Modify the code in the btnGuessW_Click event procedure. Add the code to implement the following logic after the existing code: • Test the value in strWordGuessed against the value in … | |
Hello everyone, please am writing a database app. basically a church management and i want to be able to filter items such as birthdays or gender onto a report, For example; i want the report to be able to sort out from the tables into this manner. [U]Name Gender[/U] Mr … | |
hi im using visual basic 6 to create a text based game i have started and have only just started learning programming via visual basic and have learned a fair part of it. just need a a little help with the user form where the user enters there name age … | |
sir, I have a problem that I have a list box ,in which i have the nemes e.g.ajay,abhay,abhinav,bani,coma,naveen etc. and have a text box for searching the name in the text box.When i press the a,it will show ajay,abhay and the abhinav.Which is good.when i add ab in text box,it … | |
sir, I have a problem that I am using a flexi grid,in which I have the data as, Data_name Data_value Data_no S_no S_type etc company1 company2 company3 company4 Company5 company6 company7 etc Now this col.is fixed and when user click on the company1,3,5,7 and press the ok button,the new form … | |
I need to find the values for two columns in my table. The first one is a number and I able to find that one alone. I added the second column and it does not seem to work. It is a check box and all I need the function to … | |
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 … | |
Here is the code I have to compare two arrays, one that is already set and one that a user inputs data into, the problem I get is that when I try to run it I get the following error: Error 2 error C2664: 'arrayComp' : cannot convert parameter 2 … | |
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 … | |
[MS SQL Server 2005, Visual Studio 2005, ASP.Net 2.0(with VB.net coding) website] Hi, I have a brand table which is inter-related with many other tables. SQL generation code below. [CODE] /****** Object: Schema [Product] Script Date: 03/27/2009 10:15:22 ******/ CREATE SCHEMA [Product] AUTHORIZATION [dbo] GO /****** Object: Table [Product].[Articles] Script … | |
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 … | |
I need some tips and pointers.....(a solution would be great!!ha) A working games system is provided for you in Project.zip. This contains a Visual Studio “solution” including all required source for cRandomPlayer, cHumanPlayer, cPlayer, cGame and cXandO. It also includes the mainline (in BoardGames.cpp) and (to assist you) has two … | |
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) … | |
Hola. I went through the forums and found that NOORA000 asked this question before, but the thread is dead by now and no answer was given. I have a program that i need to send an SMS from as soon as it produces a certain output. Does anyone know of … | |
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 … | |
Hi, I'm new in C# programing. I'm using Visual Studio 2008. I wont to make an application which show me catalogue structure on CD/DVD disk. I know how to view folder and files in define path, "D:\" for example. But whot if some one have CD drive on different letter. … | |
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 … | |
|
The End.