473,750 Members | 2,416 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

C# / C Sharp Forum

0
1,545
thread by: yadolov | last post Jun 27 '08 by: yadolov
Hi! I have IDL-file: const byte DataStrLen = 255; #pragma pack(1) typedef struct { wchar_t fDataStr;
0
1,057
thread by: AAaron123 | last post Jun 27 '08 by: AAaron123
The RegexOptions Enumeration contains: Multiline ExplicitCapture Compiled Singleline IgnorePatternWhitespace RightToLeft ECMAScript CultureInvariant
5
229
thread by: Joza | last post Jun 27 '08 by: Martin
Hi! I'm getting error when selecting items in ListView control, it says ArguementOutOfRangeExceptions. That happens in SelectIndexChange event. I have tryed with try...catch but there's no effect. The code inside that event is: private void LVKalk_SelectedIndexChanged(object sender, System.EventArgs e) { try
1
3,669
thread by: =?Utf-8?B?U2FpbXZw?= | last post Jun 27 '08 by: Peter Duniho
Hello Marc Gravell and Machin. Good Day. Why your not using an Instance in the form and yet your using a New Form? Im using it because I want to open a single form only. If Im using a New Form1, In my command button If I will click the button to show the Form1 it will show the Form1 equal the click in the button. What you suggestion to...
0
2,111
thread by: Polaris | last post Jun 27 '08 by: Polaris
Hi Experts: I'm using .Net WebBrowser Control 2.0. I need to get the handles of both vertical and horizontal scrollbars of the control. Any hints is appreciated. Thanks in advance! Polaris
1
1,208
thread by: Peter Duniho | last post Jun 27 '08 by: Weeble
On Fri, 11 Apr 2008 01:43:52 -0700, Weeble <clockworksaint@gmail.com> wrote: That's not a difference. The code example you compared to has the implication that A will use the IB instance passed back from the GetB method. After all, that's why the return type for GetB is IB, rather than B.
1
2,035
thread by: eljainc | last post Jun 27 '08 by: eljainc
Hello, I have a problem when working with a program that uses XAML in one of the modules. I copied some XAML code from another working project into an existing project, then when trying to compile the project I get the following: Error 13 Unknown build error, 'The specified path, file name, or both are too long. The fully qualified file...
0
125
thread by: Sam | last post Jun 27 '08 by: Sam
On Apr 6, 8:15*pm, Peter Bromberg <pbromb...@yahoo.NoSpamMaam.comwrote: Peter, I think you can report to google about spam. Some groups have a moderator whcih may also help... Sam Site: http://www.mydedications.com
2
2,170
thread by: =?Utf-8?B?Tmljaw==?= | last post Jun 27 '08 by: Cowboy \(Gregory A. Beamer\)
Hello, I'm sure this is a dumb question, but here goes. I've got an asmx web service that I want to move to WCF and then expose a netTcpBinding endpoint. Is it possible to consume that netTcpBinding endpoint using a .NET 1.1 client? Thanks, Nick
4
199
thread by: sherifffruitfly | last post Jun 27 '08 by: Peter Duniho
Try to do something with it, and look at the exception? Some other way? Thanks!
4
6,532
thread by: Gugale at Lincoln | last post Jun 27 '08 by: Gugale at Lincoln
Hi, I am using reflection to read names from enum and creating radio buttons inside a groupbox. Everything is working fine. However, I am not able to adjust the size of the group box to fit the content. Is there a simple solution to this problem? Parent of group box is FlowLayoutPanel which fills the parent form. string names =...
0
986
thread by: Rudy Velthuis | last post Jun 27 '08 by: Rudy Velthuis
Peter Duniho wrote: OK. Borland (and now Codegear) let TeamB choose new members, and we choose them based on such and other qualities as well. -- Rudy Velthuis http://rvelthuis.de "To understand a man you should walk a mile in his shoes. If what he says still bothers you that's ok because you'll be a mile away
4
1,996
thread by: duncfair | last post Jun 27 '08 by: duncfair
asp.net 2.0 and language is c# I need to add a single checkbox on an aspx page based on evaluating two aspects of the items the customer has placed in the shopping cart. The price must be $100 or more and the brand must be a specific brand. There may be multiple items in the cart but there can be only one checkbox. I wrote some code on...
1
1,721
thread by: =?Utf-8?B?RnJhbmsgVXJheQ==?= | last post Jun 27 '08 by: Gugale at Lincoln
Hi all I have problems loading XML data into SQL Server. What is the best way to go ? I am new in using XML documents. I have tried to do it with "Integration Services" and also with "XmlTextReader", "XPathDocument", "DataSet.ReadXML" ... None of this is working well because my XML document has nested tables and in XML documents I dont...
0
954
thread by: =?Utf-8?B?UGV0ZXIgUml0Y2hpZSBbQyMgTVZQXQ==?= | last post Jun 27 '08 by: =?Utf-8?B?UGV0ZXIgUml0Y2hpZSBbQyMgTVZQXQ==?=
You should never WaitForMultipleObjets or WaitForSingleObject on a GUI thread (unless there's a very short timeout). Creating another thread to perform the blocking (calling WaitFor...) is the recommended approach. -- Browse http://connect.microsoft.com/VisualStudio/feedback/ and vote. http://www.peterRitchie.com/blog/ Microsoft MVP,...
0
157
thread by: tshad | last post Jun 27 '08 by: tshad
In VS 2008, we have an ODS object that is getting created but the events are not firing. We put break points on them and it never stops. Without this we can't set up our filters. Is there something we are missing? Here is the objects code: <asp:ObjectDataSource ID="odsEntryList" runat="server" SelectMethod="GetEntries"
0
268
thread by: RobinS | last post Jun 27 '08 by: RobinS
My application needs to know when the network availability has changed and do some stuff when it does. I wrote a small WinForms app to test System.Net.NetworkAvailabilityChanged. It works great. I put the same logic in my main application, and the event is never caught by my handler. If I put in NetworkAddressChanged, it *is* fired and...
0
903
thread by: CSharper | last post Jun 27 '08 by: CSharper
On Apr 11, 10:35*am, "Peter Bromberg " <pbromb...@nospammin.yahoo.comwrote: Thanks.
0
747
thread by: Jon Skeet [C# MVP] | last post Jun 27 '08 by: Jon Skeet [C# MVP]
On Apr 11, 8:26 am, Davor Dundovic <ne...@negdje.comwrote: There's an object providing a representation of the thread, but the thread itself isn't an object. It's like a file - just because a FileInfo may be garbage collected doesn't mean the file is deleted. Right.
0
1,433
thread by: Jon Skeet [C# MVP] | last post Jun 27 '08 by: Jon Skeet [C# MVP]
On Apr 11, 8:40 am, Andrew <And...@discussions.microsoft.comwrote: Okay, that means you've either not given the full classname (including namespace) or it's not in mscorlib or the currently executing assembly, in which case you need to give assembly details as well. The line with testType2 is explicitly trying to find a class called...
0
148
thread by: mera yabany | last post Jun 27 '08 by: mera yabany
*** Sent via Developersdex http://www.developersdex.com ***
0
1,297
thread by: =?Utf-8?B?QW5kcmV3?= | last post Jun 27 '08 by: =?Utf-8?B?QW5kcmV3?=
Found it. string name = Properties.Settings.Default.ClassName.ToString(); //"myproject.myclass, myassembly" format. //name = "ABC.MyClass, Assem" ; Type t = Type.GetType(name); Object obj = Activator.CreateInstance(t); string result = t.InvokeMember("methodName",
0
962
thread by: Peter Duniho | last post Jun 27 '08 by: Peter Duniho
On Fri, 11 Apr 2008 02:28:53 -0700, Anthony Jones <Ant@yadayadayada.com> wrote: Just my opinion, granted...but it's "silly" because you are doing the same thing twice. Each time you return a different kind of result: the first time, you return "did I succeed?", the second time you return "the outcome of my success". But the work...
4
8,137
thread by: Veerle | last post Jun 2 '08 by: Eps
I want to write my own mp3 tagging software. Therefore I need to be able to connect to FreeDb to retrieve song information. I also need to be able to write to the ID3 tags of an mp3 file (v1 & v2) for the most common tags: song title, artist name, album title, album artist, track number, genre, comment and album artwork (cover). If I can find...
3
12,335
thread by: Ronald S. Cook | last post Jun 2 '08 by: =?ISO-8859-2?Q?Korszu=F1_Rafa=B3?=
Stupid q for the day, but if the user enters 2 in a textbox, I want to display as 2.00. If they enter 2.129 I want it as 2.13. I'm guessing will code in the validated method of the textbox, but not sure how to convert the number. Thanks for the help.

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.