Robert Conley's Q&A profile
Visual C++ Writing a Specific CRC32 Signature on a File
Just say I know the CRC32 Signature that I want to put on my file but I don't know how to specify it in my code so that when it signs the file it signs it using that specific signature that I specified, like if I open a file called "dune.map" and I know that the signature is supposed to be "DE545GHJ" how would I put that in my code so that when I click "sign" it signs the file using that specific signature, but ...Show All
Windows Forms Painting problems
Hi forum. I've created a custom control that does it's own painting. These are the styles i'm setting in the constructor : SetStyle(ControlStyles.UserPaint, true); SetStyle(ControlStyles.SupportsTransparentBackColor, true); SetStyle(ControlStyles.ResizeRedraw, true); SetStyle(ControlStyles.DoubleBuffer, true); SetStyle(Control ...Show All
.NET Development Server Application Unavailable
I am having serious issues getting .Net Framework 2.0 to work correctly. When I try to access an aspx page i recieve a " Server Application Unavailable " error. I have searched the internet and I have tried: Uninstalling iis and net framework 2.0 and reinstalling iis and then the framework, but that didn't work. I followed the instuctions from microsoft: http://support.microsoft.com/default.aspx kbid=811320 Nothing seems to work. ...Show All
Windows Forms Default Publish Setting
By default whenever a new album is added the Publishing Settings is set to Upload. How can I make the default in FotoVision only thanks, jeff reed Setting Me.Publish = False in the ReadXml method works for all new albums. Although I&nb ...Show All
SQL Server ASP.NET SQL Server Setup: stores one created database information for ASP.NET applications services for all applications?
Hi everybody, o.k, with the aspnet_regsql wizard it’s easy to configure a SQL Server database that stores information for ASP.NET applications services. I did it for my database AppServicesDB. In VS2005 I wrote 2 applications using the same AppServicesDB as Membership-Provider. When I use the web admin tool ASP.NET Configuration for the first application, I created the roles and users for this first application. All looks to be o.k. Bu ...Show All
.NET Development vb2005-access connection string
ive used vb6 before now im trying to convert my vb6 apps into vb2005. im having problem with my dsn-less connection string which is Dim cs As New ADOR.Recordset Dim rs As New ADOR.RecordsetClass Dim li As ListViewItem Public Sub con() Call dis() 'dsn less access connection & ...Show All
Visual C++ About DLL entry points
Hi! I recently had to write a simple C++ DLL (I had only been familiar with normal Windows applications and .NET DLLs). There is something, which caught my interest: Is every DLL required to have an entry point, like DllMain or are there some exceptions How useful will a DLL be without an entry point Actually, such a DLL could be quite useful. You can load resources from it (/Windows/System32/moricons.dll anyone ), possibly ex ...Show All
Visual Studio Team System Carriage returns removed when saving a work item
Using Beta 3 refresh. Created team project using CMMI process template. Created new scenario requirement. Typed in information in description field with carriage returns. If you press enter twice, a space is produced on the "empty" line. If you remove this one character space and click save, the white space will be removed. The behaviour was improved slightly in RTM. HTML editor sometimes looks a bit odd. When we press Enter, Html editor a ...Show All
Visual Basic GDI+ Questions
I have this beloved old VB6 program that has been converted to a sleek new vb2005 program. It's name is "Color" Color is a utility. It will sample pixels color anywhere on the desktop. It also gives me the x-y coordinates for a given location. It gives me the RGB color value in hex and decimal. I find that I used Color to measure dimensions a lot. and that I'm always having to(x1-x1) and (y1-y2) and awful lot. It's natu ...Show All
SQL Server Couldn't use and aggregate funtion on an another aggregate function
I have a column that has an expression with a runningvalue in it, a sum of "PO Count" for each month. I need to create another column that aggregates the SUM of "PO Count %". I can't to do a Runningvalue on the Runingvalue. I can't even do a Sum on the Runningvalue. Below is a message: The value expression for the textbox 'textbox4' contains an aggregate function (or RunningValue or RowNumber functions) in the argument to another aggreg ...Show All
Visual C# Regarding MCPD
hi I am a MCAD and i want to update MCAD to MCPD.What should i do some people are telling that i should write 70–551 paper. If i complete that paper i will be called as MCAD or MCPD. Please tell me and guide me to write exams That's correct, if you're aiming for MCPD Web Developer. There are other MCPD paths (Windows Developer and Enterprise Applications Developer) for which other upgrade exams are available. It's all covered at http:// ...Show All
SQL Server Mdx Query doubt about years?
Hi, The below query which has hardcoded year ending values works fine. What i want to do is if I pass on last 3 years or last 4 years etc as parameter along with current year it should bring back the results accordingly for the required years. with member [YearEnding].[CurrYear] as '[YearEnding].[All YearEnding].[2005]' select non empty {[Product].Children, Product.[All Product]} on columns, non empty Filter({ ...Show All
Visual Studio Tools for Office Toolbar button on all mail items in Outlook 2003 using VSTO
I'm new to VSTO and Outlook programming. I'm having difficulty creating a toolbar button that will appear on all mail items (both new mail and received mail.) When I use the code in the Outlook programming labs for VSTO, it seems like the button only appears on the first window I open, and not on any other window. Does anyone have a quick snippet of code that can show me how to do this Thanks, Ike H ...Show All
Windows Forms Crystal Report Distribution Problem
I have a problem here, I distribute my application to my client computer, but when i want view the report, it pop up a window,state: "Cannot find KeycodeV2.dll, or invalid keycode." the title is "Crystal Report Windows Forms Viewer". My re ...Show All
SQL Server Using connection managers inside custom log provider failing!
Hi, I'm trying to use an OLE DB connection manager from inside a custom log provider, but can't get the code to work - I get an exception " A first chance exception of type 'System.InvalidCastException' occurred in SSEALogProvider.dll " on the last line of the code below. I know the connection is OLE DB from looking at .CreationName. I've tried both with & without ToConnectionManager90(), but appearently not in the rig ...Show All
