Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
~6K People Reached
Favorite Tags

11 Posted Topics

Member Avatar for bravo659

I been working on this login page for months, and to no avail can have the program working. I am using the MSAccess Database and using VB.Net. This is a windows application creating a login page. The following is the code that I been working on: Dim mypath = Application.StartupPath …

Member Avatar for renzlo
0
1K
Member Avatar for swatisharma7891

Hi maybe you like to add more columns to your output of tables. td.Controls.Add(img); td.Height = Unit.Pixel(150); td.Width = Unit.Pixel(150); tr.Controls.Add(td); tb.Controls.Add(tr); } Panel1.Controls.Add(tb); I only see you're adding only one column ([img] column). You must specify how many columns you want it to display. If you created a database …

Member Avatar for bravo659
0
114
Member Avatar for vegaseat

Hello, I have tried your code and for some reason is not working properly. When I try to select an item in the listbox it suppose to go to the label. Is there a possible that I may have something wrong with the compiler I am currently using? I appreciate …

Member Avatar for anucom
0
714
Member Avatar for bravo659

Hi guys. I have an ASP.Net assignment to do and need some assistance if possible. I previously read a post from a person with the same assignment but this is for ASP.Net LINQ to SQL not windows form. The following is my code forthe batting average. Code-Behind [code] private void …

Member Avatar for croker10
0
227
Member Avatar for bravo659

Hello Everyone, I have an MDI form which works fine. At startup the childform opens and its windowstate is maximized. In the childform I have a textbox but does not have a windowstate to maximize. How can I maximize the textbox with the childform? This is my formload: [code] private …

Member Avatar for bravo659
0
125
Member Avatar for bravo659

Bravo659 Hello I need some assistance in the MDI ChildForm to save contents of the multiline textbox in the ChildForm and open the text file. It writes to the text file but not will not close nor open with the open existing file or the open file. Below is the …

Member Avatar for kvprajapati
0
860
Member Avatar for barbjones7

****************************************************** [quote] Hi BarbJones7, Actually you have to make several changes in your code. for starters: [code] public string[,] addressString = new String[20, 7]; [/code] this will give the user to enter data in a two dimensional array and will only accept no more than 20 addresses. The 7 is …

Member Avatar for bravo659
0
430
Member Avatar for bravo659

[quote] I am working on a homework asisgnment from school and need some help. I am stuck on coding to set a private field to my Box class with three constructors.. It's kind of confusing when dealing with more than one constructor. The following is the code for the box …

Member Avatar for vchandra
0
175
Member Avatar for bravo659

[quote] Seems to me that i am weak in loops and arrays. School project need to advise that. My assignment is to write and read to a text file. I can write to the text file using streamwriter and streamreader and to append text I used the "Employee.txt", true in …

-1
65
Member Avatar for bravo659

Hello everyone, I am working on a project that when a user select an item in the listbox data will display in the textboxes. I saw a thread named "Experiment with ListBox in C#", this thread does cover what I am trying to implement on my project. I copied and …

Member Avatar for Geekitygeek
0
2K
Member Avatar for RogerBailey

[QUOTE=ddanbe;1051630]Hi RogerBailey welcome at DANIWEB! Well, why not have a look at this thread [url]http://www.daniweb.com/forums/thread239525.html[/url] and I believe your problem is solved.[/QUOTE] Hi I believe that thread is a bit confusing. What Roger is seeking is to select an item in the listbox and display the address, city, state and …

Member Avatar for ddanbe
0
180

The End.