473,767 Members | 7,225 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

C# / C Sharp Forum

2
2,120
thread by: Martin Hey | last post Jun 27 '08 by: Martin Hey
hello to all, can somebody tell me how to retrieve the thumbnail-images of files that are shown in explorer? if i want to get these images from image-files i can paint on a smaller dc or call getthumbnailimage of the image. for use with office-files i found the following ressource:...
1
924
thread by: Dom | last post Jun 27 '08 by: Paul E Collins
Sometimes, I have a window nicely laid out, but when it is run on another PC, the bottom of it is lopped off. I assume this is because of the resolution. I'm in the habit of adding code in Form_Load, like this: this.height = Control.top + control.height + 50 .... where Control is what I know is the bottom control. I don't like doing...
0
1,239
thread by: Tony Johansson | last post Jun 27 '08 by: Tony Johansson
Hello! Is it always that a TableAdapter and a DataTable is a pair. When I use the Dataset Designer and create a sql clause a TableAdapter and a DataTable is created which act like a pair. I mean when you have a TableAdapter you must always have a corresponding DataTable for this TableAdapter. Is it right what I have written here?
2
1,543
thread by: =?Utf-8?B?bWVfYXNEZXZlbG9wZXI=?= | last post Jun 27 '08 by: parez
Hi , We have been stugling with this issue for quite some time. Our basic requirement was to develop a web based tool for windows performance monitoring and reporting. We have been using visual studio 2005 and sql for this. We have developed the application in windows form using c# and have created an exe of the same. we have also developed a...
1
1,069
thread by: | last post Jun 27 '08 by:
Hi, I’m developing a global web site, have questions about the datetime fields. How to handle if user comes from difference time zone? Any guidelines for this? Thanks...
0
2,446
thread by: Marco Pais | last post Jun 27 '08 by: Marco Pais
Hello. I have a C# application tha uses a Web Service to access/manage data in a SQL Server 2005 database. I have installed it on several workstations (XP Home, Vista Home) and it's working, except in one workstation. I get the following error: "The remote server returns an error: (407) Proxy Authentication Required. " I've searchd...
1
1,435
thread by: Volker Jordan | last post Jun 27 '08 by: Volker Jordan
Hi NG, ich versuche einen einfachen Import einer Exceldatei in eine Word Datei zu realisieren. Word.Application wordApp; wordApp=new Word.Application(); wordApp.Documents.Open(....); wordApp.Selection.InsertFile(...) importiert mir nur die Exceldatei als
2
1,780
thread by: pedro | last post Jun 27 '08 by: pedro
TEXTBOX --- i want to select part of the text and change its style how can i do this? manny forums have this feature msdn forum you select the text and press button for formating code.
1
1,212
thread by: cooklooks | last post Jun 27 '08 by: cfps.Christian
http://www.videoriporter.hu/vr/fs?content=/vr/player/1320/date/count
0
783
thread by: =?Utf-8?B?VGFtbXkgTmVqYWRpYW4=?= | last post Jun 27 '08 by: =?Utf-8?B?VGFtbXkgTmVqYWRpYW4=?=
Add to my previous question I am using Visual Studio C#. Thanks. -- Nejadian
1
979
thread by: csharpula csharp | last post Jun 27 '08 by: Michael Nemtsev [MVP]
Hello, I am using the background worker and want to provide to thread which is activated by background worker option to check if cancelletion is legal or not during the flow. How can I affect the activation of bw.CancelAsync() which is made in main thread from the thread runned by background worker? Thank u!
0
133
thread by: Michael Nemtsev [MVP] | last post Jun 27 '08 by: Michael Nemtsev [MVP]
Hello J-L, Use if (typeof(MyInterface).IsAssignableFrom(MyObjectType)) or if (MyObjectType.GetInterface(typeof(MyInterface).FullName)
0
776
thread by: kalaposkan | last post Jun 27 '08 by: kalaposkan
Funny mustsee video: Very bad driver parking, and causing traffic jam:D http://videoriporter.hu/vr/fs?content=/vr/player/1144/date/count Maybe the strongest man in the world: http://videoriporter.hu/vr/fs?content=/vr/player/1320/date/count
2
7,284
thread by: Lucky | last post Jun 27 '08 by: Lucky
Hi guys, I'm having problem with case sensitive collation of SQL Database. one my client is having case sensitive database. While developing the Data Layer i didn't consider this scenario. the problem is I've all Store Procedures in the Database and I'm using sqlcommand to execute those SPs with Parameters. for e.g. Data Layer: .........
11
1,396
thread by: AAaron123 | last post Jun 27 '08 by: AAaron123
newItem and tsMenuItem are ToolStripMenuItems. I'd like to add the click event in tsMenuItem to newItem. Can't do this because Events is Protected: newItem.Events.AddHandlers(tsMenuItem.Events);
5
6,433
thread by: Marco Pais | last post Jun 27 '08 by: Marc Gravell
Hi there. I'm having a problem with a Web Service that I've created. This WS has several simple methods, that are working fine... no problem with code. However, when retieving a bigger number of rows, I get this error: "The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the...
0
932
thread by: Jochen | last post Jun 27 '08 by: Jochen
Hi, everybody I got a problem producing C# COM projects with vs2008. COM project created and compiled with VS2003 works fine with all kinds of early and late binding in Office2002, vbscript (only late of course) etc. Compiling exactly the same project with VS2008 (checkboxes for register and make visible COM both checked) will apparently...
0
1,096
thread by: Hans Kesting | last post Jun 27 '08 by: Hans Kesting
J-L submitted this idea : the "is" operator works with both interfaces and (base)classes. Basically it's "can I treat 'MyObject' as a 'MyInterface'". A different way would be the "as" operator, which tries a cast but gives a 'null' if it didn't work: MyInterface mi = MyObject as MyInterface; if (mi != null) ...
4
2,952
thread by: Ang | last post Jun 27 '08 by: Ang
Hi, I'm writing the code to create a word doc, I referenced this link's code : http://support.microsoft.com/kb/316384/en-us But when i click the button, it will show the doc page but i want to change to save as without pop the doc up (for those PC without Ms word) I add the code oWord.ActiveDocument.Save() at the end, it works for
1
10,702
thread by: Jure Bogataj | last post Jun 27 '08 by: Rudy Velthuis
Hello! Does anybody knows how to handle this issue: I have an Delphi DLL with following two function declaration: function DeallocateString(lpszString : PChar) : DWORD; stdcall; function MyFunc1(lpszInput : PChar; var lpszOutput : PChar) : DWORD; stdcall;
3
1,562
thread by: P Chase | last post Jun 27 '08 by: Marc Gravell
I have some resources in my C# Visual Studio 2005 project that are involved with self-test. Ideally, they shouldn't be in a released product. These resources are embedded by virtue of having their Build Action property set to Embedded Resource. Is there any way to add conditions to when they are embedded? For instance, can I create a...
0
1,800
thread by: Jason Huang | last post Jun 27 '08 by: Jason Huang
Hi, In my C# windows form project, I was trying to call a Excel macro. However, the GetType().InvokeMember was confusing me. Would some give me some easy sample to tell me what it is? Thanks for help. Jason
0
1,341
thread by: starture419 | last post Jun 27 '08 by: starture419
Acheter acomplia canada en ligne sur internet Achat acomplia canada Simple commander acomplia us usa par mail commander acomplia canada en ligne acomplia canada sur internet acomplia suisse bon marche Sans Prescription +++ PERTE DE POIDS +++ PERTE DE POIDS +++ PERTE DE POIDS +++ + ACHETER ACOMPLIA BON MARCHE (VISA Card only)...
5
5,847
thread by: Christian | last post Jun 27 '08 by: Christian
Hello, i have a datagrid with some columns... the last column is a ComboBox with 2 items: "yes" and "no"... i'd like when i select a value "yes" the color's column became Yello.... someone have an idea.... thanks a lot!
6
1,554
thread by: Dmitry Perets | last post Jun 27 '08 by: Frans Bouma [C# MVP]
Hello, I am trying to work with MS SQL Server 7 from the release version of Visual Studio 2008 + LINQ to SQL. And the problem is that the LINQ to SQL designer doesn't accept my tables saying that my connection provider is unsupported. Then I found out that LINQ to SQL officially supports only .NET Provider for SQL Server. The problem is...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.