Forum: VB.NET Jun 16th, 2009 |
| Replies: 3 Views: 387 |
Forum: VB.NET Jun 11th, 2009 |
| Replies: 3 Views: 387 Hi,
Is there any way I can select multiple items in a listview programatically in WPF? |
Forum: VB.NET Jun 8th, 2009 |
| Replies: 1 Views: 836 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 |
Forum: VB.NET May 28th, 2009 |
| Replies: 3 Views: 282 My ListView control is not bound. I did code this way.
Dim lvi As New System.Windows.Forms.ListViewItem
For Each blk In blks
If blk.IsXRef Then
Dim... |
Forum: VB.NET May 27th, 2009 |
| Replies: 3 Views: 282 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 |
Forum: VB.NET May 27th, 2009 |
| Replies: 3 Views: 2,185 |
Forum: VB.NET May 26th, 2009 |
| Replies: 3 Views: 2,185 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
Dim Src() As String
Src =... |
Forum: VB.NET May 25th, 2009 |
| Replies: 0 Views: 169 Hi,
How do I stop a storyboard which is created in blend and programatically running from VB?
Thanks |
Forum: VB.NET May 18th, 2009 |
| Replies: 0 Views: 135 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... |
Forum: VB.NET May 5th, 2009 |
| Replies: 1 Views: 309 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 |
Forum: VB.NET Apr 30th, 2009 |
| Replies: 2 Views: 719 Since I don't have Visual Studio 2008 installed, I may not be able to use Report Viewer. So I prefer other options. Could you explain how to use datasheet view?
Thanks |
Forum: VB.NET Apr 27th, 2009 |
| Replies: 2 Views: 719 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 |
Forum: VB.NET Apr 16th, 2009 |
| Replies: 3 Views: 904 It would be fine if the form refreshes whenever the user adds new record to the table.
One more point I left out is, apart from the dataset columns, I have added two columns to the datagrid in the... |
Forum: VB.NET Apr 16th, 2009 |
| Replies: 3 Views: 904 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... |
Forum: VB.NET Apr 8th, 2009 |
| Replies: 1 Views: 1,785 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... |
Forum: VB.NET Mar 26th, 2009 |
| Replies: 0 Views: 261 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... |
Forum: VB.NET Mar 25th, 2009 |
| Replies: 0 Views: 706 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... |
Forum: VB.NET Mar 25th, 2009 |
| Replies: 3 Views: 374 Thanks all for your help. I solved it. I think I had messed with the user permission in the database. I deleted the database file and recreated a new one in the remote server. And it works!
Thanks |
Forum: VB.NET Mar 22nd, 2009 |
| Replies: 3 Views: 374 Sorry, I have changed the connection string to this, as the SQL server is installed in a network server and the database is placed in the local D: drive of the server. This is the connection string.... |
Forum: VB.NET Mar 17th, 2009 |
| Replies: 3 Views: 374 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... |
Forum: VB.NET Mar 12th, 2009 |
| Replies: 3 Views: 688 How do I share the database? I have finished working on the application. Do I have to change the code to share the database? I have given the connection string the the Property|Settings. So changing... |
Forum: VB.NET Mar 10th, 2009 |
| Replies: 3 Views: 688 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... |
Forum: VB.NET Mar 2nd, 2009 |
| Replies: 0 Views: 978 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 |
Forum: VB.NET Feb 26th, 2009 |
| Replies: 0 Views: 689 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... |
Forum: VB.NET Feb 25th, 2009 |
| Replies: 3 Views: 572 This was my problem. I couldn't find a xml file in the templates list. But there is text file. So I selected a text file, saved it as xml and then worked on it.
Thanks for your help.
Thanks |
Forum: VB.NET Feb 25th, 2009 |
| Replies: 3 Views: 572 Hi,
How do I add a new xml file to a VB.Net project?
Thanks |
Forum: MS SQL Feb 23rd, 2009 |
| Replies: 2 Views: 485 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... |
Forum: VB.NET Feb 19th, 2009 |
| Replies: 1 Views: 284 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 |
Forum: Legacy and Other Languages Feb 3rd, 2009 |
| Replies: 0 Views: 484 Hi,
Is there a way to manually store a value to get the user profile path of a user in the INI file?
Thanks |
Forum: C# Jan 27th, 2009 |
| Replies: 13 Views: 1,329 Please see this link and read the section
Changing the Value of a Setting Between Application Sessions
http://msdn.microsoft.com/en-us/library/aa730869(vs.80).aspx
So it should work. Then why... |
Forum: C# Jan 26th, 2009 |
| Replies: 13 Views: 1,329 There's no error. It works perfect, but doesn't reflect the change I make manually, in the dll.config file by using Notepad. |
Forum: C# Jan 26th, 2009 |
| Replies: 13 Views: 1,329 Just tried, and it still doesn't work. :(
Me too. |
Forum: C# Jan 26th, 2009 |
| Replies: 13 Views: 1,329 I have some folders in a particular location. To initiate that location as soon as the app is started, I want the code to point to that location. My thought is that if this location changes in... |
Forum: C# Jan 22nd, 2009 |
| Replies: 13 Views: 1,329 Not solved yet. Any luck? :'( |
Forum: C# Jan 20th, 2009 |
| Replies: 13 Views: 1,329 http://www.daniweb.com/forums/thread159402.html |
Forum: C# Jan 19th, 2009 |
| Replies: 13 Views: 1,329 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... |
Forum: C# Jan 18th, 2009 |
| Replies: 3 Views: 2,249 I gave a parameter to the form on call. |
Forum: C# Jan 18th, 2009 |
| Replies: 3 Views: 2,249 When I double click on a slide, how do I pass the filename of a selected image in a form, to another form?
public void DblClickSld(object sender, System.EventArgs e)
{
... |
Forum: C# Jan 18th, 2009 |
| Replies: 38 Views: 3,070 Thank you soooooo much for your help!...
I have a question more.:P
When I double click on a slide, how do I pass the filename to display a zoomed image of the slide?
public void... |
Forum: C# Jan 18th, 2009 |
| Replies: 38 Views: 3,070 It worked! :icon_exclaim:
Here is my code:
private void TV_AfterSelect(object sender, TreeViewEventArgs e)
{
this.groupBox2.Controls.Clear();
n = 0;
... |