Posts
 
Reputation
Joined
Last Seen
Ranked #428
Strength to Increase Rep
+7
Strength to Decrease Rep
-1
81% Quality Score
Upvotes Received
30
Posts with Upvotes
30
Upvoting Members
17
Downvotes Received
7
Posts with Downvotes
5
Downvoting Members
6
9 Commented Posts
7 Endorsements
Ranked #275
Ranked #300
~104.00K People Reached
About Me

i am here for providing help and getting help

Favorite Tags
Member Avatar for sarman.boyslo

hi all, newbie wanna ask again... i have build gui with VB6, my gui that i designed has a big size, fullscreen when i run, so in normal mode (not running) if i want to see the form i have to scroll it, if i want to save the design …

Member Avatar for Junjie_1
0
885
Member Avatar for meLiel

hi programming masters! i need your help..how can i SEARCH a record in a database and display the results?? example: if i type an ID number or a name on the text box and click the search button it will look for the records and display it.. i have a …

Member Avatar for Reverend Jim
0
12K
Member Avatar for SaRa Ahmad

i need to know if i can scan an image or any file from vb6 form then save it to my database, if yes how i can do it ?? thanx in advance...

Member Avatar for Sabrina.Moro
0
1K
Member Avatar for ammukarthi
Member Avatar for Paul_24
0
252
Member Avatar for ponnu

I have vb form that accepts input from user,search in database(database acess) and displays matching records if any in the listview .The problem is that the search query will display only one matching record even if there are many matching records .anyone please help

Member Avatar for hannah_2
0
2K
Member Avatar for infatuate

So I'm trying to write a program that will read a program that will be reading characters/strings in regular text and will output the information in hexadecimal format. An example of such is this "UNAME" = "55 4E 41 4D 45 28 31 29" in hexadecimal format. I just don't …

Member Avatar for naveen1993
0
154
Member Avatar for debasisdas
Member Avatar for James_28
8
16K
Member Avatar for Christoffer_S

Hi, First of all, I'm a newbeginner in C++. Ok, basically I'm tring to make a calculator with functions. Every function calculates either addition, subtraction, division or multiplication, pretty simple. Though I can't get it to call these functions! Here, take a look at my code: #include <iostream> using namespace …

Member Avatar for Schol-R-LEA
0
634
Member Avatar for Shodow
Member Avatar for james.lu.75491856

lolpython I FUTURE CAT WITH print_function SO IM LIKE main OK? VISIBLE LOL Hello world /LOL IZ __name__ KINDA LIKE "__main__"? main THINGZ

Member Avatar for avishek12345
0
295
Member Avatar for alina.nazchowdhury

I have a code where if some buttons are selected its showing in a message box which was selected, but if no button was selected I want to show a message in the message box. Here is the code, please make me understand, I tried by my own but its …

Member Avatar for alina.nazchowdhury
0
296
Member Avatar for alina.nazchowdhury

Hello, i would like to allow the user to press Retry button from msgbox only 3 times. I just don't succedd to do it, here is my code if anybody can help me? Private Sub cmdValid_Click() Dim Response As Integer If txtPassword.Text = txtPassword.Tag Then MsgBox "You've passed security!", vbOKOnly …

Member Avatar for alina.nazchowdhury
0
539
Member Avatar for jemartalaban_1

hi, my professor ask us to create a program that has auto logout feature after 2mins or set my own time to logout, after the user logged in to the machine, if ever he or she left it without pressing the logout after 2 mins of being idle or standby …

Member Avatar for jemartalaban_1
0
261
Member Avatar for Red_Rain

perhaps there is some sort of logic error i am missing here but i cannot figure out whats going wrong. I wrote this simple for loop to write the contents of a ComboBox to a txt file. The process works but for some reason it is doing the job twice. …

Member Avatar for Reverend Jim
0
172
Member Avatar for mavtcr

Friends please help me in FORMATTING DATE I have a Form with three text boxes 1.txtNo- Data type-Number 2.txtName-Data type-Text 3.txtDob-Data type -Date format dd/MM/yyyy two buttons one for adding and the other for viewing Using visual data manager I have created a database-Members with table-List having the following Fields …

Member Avatar for mavtcr
0
291
Member Avatar for Saboor880
Member Avatar for gasim774

i need help with this: Write a Java program that allows the teacher to calculate the grade for a student. Specification: 1.prompt the user to enter the Student ID number, first name, last name, and the average score for each of the following categories. o Assignments (worth 50%) o Quizzes …

Member Avatar for rishif2
0
92
Member Avatar for mavtcr

Friends, Please help me I have a form having 3 text boxes of data type number one text box for display- also number type one command button I want to add the figures of the three text boxes my code is as below Private Sub Command1_Click() Dim Total As Long …

Member Avatar for rishif2
0
208
Member Avatar for guru511

hi, how to get the time difference in vb6 exp; dt1 = now() ' dt1=08/Aug/07 12:57 PM dt2=some date n time now i want to find the difference between these two in terms of time... can u plz tell me how to do that

Member Avatar for rishif2
0
2K
Member Avatar for mavtcr

Friends, I have a Database in Access, Table Name- Master . Structure is given below Mno=Membership no in digits Name=Member's Name Fno=Family number in digits Fname=name of the family Faddress=Address of family Fphone=Telephone of Family The database contains several records where some members come under the same family.In other words,Suppose …

Member Avatar for mavtcr
0
238
Member Avatar for sonunclejalil

my problem is i want to save a date from label in vb to field in ms access but i do not know that problem with my coding, the error appear is run-time error 91 object variable or with block variable not set, can anyone check my coding? Dim Con …

Member Avatar for sonunclejalil
0
523
Member Avatar for Payal Gupta

Hello to all Below is my simple code. The problem is they are again and again showing that sum and i does not exist in the current context. I am not getting my problem how to correct the code.I am new learner of c# so please explain it also. namespace …

Member Avatar for KushMishra
0
983
Member Avatar for rahulsingh725
Member Avatar for JOSheaIV
0
198
Member Avatar for nitish.mohiputlall

here is the question: Write a program that accepts a positive integer. Use a function to calculate the factorial of that number. my codes: #include <stdio.h> #include <stdlib.h> int fun(int z); int main() { int n,x,fact; printf("enter a number: "); scanf("%d",&n); fact=fun(n); printf("factorial of %d is %ld\n" ,n,fact); system("pause"); return(0); …

Member Avatar for Assembly Guy
0
164
Member Avatar for elie.karkafy
Member Avatar for lewyjayne

i want help guys, very soon we will be asked for projects at our college, so please help if you know any that does not require peripheral equipment but a computer. a system that is very usefull

Member Avatar for ddanbe
0
79
Member Avatar for Ancient Dragon

How do I search for specific member name? Putting the name in the Search box doesn't work. I tried "<member name>" and "Daniweb: <member name>". google found the name but not at daniweb.

Member Avatar for Ancient Dragon
0
250
Member Avatar for suzyq888

Im suppose to write a program that accepts five input values and stores them into an array. The program should then display the average of the five numbers. Finally, the program should display all the numbers in the array that are larger than the average of the five numbers. I …

Member Avatar for rishif2
0
324
Member Avatar for TroxAlmighty

hello guys.. just a new member here.. and also a beginner at VB6.. i would like some help on how to connect my system with a database? because i cannot see the basic of connecting my system to a database.. thank you very much..

Member Avatar for Reverend Jim
0
111
Member Avatar for Payal Gupta

# Hello to all # *I am Payal Gupta from India. I am post graduate with MBA finance degree. Currently doing .Net diploma from NIIT. Both finance and IT are my interested fields. My hobbies are to watch english movies, playing games like chess, car racing, fighter games, to write …

Member Avatar for <M/>
0
213