August 8th, 2007 07:33 PM
hspc,
This would be my connection string :
"Data Source=ABC;Initial Catalog=aaa;User Id=sa;Password=abc"
August 6th, 2007 05:59 PM
the table I'm quering only has 23 rows.
December 19th, 2006 12:24 AM
I tired installing SQL server 2005 express in one pc n I got an error. Here is the log file
---
Installing using command line '"C:\DOCUME~1\Ken\LOCALS~1\Temp\VSD3A.tmp\SqlExpress\sqlexpr32.exe"...
November 16th, 2006 07:51 PM
You could use the Environment class
e.g
Environment.Version.Build
Environment.Version.Major
Environment.Version.Revision
November 16th, 2006 07:49 PM
To accomplish that I would use the gdi+ in .Net. Create an arrays of rectangles in paint events. (eg. e.Graphics.DrawRectangle(...))
Then you can use the fillrectangle and other draw functions...
November 16th, 2006 07:44 PM
Yes I think it's a bug too. I also create alot of users control. Wht i do is clean n rebuild the project and open the designer once... and close it and open again. It works... Do not know why this...
February 22nd, 2006 05:42 AM
Here is one method:
Image m_FilledImage =Image.FromFile(@"c:\mybitmap.bmp");
Color colTrans = m_FilledImage.GetPixel(1, 1); // get the pixel u want to make it transparent ...
August 9th, 2005 10:12 PM
Exterminator, Thanks for the reply...
I hv disable the realtime protection n still the same... I've also put an exception handler n still i get the same error msg. And then i found a few more pc...
August 4th, 2005 08:56 PM
Thanks for the reply... but it's still the same... n btw...
objWord2.ActiveDocument.SaveAs(FileName:=@"c:\mydoc\03020259-968.doc");
the "@" is only applied for C#... in vb we don't need this. I...
August 3rd, 2005 03:58 AM
I hve a problem... i get this error called "The server threw an exception"
I installed my program in a client pc with the following code:
Dim objWord2 As Object
objWord2 =...