Bogey1's Q&A profile
SQL Server CLR procedures for SQL Express with VB Express
Hello, Does anyone know if is it possible to create CLR procedures for SQL Express with VB Express Regards, Hi, Do you have details how to do that I'm new to SQL 2005 and I can only find information about creating CLR procedures pointing to Visual Studio Database Project, which is not available on the Express version. Thanks ...Show All
Visual C++ About MSDN Libraries CD in the Visual Studio 2005 Standard Edition Package...
Hi, About those MSDN Libraries CDs that come with g the y Package, Do they ABSOLUTELY have to be installed in order to be able to program in Visual C++ and to be able to use the Microsoft SDK v2.0 and all the OpenGL and DirectX or Direct3D APIs... Are they necessary in order to write and make workable programs... Do they contain any needed APIs or libraries files that are needed by the Visual C++ compiler... What I mean is, do they contain any needed libraries files used by the Compilers, like Visual C++... Or are they just for the Help index and Contents to view and see the APIs macros... You are correct: you don't need to install the MSDN documentation in order to use Visual C++. But doing so helps g ...Show All
Windows Live Developer Forums I cant Install Windows Live Messenger Error 1603
There is another thread on this subject, but i was unable to reply to the thread. It appeard to be locked and no replies possible. There was a detailed solution from Nelson. It did not work. I have a new top of the range Rock extreme SLI. It was clean, i am just setting up the files. There was the basic messenger installed. I keep getting ERROR 1603 this product was not installed. I have installed it on my older pc and my wife, who has a new Rock extreme CTX installed it, with the exact same software installed, with no problems at all! I had loaded a couple of games she did not have, but that is all. I have tried to load a lower version, but had difficult finding one. After reading the posts, i will try version 7.5. Otherwise ...Show All
Visual Studio 2008 (Pre-release) Dependency Property's
this is a follow up post about my problems with custom controls. essentially i am creating a graph custom control, however the graph must display any number of lines, consequently i cannot say (in generic.xaml) <Canvas> <Polyline.............../> <Polyline.............../> <Polyline.............../> ................... </Canvas> because i never know how many lines to create. this means that i need to change my CS code to allow for any number of lines. this will mean i have a situation whereby either the company who uses this software can say <lineChart......................> <linePoints................/> <linePoints................/> <linePoints................/> ....... ...Show All
Visual Studio Report Viewer app problem
Hi! I've built a Winforms .net assembly (dll) (com-enabled) that encapsulates the report viewer control. When launching it from a .net exe it works fine. When launching it from a vb6 app it crashes on all forms that have expressions (presumably that are using microsoft.reportviewer.processingobjectmodel.dll). The error occurs on the "localreport.setparameters" call. The exact error is: An error occurred during local processing. Failed to load expression host assembly. Details: Could not load file or assembly 'expression_host_c69db59c9e3b4b98a64876ea5cb1a0bc. Version 10.8.5072762, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Failed to grant permission to execute (Exception form HRESULT 0x80131418 T ...Show All
Visual Studio Team System Overridding Get task in Team Build
Hi I'm trying to perform a build based on a label. I'm following the Nagaraju's blog: http://blogs.msdn.com/nagarajp/archive/2005/10/21/483590.aspx but I get the following error which suggests I cant supply my own label in the Get task, has something changed in the Get task for RTM Target CoreGet: Get Version="Test" Recursive=True Force=True Workspace="VSTS-CM-06_SETP_New_SETP_Nightly" c:\Build\SETP_New\SETP_Nightly\BuildType\TFSBuild.proj(195,3): error : The version specification for tip can only be T or t. c:\Build\SETP_New\SETP_Nightly\BuildType\TFSBuild.proj(195,3): error MSB4018: The "Get" task failed unexpectedly. c:\Build\SETP_New\SETP_Nightly\BuildType\TFSBuild.proj(195,3): err ...Show All
.NET Development VB.Net Data Storage
Hello, I'm currently working on a medium size application. One of the requirements is to be able to store the data in a home user enviroment. I was curious what some of the latest flat file storage methods being used are The data that im looking to store is not large and will contain mostly contact information. Would dat files still be a good solution I wanted to stay away from solutions that use MDB or SQL Server simply because the average home user would not have access to these type of applications. How about SQL Server 2005 Everywhere Edition ...Show All
Visual Studio How to add a custom rule that listens on "delete" events?
How can I add a custom rule (or similar mechanism) that fires custom logic in case I delete a class in the domain model In my example I have a domain model from which I create various ASPs and C# classes (for each domain class various implementation artifacts are being generated). For consistency reasons, I would like to add a “delete” event listener in the domain model. So, whenever a domain class is deleted, I would like to delete the derived implementation artifacts. Traceability is not the issue, only having a listener to a “delete” event. How would I do that Thanks, Alex You can do that yourself. Just add a boolean (domain) property to the element in question and set it to true before you progra ...Show All
Visual C# Time
Okay, so I am trying to make an alarm clock program for computer, to familiarize myself with C#. What I need help with, is I have the dateTimePicker tool for setting the alarm, and I have a label for displaying the current time. My coding problem, as it were, is that I cannot figure out how to make the label display the current time, or how to get my program to play the music when the time comes around. I already have the ability to open a file, and have set the file filters for WAV, WMA, MP3, MP4, and MIDI files. so, my program can open files, but of course, at this moment, it cannot use them. Any help would be greatly appreciated. Oh it will let you set a time if you give it the appropriate val ...Show All
Visual Studio Express Editions Why does time show in Format$
I want 1/20/2007. I get 1/20/2007 4:44:45 AM. Here is the code I'm using: Private Sub DateTimePicker1_ValueChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles DateTimePicker1.ValueChanged Dim dt As DateTimePicker = sender Dim str As String 'TextBox1.Text = Format$("{0:d}", dt.Value.ToString) 'TextBox1.Text = Format$("{0:M d,yyyy}", dt.Value.ToString) 'TextBox1.Text = Format$("{0:m d,yyyy}", dt.Value.ToString) 'str = Format$("{0:m d,yyyy}", dt.Value) str = dt.Value.ToString TextBox1.Text = str.Substring(0, InStr(str, " " ) - 1) End Sub As you can see I have tried several ways but the time shows up in all but manual ...Show All
Visual C++ problem in c++ Translation
Hello I have this code in c++ : typedef struct{ prWChar DeviceInternalName[512]; /* Internal devicve name (512 characters) */ prWChar ModelName[32]; /* Camera model name (32 characters) */ prUInt16 Generation; /* Camera generation number */ prUInt32 Reserved1; /* Reserved */ prUInt32 ModelID; /* Camera model ID */ prUInt16 Reserved2; /* Reserved */ prPorttype PortType; /* Port type 0x01 FWIA / 0x02 FSTI */ prUInt32 Reserved3; /* Reserved */ }prDeviceInfoTable; typedef struct{ prUInt32 NumList; /* Number of camera device information included in this structure */ prDeviceInfoTable DeviceInfo[prANY]; /* Camera device information ...Show All
Software Development for Windows Vista Problem Changing Capture Filter Frame Rate using IAMStreamConfig
Changing Capture Filter frame rate using IAMStreamConfig doesn't work. Even if IAMStreamConfig.SetFormat returns S_OK the frame rate ramains unchanged. If i'am using Capture Pin Property Page frame rate changes are persistent. Any idea why IAMStreamConfig.SetFormat doesn't work I'm not sure what to say. I am no driver expert, but based on my understanding, that's not what it should be returning. However if it is, there's not much you can do about it. ...Show All
SQL Server How to specify a custom report in Report Builder
I have a chart in report builder and I want to be able to specify a custom report that should be displayed in place of the automatic drillthrough reports. Is this possible at all If so, how can I go about it Also, is it possible to tap into some external dlls and use some of their functionalities through Report Builder Any help will be greatly appreciated! Nick Here's a link on wiring up a custom Clickthrough report: http://msdn2.microsoft.com/en-us/library/ms189648.aspx The only way to access custom assemblies in this release is described here: http://blogs.msdn.com/bobmeyers/archive/2006/03/26/561147.aspx Hope this helps! ...Show All
Visual Basic VB.Net, Access, Excel, and the Office PIAs
hello, I have been tasked with writing a VB.net application that can take excel spreadsheets and convert the entries into the correct database entries (in an Access database). I am using VB because of its ease of use and quick results (and because I've done it before). However, I have been doing some research to determine what the best way to accomplish this is and that is how I found the Office PIAs. I have not used them before and don't know what their limitations or advantages are. There's not a lot online about them and I think they might make it easier to access information in my spreadsheets. So my question is, " How can I use or should I use the Office PIAs to directly access the spreadsheets I need to tear apart " ...Show All
Visual Studio Express Editions Attaching Pictures?
I made a Tic Tac Toe game that is composed oof PictureBoxes, that when clicked, display the user's image : either an "x" or "o". The Picturesboxes get the image because when clicked, they get the image as their background from a filepath location ( ex:"C:/bob/bobby.bmp"). The only problem is that when I try to play it on my other computer, the files aren't there ( I know why)! Is there someway i could attach the pictures as a part of my project SO it can be used anywhere I see... but how would i use the image if I added it as a Resource Private Sub PictureBox9_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox9.Click Me .PictureBox9.ImageLocation = " What do I put here & ...Show All
