Software Development Network Logo
  • VS Team System
  • SQL Server
  • Game Technologies
  • Visual FoxPro
  • Visual J#
  • Windows Forms
  • Smart Device
  • Visual C#
  • Visual C++
  • .NET Development
  • Microsoft ISV
  • Visual Studio
  • Architecture
  • VS Express Editions
  • Visual Basic

Software Development Network >> Luke Breuer's Q&A profile

Luke Breuer

Member List

NickGetz
targ
JohnHart_MS
Anilkv_in
LisaF
Adrian Hains
Burnt1ce
arooni
GHtokyo
EltonSky
Daryl McMillan
seekhelp
Rafed
Ochensati
OldSam
HokieTX
JanusKH
Sue Mosher - Outlook MVP
Andrew Sears - T4G
MMA_man
Only Title

Luke Breuer's Q&A profile

  • Visual C# Resizing jpg to smaller resolution

    I am not sure whether I should be in C# or C++ perhaps somebody could advise I write in Visual Basic & have an app the I want to allow the user to select some jpg files and have them reduced in resolution As Vb does not have this facility, I was hoping I could get somone to point me in the direction a code example I could utilise in net 2005, (don't yet know how) using C which I could then compile. my app would shell the c app at the appropriate time or a compiled exe that does the following read a text file which has detail re resizing size a list of files to resize with destination folder and name the ...Show All

  • Smart Device Development Install message -requires intallation of OpenNETCF.SDF.WCE4.ARMv4.CAB for it to run properly

    In my application i just want to use one of the opennetcf dll's so i've added it to my project so when building the cab file it will be included in the content. However each time i run the cab at the end it pops up the message box saying "requires intallation of OpenNETCF.SDF.WCE4.ARMv4.CAB for it to run properly. Install the Cab before using this application." So how do you prevent this message from showing. Do i need to modify something in the .inf file Thanks in advance inif snippet [SourceDisksNames] 10=,"Common3",,"C:\Program Files\Microsoft Visual Studio .NET 2003\CompactFrameworkSDK\v1.0.5000\Windows CE\Smartphone\" [Files.Common] M ...Show All

  • .NET Development Parameterized queries

    When using a parameterized query such as: SELECT LocationID, StreetNum, StreetName, rowguid FROM tblLocations WHERE (StreetNum = @StreetNum) AND (StreetName LIKE @StreetName) Is there a way to automatically add % to the beginning and ending of the parameter I've tried the following command: SELECT LocationID, StreetNum, StreetName, rowguid FROM tblLocations WHERE (StreetNum = @StreetNum) AND (StreetName LIKE '%' + @StreetName + '%') But I get a FormatException. I don't want the user to have to type % in the parameter field. Any suggestions Thanks, Lee Thanks Blair. You are awesome. VMazur & Fre ...Show All

  • Visual Studio Shared files are not marked with any special icon

    I noticed that source safe shared files are not marked with any special icon in the solution explorer. This is very inconvinient, since anybody can forget that a file is shared and harm other projects using it! Thanks for reporting this. I opened a suggestion bug for this, but it's unlikely we are going to change this behavior for VS 2005 release. Hopefully we'll fix it in next realease... Thanks, Alin ...Show All

  • Software Development for Windows Vista Workflow Designer Rules Support

    Hi, I'm in the process of trying to setup a demonstration application which shows an example of workflow and rules management. I need to basically setup a workflow, set some properties, then run the workflow from the designer. Part of this demo include the use of an IfElse activity and a Policy activity which link with the rules engine portions. I've trundled through the examples and the current samples get things about 75% of the way there, and I've probably gotten another 5-10% there by looking at the threads here, but I'm still stuck. Here is what's happening: 1. Create a new workflow 2. Drop an IfElseActivity on the design surface, thro ...Show All

  • Visual Studio 'Unable to find the report in the manifest resources' - Build Action is missing??!

    Hello, I have just upgraded my VS2003 project to VS2005. Had a million things to fix, but I'm finally down to the last few. The biggest remaining problem is my Crystal Reports don't work. The error message is below... On googling it the answer seems to be I have to include the *.rpt's as an embedded resource. However, and this is the really odd bit, the properties that should show up in VS2005 to allow me to do that are simply missing! No matter how I fool around with it, there is no Build Action property when I select a file in the Solution Explorer. I notice that if I create a Windows application in VS, the Build Action property ( ...Show All

  • Windows Forms Anyone know where to get custom skins?

    I would like to add some custom skins.  Anyone know where to get them Thanks PThomas@Corillian.com Consider enabling script access for the folder that holds your update files (e.g. 1.0.0.1) in iis. Most of the times 403 (forbidden) is a result of appupdater trying to download .config file which iis does not allow it to download unless script & ...Show All

  • Windows Forms Accurately setting the font size

    Hi, I have a Rich Text Box in a windows form and I set the font type and size by grabbing information from a database. This rtb eventually appears in a Crystal Report. I use various methods to make sure the comment in the rtb fits into the box on the Crystal Report when printed. I have noticed recently that it is not 100% accurate. I am not expecting it to be 100% but I need it as close as possible. One problem I am having is that if, for example, I set the Rich Text Box font type to Comic Sans and the font size to 8, the text is appearing slightly smaller in the Crystal Report. I have noticed that if I copy the text from the RTB into Word, ...Show All

  • Windows Forms Terrarium Server Source Code...

    Is there any chance that we could get hold of the Terrarium Server or Client source code. Since the Terrarium was sayd to be a .Net showcase project. I would love to have a look at how the entire thing is implemented. W1ld0ne Even just conceptual examples from the server would be cool. Examples on how they dod the peer-to-peer and how ...Show All

  • .NET Development How to transfer files in intranet.

    I am developing an intranet application with clients reading images on the server. Each request may be varying in the number of images requested, from 1m to 10m. What would be the best way for this problem with reasonable waiting time of transfering Thanks. I have problems with uploading files in IIS server. Could you please give me a hand The code was as follow: void CMINFODlg::UploadXmlFile() { //Initialize wininet. HINTERNET hInternet = NULL; hInternet = InternetOpen( "Upload XML File" , INTERNET_OPEN_TYPE_PRECONFIG, NULL, NULL, 0); if (!hInternet) { ...Show All

  • Visual Studio Team System TF24016: Cannot find team project 'test'

    Hi, after a restore of all databases (a backup of clean, post-setup databases) I now cannot create any project anymore! Just to note: WSS is running fine ReportServer is running fine I am using dual-server installation on 2 CLEAN machines The corresponding Exception is as follows: ---begin Exception entry--- Time: 12/19/2005 12:20:00 PM Module: Engine Event Description: TF30162: Task "WITs" from Group "WorkItemTracking" failed Exception Type: Microsoft.TeamFoundation.Client.PcwException Exception Message: TF24016: Cannot find team project 'Test5'. Stack Trace:    at Microsoft.VisualStudio.TeamFoundation ...Show All

  • .NET Development Error:Wrong Local header signature-918826653

    I'm using ICSharpCode library to unzip files but I'm having a problem that the following error is generated Wrong Local header signature-918826653 Below is the code I did and i will mark the line that causes the error When a type of Entry is Directory there is no problem everything is created and goes well, but when Entry type is file the GetNextEntry() make the exception Be Gratefull for any suggestions public string Unzip( string FileName) { if (FileName.Trim().Length == 0)    return ""; FileStream oFS = new FileStream(FileName,FileMode.Open); ICSharpCode.SharpZipLib.Zip.ZipEntry theEntry; ...Show All

  • Visual Studio Express Editions database saga

    I am at my wits end. I am trying to create a program that will add users to a database. I have read the various posts regarding the output file and have changed the Copy To Output File to Copy Never. I have also tried Copy If Newer. The database still does not retain my changes/additions. The code I have used is shown below. Code Here... Private Sub AddUser_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AddUser.Click Dim newUserRow As Database1DataSet.Table1Row newUserRow = Me.Database1DataSet.Table1.NewTable1Row newUserRow.Name = nameBox.Text newUserRow.Password = Password.Text Da ...Show All

  • Visual Studio Package Load Failure - ...TextTemplating.VSHost.OrchestratorPackage

    Hi, I have installed DSL tools (Nov2005) "over" VS SDK Oct2005. When I try to create a new DSL project or even open VS Options at TextTemplating item, I got following error: --------------------------- Microsoft Visual Studio --------------------------- Package Load Failure Package 'Microsoft.VisualStudio.TextTemplating.VSHost.OrchestratorPackage, Microsoft.VisualStudio.TextTemplating.VSHost, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' has failed to load properly ( GUID = {A9696DE6-E209-414D-BBEC-A0506FB0E924} ). I have tried to reinstall all add-ons I have (GAT, VS SDK, VS Ent Lib, DSL), but it didn't help ...Show All

  • Visual Studio Express Editions .NET and Oracle

    Well, I didn't find a specific forum where to post this, so I'm doing it here, at Installing and Registering. Maybe someone can lend me a hand. Here I go: I'm covering the role of IT Manager in an enterprise that expect to make a big jump in the forecoming months. We worked with Oracle technology for a very long time and I think it's time to make a twist in our old Developer Suite-made applications. We have just two options to go: .NET or Java. I know that Oracle, historicaly, supports Java and bla bla bla, but I find Java and all its world a little... sluggish about medium and big applications construction and deployment. Construction ...Show All

©2008 Software Development Network