Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
all groups > vb.net > march 2007 > threads for monday march 5

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Excellent opportunity for job seekers in .NET.
Posted by anu at 3/5/2007 8:36:23 PM
Excellent opportunity for job seekers in .NET. Training and 100% guaranteed placement on .NET. Complete Implementation of REAL TIME PROJECT Mock Interviews Seminars Duration: 60 days For further details contact swapna@ 040 40133999. ...more >>


Accessing a Parent Object's Properties
Posted by RSH at 3/5/2007 4:46:06 PM
Hi, I have a situation where I have a Parent Object (Company) which has several public properties. The Company Object also creates an Employees object which has its ow set of functions and properties. I am trying to figure out how to access the Parent properties from the child object. ...more >>

PostgreSQL with .NET
Posted by Penelope Dramas at 3/5/2007 4:37:53 PM
Hello, We have decided to change our database back-end from MSDE to postgreSQL. Would anyone please share his/her experience with this database as far as speed, functionality and security concerns. Thanks, Pen D. ...more >>

TIFF/Image clean-up / compression component
Posted by Ben at 3/5/2007 3:12:43 PM
Hi We are looking for a component that offers that offers the below for Tiff files: Image clean-up (deskew, despeckle) Printing capabilities from VB The ability to add text to image, e.g. time / date Nice to have: Image compression/optimisation. The above for PDFs Future options: ...more >>

An unhandled exception of type 'System.ExecutionEngineException' occurred in System.Data.dll
Posted by Stephen Flynn at 3/5/2007 2:54:53 PM
If I run my program on another machine I get the following error An unhandled exception of type 'System.ExecutionEngineException' occurred in System.Data.dll This happens with I try to open an OleDb.OleDbConnection What is causing this? Also the normal Try Catch block doesn't catch th...more >>

Catching a power state change... (specifically entering sleep)
Posted by Matt Brown - identify at 3/5/2007 2:41:06 PM
Hello, I, as well as suspecting many others, am having an issue when I attempt to enter sleep mode in Vista. If any program is connected to the internet (AOL Instant Messenger for instance), and I go to enter Sleep mode; Vista will automatically leave Sleep mode immediately. I believe this...more >>

Creating a Label in Code [VB.NET VS 2005]
Posted by Zim Babwe at 3/5/2007 2:13:02 PM
I have a Windows Form and I would like to place a code generated label on the form, but would like it in my TabControl. I don't know how to do that. I have a tab control called TabControl1. It has 2 Tabs, Tab1 and Tab2. How can I place the label on Tab1 Dim lbltest As New System.Wind...more >>

Asynchronous SQL VS 2003 .NET 1.1
Posted by mbrierst NO[at]SPAM gmail.com at 3/5/2007 1:58:04 PM
Is it at all possible to do asynchronous SQL queries with Visual Studio 2003 / .NET version 1.1? I know this can be done with VS 2005 .NET 2.0, but that's not an option for me right now. Is there any way at all to do this, or am I out of luck? ...more >>



Using DataGrid to data input
Posted by nodirsid NO[at]SPAM gmail.com at 3/5/2007 1:43:02 PM
Please help me someone on how to use datagrid to enter data into datagrid (not to output in datagrid) and save it in the database. ...more >>

Getting a list of loaded assemblies
Posted by Lee at 3/5/2007 12:57:48 PM
Hi, I have an app that loads in assemblies at run-time using the Assembly.LoadFrom command. When I look at the list of assemblies using GetReferencedAssemblies, my loaded ones do not appear in the list. However, when I throw an exception, they appear in the stack trace as being loaded. I...more >>

Using Excel from Threads
Posted by sfeinst at 3/5/2007 11:38:52 AM
I am trying to access Excel spreadsheets to modify data from a VB.NET application. If I have an object defined as: Public Class Test Private _excel As Microsoft.Office.Interop.Excel.Application Public Property ExcelApp() As Microsoft.Office.Interop.Excel.Application Get ...more >>

Editing a Crystal Reports Report?
Posted by Tmuld at 3/5/2007 10:15:45 AM
Hello, I was provided a .rpt file which is Crystal Reports report. It opened with VS .NET 2003. On the left side in the Field Explorer - there are seveal categories - Database Fields - Formula Fields - Parameter Fields - Group Name Fields - Running Totals Field - SQL Expression - S...more >>

Need help with Math...
Posted by Mark at 3/5/2007 9:21:15 AM
Need help with a variable... This variable is used to keep track of permissions and can contain 1,2,4,8,16,32,64,128 Or it can contain a sum of one more of the above values. For example, if the variable has a value of 255, then it has all ove the above values added together. I need hel...more >>

ListBox Columns
Posted by Gus Chuch at 3/5/2007 9:04:26 AM
I’m Working on a List Box that I would like to have 4 Columns with a Top row as a header. In Access VB I can use the following code to Display 4 rows | Mo | Interest | Principal | Balance | Me.lstResult.RowSource = "Mo;Interest;Principal;Balance" lstResult.AddItem (MonthNumber & ";" & Mon...more >>

Font - Dispose question.
Posted by Rob Panosh at 3/5/2007 5:18:48 AM
Hello, If I create a font on my inherited form (sample code below) do I have to "Dispose" this font. Thanks, Rob Class MyTest Inherits System.Windows.Forms.Form Private _font as As System.Drawing.Font Public Sub New() Me.InitializeComponent() Me....more >>

Set Backcolor for forms
Posted by spaulsamin NO[at]SPAM yahoo.co.in at 3/5/2007 1:44:00 AM
Hi I need to set the backcolor to all forms under my project with one command not by opening each form and do it i think , something to do with MDI or Assembly or by some system namespace, but i am not sure Pls help me with example Thank You ...more >>

where VbNullString in VB.Net?
Posted by Tark Siala at 3/5/2007 12:00:00 AM
hi lasr years i use vb6 to make my Application Database with ADO, this days i use VB.NET to working with Database. to know if Field contain null i use: if recordset.field("data").value = vbnullstring then ..... but when i use VB.Net and working with Database this command not working, any...more >>

Treeview Tag loosing value
Posted by Ben at 3/5/2007 12:00:00 AM
Hi We are having random problems with the treeview control. We are loading the data from a database and using the Tag property to hold the database record reference. Occasionally on a child node the value in the tag property is missing. I have used a message box to check that the value...more >>

dataset sample
Posted by JO at 3/5/2007 12:00:00 AM
hello, do you know where i find a sample witch explain how install dataset with 2 form, onr master form ans one detail form. thx ...more >>


DevelopmentNow Blog