Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for reds8

Let say I have many many buttons and i want to change all the forecolor of the buttons by clicking on one button. How to do it? I no want type like btn1.forecolor,btn2.forecolor......... because I have more than 20 buttons

Member Avatar for boyboy
0
217
Member Avatar for reds8

I have completed the ASP.NET Web Application for my assignment. I want to burn the project into the CD so that my lecturer can open the web. How to burn the project into CD and it can works when my lecturer open it. And also how to type the file …

Member Avatar for hericles
0
422
Member Avatar for reds8

I want to insert a "words file" into "ms access" which has a column with data type "attachement". Can anyone suggest me what the sql statement look like?

Member Avatar for Pgmer
0
97
Member Avatar for reds8

I have one MonthCalendar and a list box. list box contain the time for appointment and monthcalendar is used for chosing the date. My listbox item(eg:8am) will be deleted when an appointment is made on 15 July 2012. I want my listbox change to another when the date in month …

Member Avatar for Begginnerdev
0
109
Member Avatar for reds8

This are my tables: tblData **numIndex** | **num** | **cost** tblPrize **numIndex** | **num** | **Prize** and the result I want is : tblData.num=tblPrize.num then sum the cost in tblData example of the table view i want: **tblData.Num** | **SUM(tblData.cost)** | **tblPrize.prize**

Member Avatar for poojavb
0
154
Member Avatar for reds8

How to insert more than one rows of data to Access?? All my textboxes are created during runtime and I want to add the text in textboxes to database. some times i want 3 rows and some times maybe 10 rows This is the code to create textboxes. [CODE] For …

Member Avatar for adam_k
0
148
Member Avatar for reds8

Using format NOW will just show the current time but the time will not run. Is it possible to make it to make the time keep running??

Member Avatar for Gé48
0
150
Member Avatar for reds8

This is my code to create textboxs with button. Now I need a button which to delete all the text box. What is the way of doing it ?? AND can I write the code below as a class and I just call the class in the button only?? [CODE] …

Member Avatar for Reverend Jim
0
1K
Member Avatar for reds8

Can I create 2 users and they have different function?? Database base using is MS Access. For example I have "staff" and "admin". Staff can insert,edit and delete data only. Admin can check the total sales of the day. Can I do that in VB.Net and can somebody give me …

Member Avatar for ChrisPadgham
0
281
Member Avatar for reds8

My problem is after I created 5 rows of text boxes, I want to add random numbers to all of the text boxes in one time when I click the button. Does anybody know how to solve this problem?? Here are my coding to create text box dynamically: [CODE] Private …

Member Avatar for kingsonprisonic
0
213
Member Avatar for reds8

My problem is after I created 5 rows of text boxes, I want to add random numbers to all of the text boxes in one time when I click the button. Does anybody know how to solve this problem?? Here are my coding to create text box dynamically: [CODE] Private …

Member Avatar for WaltP
0
176