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

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

anacomc

Member List

jesc
Simon Rapier
Hallis
Eric Rook
sharp123
EarthChild
Hao Liu - MSFT
RatMonkeyHybrid
must_be_a_unique_name
StuartLodge
hauptman
chiharu09
Paz 9000
Francois JEAN
DLG007
Mike4676
Fylar
dreyx2000
Jeff Lucovsky
Dipendra
Only Title

anacomc's Q&A profile

  • SQL Server SSIS Package Configurations Stored in SQL Server Table

    I have two SSIS projects each with different packages. I have setup the packages with configurations stored in a SQL Server table in MSDB. When I create the configuration on the second project it overwrites all of the first projects configurations. Is there a way to to get two different project configurations stored in the same SQL Server table Any help would be greatly appreciated. Thanks! I'm just guessing: What happens if you don't check any items from the package when you configure the 2nd package If it does not help, the standard way would be to temporarily rename the config-table while configuring the ...Show All

  • Visual Studio Express Editions Listing all Users on Terminal Services

    Hello okay, I have written a very small FileSystemWatcher program that basically monitors 3 Locations and different files and then writes an Event Log entry to a custom Log when something is changed. This file is written as a service ( I can't really have 25 copies running.)# Problem is, I need to know who changed a file. If I run the file as an executable, it tells me the name of whoever runs the exe, that means I get 25 People saying "It was me" in the log file. Or I run as a service and it always says System did it. Neither of these results is very good. Is there a C# call that lists all Logged on users at the time (cou ...Show All

  • Windows Forms Excel Events

    I am trying to automate  Excel from a WinForm app deployed using No-Touch Deployment. The App is running with "Full Trust".  Excel events are handled in the WinformApp. Excel events are called when the WinForm app is run standalone. However when it is deployed using No-Touch Deployment the events are not called. ANy ideas Thanks ...Show All

  • Visual C# How many Lines in RichTextBox

    I've loaded a .rtf file in richtextboxt control. Now i need to know: 1) How many Lines are there pls help me & encourage me Int32 numberOfLines = myRichTextBox.Lines.Length; Sheva ...Show All

  • Visual Studio Express Editions Me.Visible or Me.Hide ???? Help

    I want to make my VB application run in "hidden" mode, with no interface or GUI This is my code so far, but I can still see the Windows form.....   Public Class Form1 Private Sub Form1_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load Me .Visible = False End Sub End Class I even tried the Me.Hide() method, but I can still see the GUI when I run the app.  Any help would be greatly appreciated. I found out that if I put "Me.Hide()" in a button function it works. But I want my application to load with no G ...Show All

  • Visual Studio Team System Problems with Debug and FxCop

    Hi All, Sometimes when I starts the debug process, it do not stops in my breakpoints. I do the same thing with all my rules, but sometimes all my breakpoints do not work in all my rules.... When it happens, I am forced to create a new project and import all my rules to this new project. It is not a good idea and I'd like to know why it happens and if there is a solution. It happenned 4 times up to now.  I am using fxcop 1.312 with Visual Studio 1.1 Regards, Marcelo. Hi Michael, Thanks... I really do not know how the name do not changed to 'Check', as all command in vb code. But, thanks God and You that you ...Show All

  • SQL Server Where is 2187 sql server 2000 hotfix Spanish version

    Hello, I need to install 2187 hotfix to a sql server 2000 spanish version, but in the download section of the hotfix spanish is the only language that is not available, Anybody knows why Thanks in advance Jordi. Good question. Looks like a Spanish package was built...I will forward to the appropriate folks to follow up. Thanks, Peter ...Show All

  • Smart Device Development drivers

    Could you please send me driver updates for NVIDIA GeForce Fx5500 please And driver updates for Logitec USB Wheel Mouse and Sound Max Integrated Digital Audio. It would be much appreciated, Thank you . Gordon Donald. gorkev1@bigpond.net.au This forum is for questions pertaining to Smart Devices alone. Please post your questions on the relevant forum to get an acurate and quick response. ...Show All

  • Visual FoxPro Preview Toolbar not enabled in EXE

    The Preview Toolbar in VFP9 is not enabled when a report is generated to Preview from a compiled EXE.  _reportbehavior is set to 90.  The 90 preveiw toolbar is displayed The application runs from a main form (modeless, as Top Level Form).  Displays all reports to a preview form that is is either modal/modeless and In top level form.  I have tried as Top Level Form and In Top Level Form.  I have created the report two different ways 1>  In the defined 'printpreview' window (form) LOCAL opform, lorl, lorp SET CLASSLIB TO printpreview ADDITIVE opform = CREATEOBJECT ('printpreview') opform. VISIBLE = ...Show All

  • Visual Studio Team System Reinstallation of Beta 3: Error 28704.Unable to connect to the Analysis server

    Good afternoon, Yesterday I completed the installation of a single server instance of Beta 3.  It worked (for the first time!!).  The only problem, was that I couldn't see domain users from the Team Explorer.  I put 2 and 2 together and realized that the problem was the service account. It was a local user, and didn't have rights to see the domain. So, I uninstalled TFS and STS.  I deleted the DB's that got created, as well as the application pools and COM+ packages. And of course, an obgligatory reboot. After running through the setup a second time (and third and fourth :0) ), I hit a snag.  I received a setup er ...Show All

  • Software Development for Windows Vista Vista CTP on MSDN???

    I was told that the vista CTP would be on MSDN, but I don't see it yet. Does anyone here know where it is at the moment. I am dying to get my hands on this build. The winhec build ended up not showing up on MSDN. Will this one have the same fate If you don't know when it will be on MSDN, do you know who I can call at Microsoft to find the answer I tried MSDN online conceirge and they don't even know the build exists according to the person I talked to. Hi, here on that page is a link where msdn subscribers can download windeows vista beta 1. http://msdn.microsoft.com/subscriptions/ ...Show All

  • .NET Development Provider error while reading DBF file

    Dear All, I am newbie in dbf manipulations .currently I have downloaded foxpro driver from the site . but when I am tying to open my DBF file it gives me error like "The Provider could not determine the Decimal value . For Example,the row was just created the default for the Decimal column was not available,and the consumer had not yet set a new Decimal value" I am using the following code snippet to open .DBF file:- try { strConnect="User ID=;DSN=;Collating Sequence=MACHINE;Data Source= '" + frmViewer.lay + "' ;Provider=VFPOLEDB.1;Cache Authentication=False;Mask Password=False;persist securi ...Show All

  • Visual C++ vc++/oracle stored procedure, problem with command parameters

    i have a stored procedure to get the user pin. the stored procedure works perfectly as i tested it both in VB and ASP, but when i try to call stored procedure from VC++, the command object cannot initialize the input parameter. The problem is defnitely with the command parameters, but i dont know which type of string i should assign to input parameters. here is the code: BSTR newpin; BSTR userid; _bstr_t qsql = "{call user.getpin( ,{resultset 100,pin})}"; command->PutActiveConnection(conn); command->PutCommandText(qsql); command->Parameters->Item[_variant_t((short)0)]->Value =_bstr_t((LPCTSTR)userid); rst = com ...Show All

  • Software Development for Windows Vista Problems with the rules expressions binding when using the GUI.

    Ok so I have read re-read tried and re-tried using the GUI IfElse activity or the while activity serveral times with no luck.  I'm looking at the actual examples provided with the SDK and they dont' even use the ... expression or external rules files.  For some reason when I step through the code the rules are never bound  nor a reference created via codedom to the externalized rules Is anyone getting the visual expressions to work with IfElse or While activities   In code you can do this with API but I want to use the GUI. Eric Looking at your handler for the code condition, I'm guessing that you probably trie ...Show All

  • Software Development for Windows Vista Install Sept ctp

    I am using team suite beta 2 (.44 build) and installed the sept. runtime, sdk, and vs extensions on 2 different machines, but the WWF projects never show up in the New Project dialog.  Also opening a sample (DocumentReview) tells me that the "project type is not supported by this installation".   DanHaligas wrote: http://www.microsoft.com/downloads/details.aspx familyid=7096d039-2638-4f63-8654-d2e5d98fa417&displaylang=en i did not see this.  this should fix it Yes, you need to also install the VS Extensions for Windows Workflow Foundation.  The "Microsoft Visual Stu ...Show All

©2008 Software Development Network