Marcuscoker's Q&A profile
Windows Forms scrollable panels without a scroll bar
Can I have functionality of programmically AutoScrollPosition for a panel but without actually showing the scroll bar Senerio: I have several panels that are programmically set to hor or vertical position controlled by a master panel's scroll bar (not using ...Show All
SQL Server Memory error: Allocation failure
I am using a reporting services report on SQL Server 2005. I' am having the error as below on one machine, but on another machine the report works correct: Query execution failed for data set 'VDB_Cube'. * Memory error: Allocation failure . The machine on which the error occurs has more memory and faster processors. Other reports work well. Does anyone know what possibly goes wrong Thanks Pieter ...Show All
Visual C# C#.net or VB.net
I am beginner for .net programmer. Just want to know which one is better on marketing VB.net or C#.net I heard big companies more like c#.ner than vb.net thanks. Hi , I am beginner for .net programmer. Just want to know which one is better on marketing VB.net or C#.net I heard big companies more like c#.ner than vb.net thanks. ...Show All
Visual FoxPro Pageframe color problem
I'm having a problem with using a pageframe. The problem is that I can't set the backgroundcolor properties of any of the pages. It defaults to 236.233.216 which is a some kind of pink but it shows as a light grey. I can change it but it stays light grey. I've tried this on a few differant computers. Very wierd. Anyone have any info on this Thanks That's it! I don't know how it got set this way. It was working f ...Show All
Visual Studio Express Editions How do you insert a byte in a string (without expansion)?
Is there any way to insert a byte in a string without this byte being converted to more ASCII characters For example: Dim A As Byte = 85 ' This is an ASCII "U" Dim S As String = "Start " S = S & A In this case, VB tries to be intelligent and insert two characters - 8 and 5 - inserted of one byte - the ASCII U. The result is therefore "Start 85" instead of "Start U". Is there any way to p ...Show All
.NET Development Framework 2.0 with MS CMS2002
Hi, I'm currently using MS CMS2002 in my company, I would like to migrate to the new framework 2.0. Have you some guidelines about it Thanks Alessandro. For what I know, an apposite sevice pack will be released by Microsoft in order to address CMS2002 + Framework 2.0. Stefan Gossner in his blog has some preview examples on what you can do today. Hope it helps. Gabriele. ...Show All
Visual Basic checking properties of folders
Hi all, I am trying to run some processes to tidy up our SAN storage. A couple of the things I am struggling with are : 1) Checking the security of the folder properties to check who the owner is 2) Checking the security of the folder to check if "Inherit" is ticked 3) Search a text file for specific text I already have a process to run SETACL to fix ownership and permissions, however this ...Show All
Visual C# Programming Languages Design
From a programming languages design point of view what is the difference between java and C# Okay, now on the web, there are tools for you to parse Java code into CSharp code. It quite good. In fact, if you feel that you are much better in Java then in C#, you can convert you Java code into C# code when you are done developing the program. Bear in mind, the library files are different. You might not want to include that in the conversion. ...Show All
Windows Forms Need information about building Deployment Project for windows application C# 2003
I am trying to biuild a deployment project, Setup - for windows application, in Visual C# Standard 2003 edition. (It has no deployment project wizard!) The "add/ Project Output" opens the Project Output Group Dialog Box, but it has an empty Project List, so I cannot add anything! I know that I have to do something previously, what is it Thanks in advance for any hepl! You mentioned that you had C# Standard 2003. I don't ...Show All
SQL Server Complex sql (inefficient multiple column count)
Hello, I'll simplify this to the minimum. I have a table kind of like this. CREATE TABLE prospect ( prospectID int, groupName varchar(10), statusID varchar(2) ) There could be thousand of records with many different combinations of each groupname, or statusID. e.g. 1000,'Control',' ...Show All
SQL Server Cannot shut down VS after using report designer
Routinely when I use BIDS to work on a report design, I cannot close BIDS because I get a message box that says: Microsoft Visual Studio cannot shut down because a modal dialog is active. Close the active dialog and try again. Of course, there is no visible dialog open. I actually have to terminate the process from task manager. I do not get this problem when using SSIS or SSAS. Only SSRS. Any Ideas Thanks! BobP Myse ...Show All
Visual Basic Validating within a User Class
I need to populate a container with an indeterminate number of label/textbox pairs for input. Since it is indeterminate at design time, I thought I'd create a user class with both a label and at text box in a pair so I could create them at run time and populate the labels appropriately from a data file. I need to validate each text box for numeric value. Then, I need to use that value to build up a subtotal on the form...sort of like this: ...Show All
Visual Basic Relase the Fix for Visual Basic Compiler Error &H8013141e&
Hi all i just want to know when is going to be released the fix for visual basic compiler error &H8013141e& this is already reported in the microsoft productfeedback site. i think this is a very urgent patch that must be released asap and please do not repond that i should go back to vs.2003 because i have lots of code developed in VS 2005 to framework 2.0 .. JSB PS: this error pisses me of, i need to res ...Show All
.NET Development What's the value of short-lived thread to be use them in thread pooling?
There are several situations when we can use thead pooling, and one of them is the slum number of short-lived threads. Can anybody give a practical explanation of which time of working thread is considered short-lived and from what number of threads they need to be organized in pool. For example, if we have 10 threads with average work time for each of them abt 300ms. Should they be included in pooling Any other examples I believe that you ...Show All
Visual C++ How do you export a managed template class from an assembly?
I'm sitting here with some trouble exporting a managed template class from a Class Library project to another assembly in my solution (using VS 2005 C++ Express). As an illustration consider the following example, where my ClassLibrary is referred to as MyTools: In the .h file: namespace MyTools { template < class TYPE> public ref class TestData { public : T ...Show All
