Software Development Network Logo
  • Visual C++
  • Audio and Video
  • IE Development
  • Smart Devicet
  • Visual Basic
  • .NET Development
  • VS Team System
  • Microsoft ISV
  • Windows Vista
  • Visual FoxPro
  • Visual C#
  • SQL Server
  • SharePoint Products
  • Windows Forms
  • Visual Studio

Software Development Network >> P Cause's Q&A profile

P Cause

Member List

Rudemusik
Shadi_05
wjousts
rajesh_batchu
tranders
TarPista
seco
Konstantin Gonikman
smickell
Tonny Steen
Leonid B
Atlantaazfinest
tackett
snakeoooooo
ShEi
mario.muja
bkejser
Bapa
hmayer
黃泓量 Jeremy Wong
Only Title

P Cause's Q&A profile

  • SQL Server Integrate more than one SSIS packages into one package

    Hi I'm new to SSIS field. I'm importing data from flat files to sql server 2005 through SSIS packages. I have around 30 packages which transfers data from flat files to corresponding database tables. I want a single package that will run all the 30 packages by running that single package. Like in a single stored procedure we can run multiple stored procedure, I want the same solutions for my packages. Is there any method which can solve the above issue Please kindly guide me . Its urgent. please reply soon. Thanks in advance. You can actually have them execute all at the same time by NOT connecting them to each other with the control flow arrow connectors. T ...Show All

  • Visual Basic .text.todecimal

    VB newbie 'writing' first web application from book 'Using Visual Basic.Net (Que)'. I'm using VB2003, book was published in 2002 therefore would be using previous version of VB, which I think is the cause of my problem. The book has the following line of code: decPrincipal = txtPrincipal.text.ToDecimal the intention being to assign to decPrincipal the numeric value of the number stored as text in txtPrincipal. My VB editor doesn't recognise 'text.ToDecimal'. What function converts text to numbers in VB2003 PS the book also makes reference to a 'link button' control when designing the web form. I can't find the 'link button' - what is it called in VB2003 Hi, Do the following to be certain o ...Show All

  • Visual Basic Service dosen't want to copy from network/vpn

    Hello, I have a small problem with a windows service that I am trying to make. The program needs to copy I file from a network path to the local computer if the file changes. The code runs fine as a program but when I try to make a windows service then I get errors about FileSystemWatcher and a error that the path not could be found. I know that the problem is that windows services are running on a different account but but is there a way to have the service running as the authenticated user This is the source code: Imports System Imports System.Threading Imports System.IO Public Class PollingService ' Keep track of worker thread. Private m_oPollingThread As New Thread( _ New System.Th ...Show All

  • SQL Server Report is being generated gif not showing up

    Hi there, I have a report that initially shows the rotating icon while loading the report with the default parameters, but if the user changes a default parameter and clicks "View Report", there is no green rotating icon. The page just freezes, flashes and shows the new results. Has anyone come across this Thanks, Dave ...Show All

  • Visual Basic in my vb.net windows appliction i need to parse a resume and search for name and email id

    in my vb.net application i need to parse a resume for name email id telephone no ect can any one help me how to do In this case, you will need to use the Word Object Model to load the word document, retrieve the text, and then "parse" the text, although the format you have used is quite easy to parse. Here are some links to get you started on using Word: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnoxpta/html/odc_oxppias.asp http://msdn.microsoft.com/msdnmag/issues/06/03/AdvancedBasics/ http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnofftalk/html/office10032002.asp ...Show All

  • Visual Studio Express Editions How to display a .xls file data in my form or tab page?

    Hi, how to display a .xls file data in my form or tab page Can the data be edited from the form or tab page I got these error in the program: Error 1 The type or namespace name 'OleDbConnection' could not be found (are you missing a using directive or an assembly reference )  the same error applied for OleDbCommand OleDbDataAdapter so what is the problem Do i need to add reference of Microsoft Excel 11.0 Object Library ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Requirements to built your own games?

    First of all hi.. i'm new to the programming games stuff.. so i would like to know if XNA Game Studio Express is a good way to start with programming languages  What are the main languages used in XNA Game Studio Express C, C#, c++, VB Does XNA Game Studio require a medium knowledge of this programming languages or any newbie can learn how to program their own games without any knowledge of programming languages Thanks in advance!! XNA Game Studio Express is specifically targeted for people just like you. You will be able to use any of the .NET language (C#, VB, etc) to program using the XNA framework. You will need to know how to program in that language, but you don't need to be an exper ...Show All

  • Visual Studio Tools for Office VSTO and dead code.

    I've built COM add ins for PowerPoint XP and 03 that work perfectly, now I am trying to get them to work in Office 07 and am getting no where. The problem seems to be that when I call an out of process (microsoft encoder) my code dies. There are no errors thrown, there is ummm, nothing, just dead code. As an example; Set encoder blah, blah, blah encoder.start Msgbox "Done". In the above the encoder indeed starts, runs as expected, and then, zip, nada, nothing. Its as if the rest of the msgbox doesn't even exist. Depends, to post to devdiv I would say: http://connect.microsoft.com/VisualStudio If posting to the Office group I'm not sure right now as the TAP/Beta sites ju ...Show All

  • Visual Studio Team System Build fails with no errors in TFSBuild using AssemblyInfoTask

    I used TFSBuild from within Visual Studio 2005 team edition to build a simple test solution. It worked great. Then I installed the AssemblyInfoTask code to automatically update the AssemblyInfo.cs files in this project, and after a little tweaking based on suggestions from msbuild team blogs, I got that to work too....well almost. The build completes with no errors and no warnings. AssemblyInfo.cs files get checked out, updated, and then checked back into source control successfully as part of the AssemblyInfoTask version update process, with no fuss, no muss...but the build completes with a final status of Failed. I've isolated the problem to the something related to the AssemblyInfoTask. I added /v:diagnostic to the TFSBuild.rsp ...Show All

  • Software Development for Windows Vista Missing include file stgprop.h

    Ntquery.h try to include missing file stgprop.h in the June 2006 CTP. As a workaround i've added storage property set definitions in it manually from the previous version of ntquery.h. HTH, Sergey. Hi, PID_STG_CONTENTS can be found by googleing and PID_STG_CONTENTS is defined as: PID_STG_CONTENTS = 0x00000013 Perhaps a member of the WinSDK-Team reads this at any time. ...Show All

  • Smart Device Development Parallel Port interface in windows CE (new problem)

    Hi, I am new to windows CE. I would like to know any solution on Parallel Port interfacing in windows CE I am using eVC++ to develop my application which sent information to a 4x20 Character LCD display. However, I discover that the eVC++ not include with <conio.h>,therefore I could not use the method _outp. What should I do in this case On the other hands, according to other articles, it needs a dll to drive parallel port in win32 platform. However, such dll are not suitable on windows CE. should I custom make a dll to drive parallel port in windows CE Thank you for your help. Hello, I need to find ceddk.lib to download. I'm using Thin Clients with WinCE 5.0 Where can I find this file Thanks, Andre Azev ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Turn off mouse drag in SampleFramework

    I've been acquainting myself with the SampleFramework. I tried to figure out how to turn off the mouse drag feature but cannot. Any help. I have no mouse code in the main class generated. Thanks, Bubba Look in the Common directory where the sample framework lies. You will find the mouse handling code there. Be sure to make your own copy though, otherwise other samples might not work properly. ...Show All

  • Windows Forms Center label on maximized form and wordwrap text

    Should be fairly simple but because today is Monday I can't seem to see it.... My form is borderless and maximized. I have a single label that I would like to be horiz and vertically centered on the form. I'd like the text in the label to wordwrap and not go off the screen. Can someone please help me with this Thanks ! Set the label's AutoSize property to False. To get its text vertically centered in the form, independent of the amount of text it displays, you'll need to measure the vertical size of the displayed text. Check this thread for code. ...Show All

  • SQL Server Cannot create an instance of the XML Document Object Model. MSXML may not be registered

    I have a small VB.Net 2005 app using the Microsoft.SQLServer.ManagedDTS.dll so I can use the SSIS/DTSx functionality. The program ran fine in the IDE. Then when I tried to create a setup project for it I recieved a warning that all dependancies for MSXML6.DLL were not found. I clicked ok and the setup was created. I tried to run the setup and it failed with "....\msxml6.dll failed to register. HRESULT -2147023782. ... So I said cancel the setup and registered msxml6.dll. I deleted my setup project and recreated it. This time I did not get the warning about msxml6.dll dependancies. I tried the setup again and it executed without any errors however when I run the program I now get: "Cannot create an ins ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Need Help With A load of stuff

    I need code straight code for XNAGSE 1.0 becuase i am working on xwing flight and i need sone stuff like, Anti-Alising x6 not x2 Motion Blur A tutorial on Lens effect if you can help please reply and NO I AM NOT A N00B Here's some stuff on Lens Effect: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1112676&SiteID=1 Motion blur: http://chronos.x10hosting.com/article/20/motion-blur-sample-hlsl ...Show All

©2008 Software Development Network