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

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

VinceVega

Member List

Samster
Glen Bartlett
Todd Segal
EvenOvich
oi2002
Pratibha
Hiran55681
RobDog888
B. Ritter
CFIG
JasonBSteele
Brian Merz
Smitha S Saligrama
Nathan Stricker
Frank H. Shaw
Tony Leung
muratseenr
Habib Heydarian MSFT
Félix
oxygen_wang
Only Title

VinceVega's Q&A profile

  • Visual Basic VB 2005 Express App not responding

    Hello! Just downloaded VB 2005 Express and SQL Server Express for evaluation. When creating a new VB app project and making my first click in the window I get an hourglass and message: Application not responding. Ref XP Pro Pentium 4 Cpu 2.25 GHz 256 Mb RAM. What have I been missing! Kurre A Hi ! I had the same experience with a 'Not Responding' title bar. After some serious anger management I figured out that Glocalnet's security package uses F-Secure (which I'm using). So, after a quick uninstall of the above named package, my VS 2005 is now running smoothly. /LK ...Show All

  • Visual Basic Relase the Fix for Visual Basic Compiler Error &H8013141e&

    Hi all i just want to know when is going to be released the fix for visual basic compiler error &H8013141e&   this is already reported in the microsoft productfeedback site. i think this is a very urgent patch that must be released asap and please do not repond that i should go back to vs.2003 because i have lots of code developed in VS 2005 to framework 2.0 ..   JSB PS: this error pisses me of, i need to restart VS.IDE every 5 minutes. i think this is too bad for a recent relesase product ( its full of Bugs ).   Hi, João, This is a good opportunity (in the ...Show All

  • Visual Studio 2008 (Pre-release) Lambdas in Custom Attributes

    I want to pursue the concept of embedding lamdbas in custom attributes. It is not supported today to my knowledge but I believe could be very valuable for DLINQ and more.  public class Customer {   [Association((c, o) => c.CustomerID == o.CustomerID && o.Status == OrderStatus.Incomplete)]   public Order[] IncompleteOrders; } I believe that a syntax such as this would generalize the join conditions that are supported by AssociationAttribute and allow for additional conditions. In that way, queries need not repeat those conditions.  Note that regardless of whether DLINQ adopts this, there is a deeper is ...Show All

  • Visual Basic Passing a value from form to form

    What is the best way to pass a value from form to form Do I use a global variable or is there a parameter style way to do it Is there some other way Thanks for helping a newbie. Hmm...tell a little more about your problem. Do you close the first form (the one that contains the information) or do you have two forms and just want to share information between them ...Show All

  • Visual Studio Team System Getting info about local variables.

    How would you get information about variables local to a method I thought looping over a method's instructions would get me there but it appears there is no opcode generated for local variable declaration. Instead there is a .locals init ( ) line. Is there a way to access that information So far Method.Body.HasLocals is the only thing I've found to be of any use and I thought the Block class would lead me to my goal but so far it hasn't. Any advice the answer is not complete;I have the same problem when I'm making a rule for check if a constant has a prefix:Is there a way I can tell if a local variable is d ...Show All

  • SQL Server Transform update sql statements into a pipeline

    Hi guys. I have 5 execute sql task in my control flow and its task is for updating only. Is there a way in order to transform this task into a single pipeline or are there any SSIS feature that I can use in order to improve the performance of this 5 tasks. you'r advice or help will be greatly appreciated. Thanks and more power... Larry, You can do updates from the data-flow pipeline using the OLE DB Command component. And yes, you can do 5 seperate updates in 1 data-flow. Performance of this solution is dependant on your data amongst other things but I suspect that Execute SQL Tasks will be the quickest opt ...Show All

  • Windows Forms Simple Toobar question ? perhaps not....

    Hi Guys, I am writing an application that has a number of toolbar buttons along the top. At the end of these buttons I want to position a panel control (that has info in). I have two test machines. One running XP Home and the other Win2000 professional. On the XP Machine I use the designer to position the panel directly after the last toolbar button. Compile and transfer to the other test machine. When I run the application the panel control has moved left and is now covering the last 2 buttons (ie, it has moved left about 50pixels or so). Testing the other way round (ie, compiling on the Win2000 machine and r ...Show All

  • Windows Forms How to show pdf document in windows forms created using c#?

    I whant to display pdf documents in windows forms.Is there any controls available for this. Not sure, but it seems like you could use the WebBrowser control to then host the viewer. - Erick ...Show All

  • Visual C++ Microsoft Visual C++ Runtime Library error question

    I recieve this error when I launch Internet Explorer - version 6.0 OS Windows XP Home edition 2002 Service Pack 2.  Error is as follows: Microsoft Visual C++ Runtime Library Runtime Error! Program C:\Program Files\Internet explorer\iexplore.exe This application has requested the Runtime to terminate it in an unusual way.  Please contact the application's support team for more information. I am not certain where to post this question and problem.  Your assistance is greatly appreciated.  Currently, I am using Firefox as my back-up web browser.  had the problem with runtime error, removed google tool bar, ...Show All

  • SQL Server Problem With Stored Procedure

    Hi, I am using Stored Procedures on SQL SERVER 2005. It uses cursor to perform row by row operations of string searching. Now the performance of the cursor is fine till the records to be searched are below hundread as the records in which i am searching is 1.5 lakhs. As one of the fields that i search in a bigger field rises to 7,500 unique entries the peroformance drastically decreases. I know cursors can decrease performance but i have tried the iterative ideology too in it but still the performance is still the same. The string searching is being done with the help of PATINDEX . It is my guess that it can be potential reas ...Show All

  • Visual C++ Running a very simple Win32 app on a comp without VC++ 2005 Express

    Hi! I have installed VC++ 2005 Express and the Platform SDK according to the instructions on MSDN: http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/default.aspx Compiling and running the following program on the dev computer works like a charm: http://www.winprog.org/tutorial/simple_window.html I then changed to release-mode, turned off debugging in the project properties and copied the .exe to another computer without VC++ 2005 Express on. I pretty much expected problems, so I wasn't very surprised when I got the error message saying that there was something wrong with the program configuration, like the one here: http://forums ...Show All

  • Visual Studio Team System WorkspaceMapping reference and Map info

    Where can I found the WorksapceMapping references I'd like to acces to mapped folders in the TFSBuild.proj. Thanks in advance. Laurent You can look up the file workspacemapping.xml in the specific build type folder under source control. This is the same folder where TFSBuild.proj resides. On the source control, this will be in $/TeamProject/TeamBuildTypes/BuildTypeName ...Show All

  • .NET Development How to delete a line from a text file using C#

    Hello all I am developing a little app where I need to monitor a file that is update by several machines. I need to gather each line wrote by each machine so I need access to a specific line number and take that line, store it into a DB table and delete that line. I really don't know how to delete the line without parse the information into a string variable and rewrite the file. This can lake the app because the file can contain up to 1000K lines... :-O... Any suggestion will be appreciated. ________________________________ I think I deleted the Internet... Well, finally my code stays like this... This i ...Show All

  • Windows Forms Setup and Deployment Project FAQ

    Deployment FAQ   Q: I am now getting the following error when I build: " Unable to update the dependencies of the project. The dependencies for the object ' name.dll ' cannot be determined" A: Workaround :  Try to adjust the order of the Projects in the Solution and leave the Database project to the end. We can either edit the Solution (*.sln) file with notepad OR remove and add the Database Project back in the solution. (This also isn’t a great work-around as the addition of a project later in the development cycle will cause the corruption to re-appear). HotFix :Contact PSS and ask for the Hotfix for KBB9 ...Show All

  • .NET Development Implementing an IDictionary class

    I am working on a class, that implements IDictionary, and the problem is, IDicitionary requires one type of GetEnumerator, and it implements ICollection, requireing a different type of enumerator. I have three options, each generates it's own little error: The most obvious implementation (it gives an error complaining about two implementations of GetEnumerator differing only by return type) public class Configuration : IDictionary {    /*      implemention required, but [most likely] irrelevant code    */       public override IDictionaryEnumerator GetEnumerator()  &n ...Show All

©2008 Software Development Network