| Thread | Last Post | Replies |
|
| Arraylist | 13 Mar 2008 18:58 GMT | 10 |
I have a tmpValues as New Arraylist When Iget to this code: If tmpValues.Contains("..") Then MessageBox.Show("This is not a number")
|
| Send Mail : I don't receive my message | 13 Mar 2008 17:30 GMT | 7 |
i have configure one server with windows 2003 and i have configure the server SMTP. i can use it with microsoft outlook 2007. It's good. But with my application in vb.net 2005, my code don't function !!
|
| Print Forms from Visual Studio 2005 | 13 Mar 2008 16:41 GMT | 2 |
We're creating a winform application, and I'd like to print out the actual forms from within VS2005 without having to Build and run the code. Short of making screenshots and cropping out the actual form, is there any freeware or built-in tool to do this task?
|
| What is UShort? (and how can I not use it?) | 13 Mar 2008 14:34 GMT | 10 |
I imported a project from someone and they are using UShort. I am getting a compiler error saying "Type 'UShot' is not defined". Since this is a VS 2008 project and I am on VS 2008, I am assuming this is a new datatype that I don't have access to. What can I substitute for it ...
|
| GetType, Maybe | 13 Mar 2008 14:20 GMT | 2 |
The following code produces the following results. Sub Main() Dim abc As String = "This is a string" Dim int123 As Integer = 123
|
| Unable to edit a line of code while in break mode... | 13 Mar 2008 14:06 GMT | 2 |
I have a vb.net 2005 project and wonder what else needs to be enabled to allow me to edit a line(s) of code while in break mode and then bne able to carry on with execution of the application. Currently, if I attempt to change a line of code (either the line I am currently on, ...
|
| Is Visual Studio 2008 for developer released | 13 Mar 2008 12:40 GMT | 15 |
I want to know if VS 2008 released or not. If not then when we should expect it. Thanks, Mire
|
| Changeing screen origin from top-left to bottom-left | 13 Mar 2008 12:27 GMT | 1 |
I'm playing around with a graphics project. I have a form that contains two toolstrips. One at the top running the width of the form from left to right and the other on the left running the entire height from top to bottom. I managed to draw a filled rectangle that fills the ...
|
| OLESelfRegister missing in FileVersionInfo | 13 Mar 2008 10:37 GMT | 2 |
I am trying to detect OLESelfRegister in file version info (to detect if library requires registration), but to my surprise FileVersionInfo ignores this flag :( Dim Info As FileVersionInfo = FileVersionInfo.GetVersionInfo(m_File)
|
| How to make common connection string for diff program? | 13 Mar 2008 08:57 GMT | 3 |
i have a problem where as i want to use two different C# net program in a single system where i have used 2 different sql server name. when i execute those program each time iam renaming the sql server name and executing the programs. Is there any way where i can write a
|
| Visual Basic/Visual Studio 2008 Embedded SQL | 13 Mar 2008 05:39 GMT | 6 |
What is the easiest (as most like simple embedded SQL) to declare and open/then process a cursor in Visual Basic/Visual Studio 2008? I wish it were as simple as it was in MF Cobol or C and its flavors where your could just use EXEC SQL .......... END EXEC.
|
| Passing a simple structure from VB6 to VB.Net Options | 13 Mar 2008 03:23 GMT | 1 |
I have created a simple COM Class in VB.Net containing a simple structure and function: Public Structure MyStruct Dim Param1 As Byte
|
| Dlookup function | 12 Mar 2008 19:03 GMT | 7 |
Is there a dlookup function in vb.net like in access which returns a column value from a table for a given criteria? If not, is there a sample I can look at? Thanks
|
| the return of VB? | 12 Mar 2008 17:14 GMT | 6 |
hey I just wanted to send a quick shout out-- I saw in the MSDN magazine the other day.. that said that VB Is more popular than C#.. I wanted to see if anyone had more information about this? I also had to say a quick thanks to everyone; VB 2008 _ROCKS_ compared
|
| Deleting multiuple rows from a database... | 12 Mar 2008 16:03 GMT | 4 |
I am working on a new vb.net 2005 project using SQL server 2000 as the backend db. I have a listview where control I want a user to be able to select either just one or multiple rows in the listview and perform an action on them. If
|