| Thread | Last Post | Replies |
|
| PDF export buggy? | 30 Aug 2007 19:51 GMT | 2 |
Please excuse my post if its somewhat off-topic, but I'm hoping to reach a wider audience that may have a solution but doesn't frequent the SSRS group.. thanks. I have a LocalReport, when I'm exporting to a PDF using the following
|
| Forcing a Method to be executed on the Main Thread | 30 Aug 2007 19:45 GMT | 2 |
In the code below how would I get the callbackFromWorker() method to execute on the thread named "MainThread". Right now when this program runs it always reports that the callbackFromWorker() method is running
|
| Moving project from VS2003 - VS2005 Crystal reports and setup project | 30 Aug 2007 19:36 GMT | 4 |
Im transferring a visual studio 2003 project to Visual Studio 2005. The solution includes a windows installation project. With 2003 creating the setup got complicated with the crystal reports part and I had to include several merge projects plus obtain a license key.
|
| Implement Interface in debug build only | 30 Aug 2007 19:19 GMT | 8 |
I have a class which implements several interfaces. One of them I would like to have implemented only if it is a debug build. Is there a way to do this? Thanks.
|
| Regex and repeating characters | 30 Aug 2007 19:15 GMT | 6 |
I am using Regex to validate a file name. I have everything I need except I would like the dot(.) in the filename only to appear once. My question is it possible to allow one instance of character but not two or more? example
|
| point in the right direction | 30 Aug 2007 18:53 GMT | 2 |
hey all, i have an excel file that contains employee information. inside the workbook there are numerous worksheets - one per employee. is it possible to iterate thru the workbook reading pieces of data by any chance?
|
| Unsafe Compile Errors | 30 Aug 2007 18:44 GMT | 6 |
I've been attempting to experiement with unsafe code in order to speed up performance. I've read several examples online, including a Microsoft one All of the examples seem declare their pointers the way I have below.
|
| Gradiant coloring | 30 Aug 2007 17:29 GMT | 2 |
Hey all! I need to color from blue to red in sort of a gradient depending on a value. For example: lets say 1 is blue and red is 100. I need to change from blue to red depending on the value so 50 would be a color in between blue and red
|
| lan status | 30 Aug 2007 15:50 GMT | 10 |
In a project that I'm involved with we're looking for an algorithm of discovering and maintaining a record of all computers 'alive' on a lan (ethernet and tcp/ip). Obviously we'd like the status to be as up-to- date as possible but without generating too much traffic on the
|
| how to use 'marquee' to show circular progressbar | 30 Aug 2007 15:50 GMT | 1 |
I have a c# program that needs to show the progressbar which is circular processbar,just like the one when windows xp loading. I tried below: private void TimeConsumingOperation(BackgroundWorker bw) {
|
| Object reference not set to an instance of an object | 30 Aug 2007 15:38 GMT | 5 |
I have created a DLL called as ADFormula which contains public functions. After adding reference of this DLL in my project, I want to call the functions contained there in. For this I am using following code:
|
| local classes | 30 Aug 2007 15:34 GMT | 12 |
I notice that local classes are not supported in C#. Could you please discuss why this is so? Was this a bad coding practice to begin with?
|
| textbox and numbers | 30 Aug 2007 15:26 GMT | 3 |
hi!! I make a software in c# with visual studio 2005 and I would like to know if it's possible to restrict my textbox to put only numbers inside?
|
| Regex question | 30 Aug 2007 14:51 GMT | 1 |
Sorry if this is a repost. According to Outlook Express, I posted this yesterday but it's not showing for me and I can't find it on Google Groups, so I'm assuming it didn't go through for some reason. If it did and this is a dupe, I apologize....
|
| How to transfer a variable from a Form to an other ? | 30 Aug 2007 14:46 GMT | 3 |
I'm working on a project that uses 2 forms : one to select an object and one other to display its attributes. I mean that in the first one I select an object (from a ComboBox), then I open a new form where I could see all the properties of that
|