Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~11.1K People Reached

52 Posted Topics

Member Avatar for shers

Hi, I'm working in VB.Net. I have a textbox in which the user enters a number of strings seperated by comma. I store this value in a string array like this [CODE] Dim Src() As String Src = txtVals.Text.Split(",".ToCharArray)[/CODE] I want to search a dynamic string in this array. How …

Member Avatar for markwelbar
0
1K
Member Avatar for shers

Hi, I've created a registration form within a table. The image is attached. ![Capture14](/attachments/large/0/Capture14.JPG "Capture14") The Batch section is not aligned to the left of the table column becuase of it's format. When I changed the Address text box to Multiline, that too has moved to the right. The Css …

Member Avatar for riteshbest
0
186
Member Avatar for shers

I'm creating a WebSite in VWD 2010 Express. The Login page I created turns out to show the Email and Password that I once entered as part of testing to stay in the textbox. How do I delete it? Thanks

Member Avatar for jackandrew123
0
85
Member Avatar for shers

Hi, I'm a newbie in web development. I'm almost half way through creating a web site. I'd wish to send this website to the client for viewing and testing. I have a database also attached with this web site. How do I send it? Please help. Thanks

Member Avatar for shers
0
89
Member Avatar for shers

Hi, I'm working with Visual Web Developer Express 2010. I have a registration form that looks as in the attached file. I'd like to get some suggessions on the design of the form as it doens't look professional. The 'Batch' section has to be improved. Please advice. Thanks

Member Avatar for shers
0
80
Member Avatar for shers

Hi, I'm quite new to Web Development. I'm creating a web site and it has a Registration Page where I managed to create the form. But when the user clicks on the 'CreateUser' button, how do I display a message on the form to show that the User is created. …

Member Avatar for androtheos
0
707
Member Avatar for vijaybrar
Member Avatar for shers

Hi, I have a combo box and a property grid in a form. The combo box contains 2 items. If one item is selected, two properties are listed in the property grid. These properties should have a dropdown that contains a list of items. I have two string arrays that …

Member Avatar for kingsonprisonic
0
91
Member Avatar for shers

Hi, I'm working on a propertygrid that has two items. The value of these items has to be taken from a database table. The table contains two columns, but I only want one column data to be displayed in the propertygrid. When the user selects one value from the drop …

Member Avatar for shers
0
237
Member Avatar for shers

Hi, I have a User Control that contains a Button. This button works for the first click. But the Click Event is not fired in the second click. Please help. Here's my code: [CODE] Public Sub New() MyBase.New() ' This call is required by the Windows Form Designer. InitializeComponent() ' …

Member Avatar for GeekByChoiCe
0
184
Member Avatar for shers

Hi, I'm working on a C# Windows Application which has a Web Service. I'd like to know how to communicate with the Web Service using XML. To be precise, I have a data set that has to go to the Database via Web Service. So I'd want to send this …

Member Avatar for thines01
0
137
Member Avatar for shers

Hi, I have a datarow retrieved from a datatable. I have a value that exists in some column in the datarow. I want to find which column this value is in. How can I achieve this please? Thanks

Member Avatar for BitBlt
0
67
Member Avatar for shers

Hi, I have a value which I don't know which column this belongs to in the table. So is there a way I get get those rows that contain this value using query? Thanks

Member Avatar for shers
0
81
Member Avatar for shers

Hi, I have a function that returns all the database tables with the data items in it. Is it possible to search for a value in all tables and return the table name and the datarow that contains the value? Thanks

Member Avatar for thines01
0
48
Member Avatar for shers

I drew an image in a picturebox with the image height as picturebox height and image width as picturebox width. The image is placed somewhere on the center of the picturebox. My intention is to scale the image to fit to the picturebox. How do I do this please? Thanks

Member Avatar for shers
0
107
Member Avatar for shers

Hi, I have a collection of (String, Integer). I have taken it into a String() Array and then added to a List(Of String()). I then need to find the duplicates in this list and if found, then add up the corresponding integers. How do I do this? Am I using …

Member Avatar for Reverend Jim
0
96
Member Avatar for shers
Member Avatar for shers
0
64
Member Avatar for shers

Hi, I have done some code to write to Excel from a String Array of 3 items. These 3 items are written to columns 1, 2, 17 or 3, 4, 17, depending on the value of the 3rd item in the array. For certain Excel files, this is taking too …

Member Avatar for ShahanDev
0
162
Member Avatar for shers

Hi, I have a string like "a_b_c_d". How do I get only c out of this string? Thanks

Member Avatar for shers
0
69
Member Avatar for shers

Hi, I have a file from the client which is a text file. I have to decode the file to a graphical representation. Is there any way I can do it? Thanks

Member Avatar for debasisdas
0
97
Member Avatar for shers

Hi, I have an IEnumerable as a result of LINQ, which contains Value and Count. After I get the result, I want to do a string manipulation on the Value and make the corresponding Count to half. Is that possible with LINQ? Thanks

Member Avatar for Member #857553
-1
186
Member Avatar for shers

Hi, How do I run a form that has a progress bar on a separate thread from another form? Thanks

Member Avatar for kvprajapati
0
332
Member Avatar for shers

HI, I created an rtf file containing images in C# using rtf tags. But when I convert the file to pdf, the image is shrinked. What could be the reason? Thanks

Member Avatar for Momerath
0
74
Member Avatar for shers

Hi, Is there any way I can add a footer to rtf with name, page no. and date using c# and word tags? Thanks

Member Avatar for kvprajapati
0
85
Member Avatar for shers
Member Avatar for kvprajapati
0
68
Member Avatar for shers

Hi, I am coding for a WPF application that has a ListView. I want to add values of one column of selected items in the listview to a string array. Is this possible? Thanks

Member Avatar for kvprajapati
0
52
Member Avatar for shers

Hi, How do I add a subitem to a listview in WPF? I'm coding in VB and I do not see any subitem in it. Thanks

Member Avatar for kvprajapati
0
119
Member Avatar for shers

Hi, How do I stop a storyboard which is created in blend and programatically running from VB? Thanks

0
54
Member Avatar for shers

Hi, I have almost finished working on a small application using VB.NET 2008 Express Edition as front end and SQL Server Express as back end. Now my next step is to generate reports for the application. Is there ANY way I could create reports in VB.NET Express Edition? Please help. …

0
65
Member Avatar for shers

Hi, How do I grant update permission to a user to one column of one table? When he updates the table, the error is 'The UPDATE permission was denied on the object.' Please help. Thanks

Member Avatar for dataobjx
0
66
Member Avatar for shers

Hi, I have developed a windows database application in vb.net 2008 express and sql express 2008. Is there a way to create reports in the application? Thanks

Member Avatar for shers
0
108
Member Avatar for shers

Hi, I am working on VB.Net. I have a sub form with a datagridview, that is being loaded with the criteria taken from another form. Hence this form is called with parameters. Here is the code that calls the sub form. [CODE] Dim frmHis As New frmHist(ds, rb) frmHis.Show()[/CODE] where …

Member Avatar for Ramy Mahrous
0
222
Member Avatar for shers

Hi, I have a DataGridView on a form that is being populated from a SQL table dataset by giving criteria from a previous form. I have 6 columns in the dataset, of which the last column should be combo box column containing items "Done" and "Pending". How do I make …

Member Avatar for abhishekcs
0
123
Member Avatar for shers

Hi, I'm using SQL 2008 Express with a multi user VB.NET Windows application. Do I have to add each user to the SQL user account? Does NT Authority\SYSTEM work? I do not know how this works. So far I have NT Authority\SYSTEM in the Security-Logins of the Server. But do …

0
50
Member Avatar for shers

Hi, I have developed a VB.NET Windows multi-user database application. This application is used within the company. The back end is SQL 2008 Express. The connection string is given in the application settings, so obviously it goes to the app.config file. This was done to change the SQL server in …

0
53
Member Avatar for shers

Hi, I'm working on a multi user VB.Net windows application with back end as SQL Server 2008 Express. The SQL Server is installed on the intranet network drive. This is the connection string I will be using. Is this correct? Data Source=.\SQLEXPRESS;AttachDbFilename=Q:\Database\PrintDB.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True Thanks

Member Avatar for shers
0
143
Member Avatar for shers

Hi, I have finished coding a VB.Net application that has connection to SQL Express 2008 database. My question is, what steps do I have to take to make this a multi user application. FYI: There are 3 tables in the database of which two tables contain data to be viewed …

Member Avatar for martonx
0
118
Member Avatar for shers

Hi, Could anybody give me some example code to insert rows of datagridview into a sql express database table? Also, how do I manage concurrency as it is a multi user application? Thanks

0
51
Member Avatar for shers

Hi, I have a datagridview in my Windows form in VB.Net. This datagridview has two combo box columns and one text box column. The combo box columns are populated from an xml file. When I pick values in the combo boxes, I would like to display the corresponding value in …

0
51
Member Avatar for shers
Member Avatar for Bandar.M.A
0
59
Member Avatar for shers

Hi, I'm new to SQL Server. I just installed SQL Server 2008 Express. Then I opened Management Studio, right clicked on Database and created a new Database. Then I expanded Database, right clicked on Table and created a new Table. Now, my question is, how do I add data to …

Member Avatar for Member #25180
0
141
Member Avatar for shers

Hi, I need to create a multi user VB.Net application that connects to Access 2007 and has 2 forms. How do I go about it? Please give me a start up. Thanks

Member Avatar for shai_2517
0
76
Member Avatar for shers

Hi, Is there a way to manually store a value to get the user profile path of a user in the INI file? Thanks

0
43
Member Avatar for shers

Hi, I have done some code to display a form with a treeview. The initial folder in the treeview is given in the Project Properties Settings. I did this with the help of some brilliants here in this site like LizR. [URL="http://www.daniweb.com/forums/showthread.php?t=159402&highlight=file+path+in+xml"]http://www.daniweb.com/forums/showthread.php?t=159402&highlight=file+path+in+xml[/URL] My intention is to allow the client or …

Member Avatar for shers
0
217
Member Avatar for shers

When I double click on a slide, how do I pass the filename of a selected image in a form, to another form? [CODE]public void DblClickSld(object sender, System.EventArgs e) { frmZoom fZ = new frmZoom(); MessageBox.Show((string)((AxSlide.AxSlide)sender).FileName.ToString()); fZ.Show(); }public void DblClickSld(object sender, System.EventArgs e) { frmZoom fZ = new frmZoom(); MessageBox.Show((string)((AxSlide.AxSlide)sender).FileName.ToString()); …

Member Avatar for shers
0
265
Member Avatar for shers

Hi, I have some images that has to be displayed on a form from a dynamic folder using control array. The controls display 5X3, that is 15 images on one form. How do I display the next set of images using Next button, and go back to the previous set …

Member Avatar for LizR
0
193
Member Avatar for shers

Hi all, I'm creating a progam in C# that reads a file location at start up and displays the parent folders in a combo box. This file location may change in future. So I intend to keep this in an xml file and allow the user to change it when …

Member Avatar for LizR
0
4K
Member Avatar for shers

Hi, I'm working on C# with COM. I have a COM OLE control that I wish to create on the form as control array during runtime, as the number of cotrols depends on the number of files in the corresponding folder. How do I go about it? I'm attaching a …

Member Avatar for shers
0
166
Member Avatar for shers

Hi, Can any experts out there tell me how I can add a WPF form to a class library in C#? Thanks

Member Avatar for LizR
0
96
Member Avatar for shers

Hi all, I have created a VB Script file that runs when the user logs in, and writes the username and date & time to a log file. The vbs file as well as the log file is a network location that contains more than 3 users. I would like …

Member Avatar for shers
0
78

The End.