daviasch's Q&A profile
Visual C++ a VC++ problem......blocked my project
hi all....this is rahul arya..... i m undergoing a project of "image grabbing algorithm using API functions in VC++"..... the problem i m facing is dat i want to display the live image into a prticular part of my output window...... for this i have inserted a picture in the DIALOUGE of my project resource ....than i have assigned a handle to the window as./... MainWnd=m_Viewer.m_hWnd........ where m_viewer is the variable of picture inserted////// then i have provided the handle mainwnd to the function displaying the live onto the particular part of the output window... can ne1 guide me how to tackle th ...Show All
Visual Studio Team System Problems with Team Build
1) It seems that team-build is not honoring the sequence of project-dependencies. I have a web-app with a dependency to a business-logic backend-dll within the same solution (which must be compiled first). In VS the backend-dll is being compiled first, but in TB it isn't. 2) if I manually change the sequence in which the projects are listen within the solution file, TB compiles in that (correct) order, BUT the resulting backend DLL does not find it's way into the web-app project 3) if a project is part of two team-projects (ie a global backend-dll), the code of that project is not being retrieved when another team-project (which includes thi ...Show All
Windows Live Developer Forums :/
ok, i found it apropriate to post here that msn can no longer have forced proxies, would it be posible to reintroduce forced proxies because they are one of the most powerfull forms of making an addon Great trick, works like a charm.... ca prouve encore que les rois des passes passes sont au Quebec ! ...Show All
SQL Server Importing table as XML file from Excel
Hi! When I try load the following XML: DECLARE @idoc int DECLARE @doc varchar(8000) SET @doc = ' < xml version="1.0" > < mso-application progid="Excel.Sheet" > <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:html=" http://www.w3.org/TR/REC-html40 "> <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office"> <Author>mprzybyslawski</Author> <LastAuthor>mprzybyslawski</La ...Show All
Software Development for Windows Vista BizTalk Server and WWF integration
Will BizTalk Server 2006 have Windows Workflow Foundation (WWF) integrated with it Thanks, Sudheesh From what I have seen so far (from Biztalk and WWF), it seems that Biztalk is used more to tie different very disconnected applications together to perform a workflow operation. WWF is more of internal, you write individual applications around WWF. For example, you won't find a Sequential Workflow Console Application in Biztalk. A sequential workflow console app is basically a console app *hosting* a WWF workflow. Different kind of thinking. ...Show All
Visual Basic Form Order
I am using VB.net 2005 Express Edition I started a project, Form1, and after a while I decided to add a password form so that you enter a password before you can view Form1, my question is how, when I run the project, do I get the password form to be the start form Access the Properties page for your project and on the Application tab you will see a drop down box labeled ‘Startup form’. Change this to your password form in order to have it be the starting point for the application. ...Show All
SQL Server Reporting Services Internal Parameters issue
I have a report designed in VS 2005 that uses internal parameters that read the values from the same dataset I am using in the table dataregion. The report also have other parameters that are inputed by the user.The report runs fine in VS preview, but when deployed to the server, each time one of the parameter fields loses the focus the webpage reloads and attempts to load the report without clicking the View Report Button. Is there a reason for this. I understand that internal parameters are read only, but why would it make the report page reload after inputing the other regular parameters. ...Show All
SQL Server Cannot save my Maintenance plan
I use sa to login to sql 2005. I can save Maintenance plan using wizard, however, when I try to save maintenance plan using the maintenance plan design screen. I received error message "Apply to target server failed for job ...". When I check the job, there is no step in the job. In the Maintenance wizard, there is no maintenance clean up task. I want to create a task to delete my backup file if it is older than certain days. Any suggestions are welcome. Thanks in advance. Hi Dont use the wizard. You can use the cleanup maintenacne task to cleanup backups files older than x days. Cheers ...Show All
Visual Studio Team System Files Excluded
Hi all, I'm triying to do a list of files that must never be under version control, files like .csproj (.vbproj) and all that contain user settings in a solution or in a project. Also, I would like to kwon if there are any way to exclude it in the verson control configuration. Any help will be apreciated, thanks. Please be aware that .csproj and .vbproj files SHOULD be under version control. Those project files contain the common definition of what your project is (what files are in it, its name and common build settings, etc). It is the .csproj.user and .vbproj.user files that should never be che ...Show All
Visual Studio Team System Validation Functions and ValidateArgumentsOfPublicMethods
I have a set of validation functions that I'm using through out my code which allow me to keep things nice and clean. For example: CheckForNullReference(variableName, "variableName" ); When FxCop runs through the code it always ignores these function calls and issues a ValidateArgumentsOfPublicMethods rule error. Here's an example of a function that builds on this: .csharpcode {font-size:small;color:black;font-family:Courier New , Courier, Monospace;background-color:#ffffff;} .csharpcode pre {margin:0em;} .csharpcode .rem {color:#008000;} .csharpcode .kwrd {color:#0000ff;} .csharpcode .str {color:#006080;} .cs ...Show All
.NET Development Using default credential for sending message with SmtpClient
Hi I'm implementing small console tool (notifier) that should send notification messages to specified accounts on internal Exchange server via SMTP protocol. Our server requires authentication. tool is running under ADS user account having access rights to exchange. When I trying to send message using smtpClient.UseDefaultCredential = true, smtpCleint.Send method throws timeout exception. When i explicitly define smtpClient.Cridential = new NetworkCredential("user", "pwd", "domain"), where user/pwd/domain are identical to current user account name/pwd/doman, all work fine. Unfortunately last va ...Show All
Visual Studio Express Editions VB6 to 2005 Control Arrays
Can someone please tell me a little bit more about Control Arrays after upgrading VB6 to 2005 There are 7 images which use the same click sequence, and they are all named Card. The following is a sample of the code: VB6: Private Sub Card_Click(Index As Integer) If Card(Index).Picture = Image2.Picture Then Safenum = Safenum + 100 Card(Index).Picture = Pile(1).Picture Call Nextmove Call Enemymove Exit Sub End If End Sub VB 2005 after conversion: Private Sub Card_Click( ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles Card.Click If Card(Index).Image.equals(Image2.Image) ...Show All
SQL Server Multiple devices for a subscription
We have a need to send events out to multiple devices for a single subscription, the user may be able to decide what devices with what subscriptions. So far we have the following two ideas for accomplishing this: 1) create a multiple subscriptions, one for each device the user wants the events to go to 2) create a multiple unique device entries for each subscription So far as I’ve been able to tell there is no transaction support when using the notification services API, so having to update multiple records for a single subscription can lead to further maintenance issues if the updating were to fail part way through. Is there a simpler wa ...Show All
Visual C# C# DirectX help
Am trying to make a 2d and i ran in to a lil problem how to go about doing this http://img107.echo.cx/img107/9109/untitled17tu.png If you are using tiles you would basicly be able to turn them on or off each frame if you like but leave the position defined, this would simulate turning them invisible. Mykre www.ircomm.net - Managed DirectX Game Programming ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Setting up with directX SDK
helllo, i have a very frustrating question. i can not seem to get Visual C++ to work with the directX, i have installed directX 9 but when i open some of the sample programs i get a include error. "windows.h" i have been reading and that has something to do with the PSDK. but i have that installed and i belive i have it included right. if anyone has any ideas, or can offer some help that would be awesome thank you Take a look at http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=269916&SiteID=1 Hope this helps! Thanks, Ayman Shoukry VC++ Team ...Show All
