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

Software Development Network >> Civbert's Q&A profile

Civbert

Member List

JHB
Alik Khavin - MSFT
Huy Nguyen
VImesh
Saratha
Ja1970
rotr
Thodlak
Mehal Shah
Wilson Neto
USMCNJ
CB40
Skip McIlvaine
gary6769
Uri S.
thirdq
kdoan
Chris Condrey
ISU
Neil I
Only Title

Civbert's Q&A profile

  • Microsoft ISV Community Center Forums A Simple question about vba editor and vsto

    Is it possible that we write vba code in visual studio 2005 In addition, what are differences between vba and VSTO   Aside from exploring the site below, you might take a look at this article that details a VBA migration. http://msdn.microsoft.com/office/understanding/vsto/default.aspx pull=/library/en-us/odc_vsto2005_ta/html/officevstomigratingwordvbatovbnet.asp http://msdn.microsoft.com/office/understanding/vsto/default. ...Show All

  • .NET Development How do I catch an exception in a form

    How do I create an exception handler at the form level without writing a try-catch round every event Suppose I have a series of user controls, all of which use a limited set of known exceptions. Let's call them CloseAppException, CloseMdiException, CloseWindowException, SignalWindowException. I wish to handle these in a default manner in a Form superclass that has no controls on it. How do I catch the exception if I have nothing to wrap a ...Show All

  • Windows Forms How to locate a certain pattern in image?

    Hello. I have a bitmap image that has in it a certain graphical pattern (say 'P'). I know the exact BMP structor of the 'P' but I don't know where is it in the image. I need code to locate the x,y position of the pattern. Help! ...Show All

  • Visual C# how call SIMD or XMM Intel/AMD assembler from C# ?

    I want to optimise my code by calling into assembly language so can make use lot of advance SIMD and XMM in Intel/AMD processor. Is it possible in C# version 2 any work around for version 2 (w/o PInvoke) How nice if its provided in version 3. Thanks I’m sorry but the only way you are going to access that sort of native/optimized code is through a p/invoke. Remember, only .NET compatible languages are execut ...Show All

  • Software Development for Windows Vista TrackingService EventOrder

    Hello, I have a case where I'm instancing a workflowdefinition an then it gets idle waiting on a delay activity. If I unload it and load it again to control some conditions then the event's orders notified by the tracking service are repeating... Is this a normal situation or a bug Regards, Markus Hi Ranjseh, Yes, I'm using beta2, and I'm having events with event order previousl ...Show All

  • Visual Studio Team System False Positive: ReviewSqlQueriesForSecurityVulnerabilities

    In the below code, the sql statement is made from concatinating constants. When the entire string is made from constants, I don't think it should throw this warning.    Public Shared Function GetServers(ByVal filter As SeverFilter) As ServerCollection         Dim sql As String = "SELECT Server_Id, Server_Name FROM v_Server"         Select Case filter   & ...Show All

  • Visual Studio Tools for Office ClickOnce with VSTO - The application is improperly formatted.

    Hi, I am trying to deploy a VSTO application using ClickOnce. I am getting the following warning in Visual Studio's Error List. Warning 1 Assembly 'VstoSmartTagDemo.dll.manifest' has mismatched identity 'VstoSmartTagDemo.manifest', expected filename: 'VstoSmartTagDemo.manifest.manifest'. C:\Programme\MSBuild\Microsoft.VisualStudio.OfficeTools.targets 0 0  Note that the status bar displays the message "Publish Succ ...Show All

  • .NET Development Problem with TransactionScope and SqlDataReader with SQL Server 2005?

    I developed some C#.NET 2.0 code that performed perfectly with SQL Server 2000 but is now bombing out with SQL Server 2005. I've been able to duplicate this behavior in every single construct that looks like this: public void SqlMethod1() {     using (TransactionScope ts = new TransactionScope())     {         using ( SqlConnection con = new SqlConnection ( DataManager ...Show All

  • .NET Development [C#][Remoting]

    Hello, I'm developping a client/server application. This is the code that connects the client to the server. TcpChannel channel = new TcpChannel(); ChannelServices.RegisterChannel(channel, true);  this.CDD.remoteOperation = (RemotingInterfaces.IRemoteOperation)Activator.GetObject(                     typeof(RemotingInterfaces.IRemoteOperation) ...Show All

  • Windows Forms Custom deployment

    Hi, I am deploying my application using default .net setup project. In the Preparing Installation Form, I want the names of the files being copied. How can I get the feature  Can any body please help me.  Advance thanks, -Ravi ...Show All

  • Visual Studio Express Editions password

    hi i am using vbexpress as front end on a msaccess database. I have created a user name and password screen in vb which will authanticate users to my msacess data base via vbexpress. Can anyone please help me in what will be the easily way to achieve this and where should I keep my user name and password to compare. Some codes are also appreciated. Write a query which takes password and user name and verifies it in the database and r ...Show All

  • Windows Forms Does the new terrarium work for anyone?

    Just thought I'd ask Is anyone ELSE feeling a little stupid for installing the new version before ANYONE reported it worked ...Show All

  • Visual FoxPro can't reindex 82,000 kb file

    Let me begin by thanking you for the help.  I am not a avid foxpro programmer.  I have a table in my database that has been acting up the past few weeks, but usually a reindex would fix the problem.  Today It won't let me reindex.  I type reindex and press enter and instead of getting the counter on the bottom right hand corner.  It does absolutely nothing.  If I delete the .cdx file and try -- still nothing.  ...Show All

  • Visual Studio 2008 (Pre-release) TextBox input validation

    How can I validate input for my textboxes For example I have an application where I want to input several numbers in the textboxes. The primary validation constraint is that I want the user to be able to input only valid real numbers. Some of the textboxes should contain only positive real numbers. Also I want to be able to do comparisons between the different values (for example I have a minimum speed textbox, and maximum speed textbox, so ther ...Show All

  • Windows Forms newbie needs help

    Hi all, I'm a student who just begain to learn how to program with C#.  My school project requires me to create a desktop window application to update a news section on a website. I'm using the Visual Studio 2005 Beta 2 C# Express. Can anyone kindly help me with the following My server-side scripting is PHP. 1. How do I read text information from my webserver 2. How can I post or submit my updated info back to the server 3. How&nb ...Show All

©2008 Software Development Network

powered by phorum