| Thread | Last Post | Replies |
|
| Best Method | 16 May 2008 04:50 GMT | 7 |
I am looking for a way to store maybe in an array or dictionary... two fields.... first field would be a string... second would be a date... for example.. if i called up myinfo(0) it would show "the first Day"
|
| Display rows from one table not in another in a dataset | 16 May 2008 04:38 GMT | 1 |
I have a dataset with 2 tables. I want to display in a datagrid the rows in table 1, that are not in table 2. I'm trying the rowfilter on a dataview, but I'm getting an error. The error I'm getting is: Syntax error: Missing operand after 'ID' operator.
|
| Hidden modal form is not included in My.Application.OpenForms | 15 May 2008 17:40 GMT | 4 |
I am trying to close/dispose multiple instances of a form but because they are modal and hidden, they do not show up in My.Application.OpenForms. They must be modal, so making them modeless is not an option. I also need to check the values in a spread control on the forms ...
|
| WCF - WSDL putting http://tempuri.org in, can I stop it? | 15 May 2008 16:23 GMT | 3 |
i've gone though some of the other forums and have managed to cut down the number of times that http://tempuri.org appears in the WSDL file but I cannot seem to find out where to banish it from the following line? <wsdl:import namespace="http://tempuri.org/"
|
| Gridview question | 15 May 2008 15:24 GMT | 5 |
I have a gridview that will contain 5000 + rows that is initially loaded into a dataset and bound to a gridview. On the form I have textboxes and dropdown list's I use to let the user fill in and click an add button to add new records.
|
| [VB 2008] How create a plan of house | 15 May 2008 14:46 GMT | 8 |
I am creating a VB 2008 application and i would like to create a plan. I try with Graphics of GDI but it doesn't work how i wish. Each wall and window of my plan is a Graphic but Graphic is not an object and then i cannot work on (move, delete).
|
| Boolean Range | 15 May 2008 13:48 GMT | 5 |
Maybe I'm just discovering something late that everyone else knew already, but it caught me off guard. In the past I could do an expression like "If 1 <= x <= 10 Then ..." to see if x was in the numeric range 1-10. So x = 5 would evaluate to True, whereas x = 0 would evaluate ...
|
| Treeview and click on + to expand node | 15 May 2008 09:54 GMT | 4 |
Hi I have a little problem with Treeview expand. So I'll try to explain. I Have one node and some subnodes like this +Nodes1
|
| Returning an XDocument from a WCF service in vb.net | 15 May 2008 08:58 GMT | 2 |
Has anyone got any examples on how to return a XDocument type back to a website calling a WCF service? I have spent over a day on this and don't seem to be getting anywhere, any help would be appreciated? I have got bogged down in the DataContractSerializer but am unable to find
|
| Insert Row in DataSet | 15 May 2008 07:52 GMT | 1 |
How can I insert a row anywhere (in the middle of the rows.count) in a DataSet? I use one DataGridView control. Visual Basic 2005. Thanks.
|
| How to retain spaces in Outlook Mail body through vb.net code | 15 May 2008 03:34 GMT | 2 |
I am developing an application in vb.net 2005 to send email via outlook. The mail body contains key - value pairs like Account Number : 232323 CRS Number : 872732
|
| Opening COM port Error | 14 May 2008 21:03 GMT | 4 |
I have the following code: When i run this code it gieve me an error saying the COM port isn;t opened? Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
|
| *Scratching My Head* - I need help | 14 May 2008 20:25 GMT | 4 |
I know I have asked a lot of questions here, but this one might puzzle others. I have a query that gets all products whose OnHand < MinRequired and grouped by the supplier. The query fills perfectly.
|
| datagridview not populating from stored procedure | 14 May 2008 17:46 GMT | 1 |
I am using VB 2008 with SQL Server 2000 and SQL Server 2005 (depending which server the user selects to connect to). I have a listbox in which the user select the server to connect to. Another listbox that shows the databases in that particular server.
|
| Why can't we disable a tab page? | 14 May 2008 17:38 GMT | 5 |
Most of the basic UI controls have Enabled property. I know we can't disable a specific tab page, but why is it so? What is the rationale? I don't think Microsoft developers designed that way because they couldn't implement it.
|