Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~4K People Reached
Favorite Tags
Member Avatar for teklu

I am doing a picture in my project and I want to clear that picture from the picture box without deleting the other drawn picture when a command button is pressed . any help

Member Avatar for mustaffa hasan
0
293
Member Avatar for nadith_cs

plz let me know how to store the respond and take some logical actions upon it in visual STUDIO windows form application wht's the code for it; note that msdn suggest that it should be MessageBox::Show(" text here ", ,MessageBoxButtons::YesNo )==DialogResult::Yes but it's not working; DialogResult only has get() and …

Member Avatar for Nicklorion
0
196
Member Avatar for Phrogramer

Say I have some software and I have it all finished and everything, how do I go about getting it into shops? How do I go in a and talk to them? I don't mean shops like PC World (yet anyway) I mean my local PC shop. How do I …

Member Avatar for Rashakil Fol
0
182
Member Avatar for PAPANUKU

I am a construction man but very interested in computers. I want to learn the C# but have no idea where to start. whether i have to get a software or just start with notepad. I enrolled on a course but for 4months now i have not even receive a …

Member Avatar for ProgrammersTalk
0
104
Member Avatar for firehiwot

dear all i am new to this forum ,i was writing a vb code and i need to display a saved word or exell file on a comand clike, but it replies me file not found. but my code can open a notepad.if any one can tell me the right …

Member Avatar for QVeen72
0
96
Member Avatar for choudalcua
Re: mgs

hi i just need some help in programming.... here it is.. "make a program that will accept 5 integers and will display the median".

Member Avatar for manoshailu
0
72
Member Avatar for segnett

Okay, I'm new to VB, obviously so I apologize for being so green. Here is what I'm trying to do, I want to create two boxes that I can generate seperately names from a database randomly. I've been plugging at it for a while and can't quite get it. I …

Member Avatar for choudhuryshouvi
0
116
Member Avatar for nschessnerd

Hey i have a textbox that i want to read line by line and store in an ArrayList. I am currently trying to find the line break at the end of each line. Here is the code: [code=visual basic] While i = 0 h = ptext.IndexOf(vbCrLf)'here is where i try …

Member Avatar for AV Manoharan
0
167
Member Avatar for ~Paul~

Hey everyone :), Sorry for the late introduction but i have been kind of busy and haven't been able to be as active as would have liked. Anyway i program in VB6 a little in VB.NET and a fair bit in C++. Though i have extensive knowledge in VB as …

Member Avatar for christina>you
1
45
Member Avatar for paramasivan

Hi to all, How can i access Application data folder irrespective of which OS we have using VB6.0 code? Is there anything like the one 'app.path'? Please help me on this...

Member Avatar for ~Paul~
0
319
Member Avatar for Darshanaa

hi i m working on a store mgt project.' wanted the know the imp of context diagrams. and how can i know if m goin right.

Member Avatar for ~Paul~
0
79
Member Avatar for jatinder_44

Hello i want to know how we can reallocate or refresh the array .In my program i have assign 100 of array's to send byte in each Function ,i am using 4 function in a loop by calling 2nd func in 1st ,3rd in 2nd ..., to get the value …

Member Avatar for AV Manoharan
0
67
Member Avatar for pyapplico

I am a beginner that is learning C++. I would like to now how everyone else learnt C++.

Member Avatar for hinduengg
0
157
Member Avatar for ongxizhe

Hey all. Sorry to embarrass myself here. I have a question to ask: What exactly is C#? Well, I know it's a programming language but how would you explain it? Does it have anything to do with C and C++? Sorry, I'm kind of novice in programming. Your help will …

Member Avatar for ongxizhe
0
216
Member Avatar for complete

Does anyone have any experience with the free Microsoft development enviroment called Visual C++ 2005 Express Edition? I have downloaded and installed it and I notice it is a lot different than what I am used to. Is MFC gone? If you click on New to create a New Project, …

Member Avatar for Ancient Dragon
0
163
Member Avatar for jov_damo86

Kindly please help me on how to make a VB6.0 EXE To run when there is no visual basic 6.0 installed on a computer! Thank you! or what can i do to run a visual basic program to the computer where there is no vb software installed!

Member Avatar for jbennet
0
118
Member Avatar for bu hadi

Hi there.. could any one please tell me the codes for printing in vb express edition 2005? Also I want to know how can I print the information inside the panel if I have it in the form I mean the spcifaied panel required to print with the info in …

Member Avatar for ~Paul~
0
75
Member Avatar for leaf
Member Avatar for LLC
0
126
Member Avatar for pbrookee

Hello!! I have a working login/password form which reads the stored login/passwords from Access, but I am trying to make it so the login and password is case sensative? :) Thanks!

Member Avatar for pbrookee
0
126
Member Avatar for marlon ng

Hi. Pls copy paste this to your form module. [code] Option Base 1 Private Sub Command1_Click() Dim mArray(15) As Integer For x = LBound(mArray) To UBound(mArray) Print Format(x, "!@@@@@@"); Next x Print For x = LBound(mArray) To UBound(mArray) Print Format(x * 2, "!@@@@@@"); Next x End Sub [/code] There's a …

Member Avatar for scudzilla
0
100
Member Avatar for w00dy

Is there a VB function to allow you to construct counters using different number systems ie base 3, base 4, base 5, 6, 7 etc ? I haven't used VB for a while and I'm getting a headache trying to think how to get started on this, I just need …

Member Avatar for SkinHead
0
128
Member Avatar for t3hfr3ak

I am trying to code frogger (yes still) and For the highscore... when the user first runs the application there is no text file for the highscores. How would I go about making it? or an If statement like: In PsuedoCode: If File Does not Exist Then Create HighScore.txt Else …

Member Avatar for ~Paul~
0
137
Member Avatar for hyenakal

How do I pass data in string from a form to another? i'm trying to pass the option selected on my list box from one from to another to be displayed in a text box. how do i do that? thank you

Member Avatar for ~Paul~
0
144
Member Avatar for kinchesskin

i m new in VB just self-learning.. if i wanna build a menu.. however, somewhere is highlight and seems wrong.. please help.. [U][I][B]ck_chick.Value = 0[/B][/I][/U] <--- is it wrong? [code] Option Explicit Private Sub Form_Load() Print "1" End Sub Private Sub Command1_Click(Index As Integer) Dim food1, food2, food3, food4 Dim …

Member Avatar for ~Paul~
0
388
Member Avatar for christianthag

hello everyboby do you know how am i going to make an mp3 player menu in visual basic?

Member Avatar for ~Paul~
0
91
Member Avatar for Holtby17
Member Avatar for ~Paul~
0
45