| Thread | Last Post | Replies |
|
| Translation. Could someone, please, help me? | 06 Mar 2008 01:28 GMT | 1 |
I am trying to translate a LINQ query in C# but I am having problems in getting it right. Could someone, please, help me? The online converters do not work with LINQ.
|
| passing value of variable from one form to another | 05 Mar 2008 23:13 GMT | 2 |
How do I pass the value of variables created in Form1 to similar named variables in a second form? Thanks Steve
|
| get the name of a form from a custom loaded control | 05 Mar 2008 20:59 GMT | 2 |
I having problem get the of a form here is the code to create the form and load my custom control (from a button click) Dim MatForm As New Form
|
| MenuStrips show even if not assigned to MainMenuStrip | 05 Mar 2008 20:05 GMT | 1 |
I created two menustrips in the Designer, but assigned neither to MainMenuStrip. However when I open the form they both show. Is that what you would expect?
|
| Using the Text property of an Arraylist | 05 Mar 2008 19:47 GMT | 3 |
How can I use the text property of a created arraylist I need it to pop up that messagebox if the textin the tempValues arraylist is equal to .. ElseIf tmpValues.ToString = ".." Then
|
| 3.0... buggy as hell or did I do something wrong? | 05 Mar 2008 18:05 GMT | 2 |
I just installed 3.0 and the IDE extentions to take a look at WPF... and it was more like, WTF. Random errors, crashes, hanging on compile. Um... what gives? Is this a throwaway release? Paul
|
| Internet Explorer Script Error | 05 Mar 2008 15:53 GMT | 5 |
I'm using a web control on a form. When I go to certain web sites (through code), I get a popup error message titled "Internet Explorer Script Error". Most of the time the error shown is 'Unterminated string constant', but occasionally I get 'T' is undefined. I assume these are ...
|
| Question about declaring Public Function as 'Shared' | 05 Mar 2008 13:20 GMT | 5 |
Why do I have to declare a Public Function as 'Shared' in a Public Class in order to make it visible from another class? In this regard I don't understand how Public Function without the Shared declaration is different from a Private Function, because I cannot call
|
| .NET in VBA | 05 Mar 2008 13:08 GMT | 8 |
I working with vb.net 2005. I created a Class Library project and add a COM Class to the project. I set COM interoperability, and COM visibility of the project. Also I set a strong name of assembly.
|
| Project works frm VS.Net 2003 & not working whn install setup in v | 05 Mar 2008 12:49 GMT | 3 |
IDE : VS .NET 2003, Platform : .NET 2.0, Hi All, I have my project in VS.Net 2003 (VB.Net). The OS is Vista Ultimate.
|
| What's wrong with this site.DesignMode code | 05 Mar 2008 10:24 GMT | 5 |
Can you see what is wrong with the code below. Or suggest a better way. Sometimes when I know I'm in the Designer I hit the bottom MessageBox I think it might be because Site has not been set yet
|
| creating a csv file for download inside page callback | 05 Mar 2008 09:33 GMT | 2 |
I have a callback that is being called in which I need to create a csv file that the user can download. I have the string created correctly but the download prompt dialog box is not appearing
|
| Better way to implement removing an item from a List | 05 Mar 2008 04:45 GMT | 3 |
I have a class which has a private variable as follows (where EntityAttachedDocument is another class in the project): Private _EntityAttachedDocuments As List(Of EntityAttachedDocument) In addition, I have two methods as follows:
|
| 1st record added to table crashes my program | 05 Mar 2008 03:01 GMT | 4 |
VB.NET 2005 Okay, 1 more attempt at fixing this problem. I have a parent table in details view, and a datagridview which is the child table. If and only if there are not records in the parent table 'Purchase Orders' will I receive
|
| vb 2005 and simple way to wright listview and all its propities to file | 05 Mar 2008 00:14 GMT | 6 |
Hi not sure were to post this but would appreciate if someone knows simple answer...... which usually never exists hi have added all my items subitmes and colors etc to my listview1 in vb 2005
|