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

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

bozworthy

Member List

Friedrich
TheGreatErecto
GadgetGuy
Brian King Microsoft
FxCop
raidersiowa
NonGT
MHenke
octav
ManConfusedByMouse
ii
maurj
Shyam Palreddy
Satyendra Kumar
reukiodo
Hari M
Tim Stall
VMahaadevan
DeDdY
WissamBishouty
Only Title

bozworthy's Q&A profile

  • Visual Studio Express Editions String transfer

    I know that many have asked this question, but as i searched i just couldn't get answer to this so i'm asking it in my own thread. I have two forms, in form1 i have a textbox where certain person should enter his/her name, what i want is that the name that certain person entered is transfered into form2 so i could use that name in form2 to be shown in the MessageBox. One other thing, how can i transfer integer from form to form, so if i have int named Number and i do calculations in form1 and the Number = 10, how can i transfer that int Number so i can use it in form2 and that it has same value that it has in form1 after the calculatio ...Show All

  • SQL Server Execute Package Task behavior

    I’m using a For Loop container to with an Execute Package Task inside, looping until a folder is empty. I’ve noticed some strange behaviors: 1. The child package keeps creating new connections. I start with 3 connections to the DB and when the For Loop container is done I’ve got 364 connections. 2. The Execute Package Task is pulling the wrong version of the package I’ve specified. I’m using a package saved to the File System and there’s only one copy on the drive. I’ve verified the path is going to the correct location. Does anyone have a work-around for the ‘connection generation’ issue TIA ...Show All

  • Visual C# configuring Windows services

    I have created a background windows service, i am able to configure the "user-name" and "password", but i am not able to configure the recovery actions, i.e., first failure.. second failure.. can any one guide me to configure that programicaticaly or does any one have a sample code to acheive that. thanks, venkat. Take a look at the following code on thecodeproject http://www.codeproject.com/csharp/sercviceinstallerext.asp It shows you how to create an installer class that modifies the recovery actions on installation of the service. You could easily extract th ...Show All

  • Smart Device Development SendMessage from a DLL to a control in a VB.NET form legal?

    Hello and good whatever time is at yout place Is it legal to manipulate a control (listbox for example) from a DLL written in c++ using SendMessage like so: in the VB part: Declare Function TestSendMSG Lib "MyDll.dll" _ (ByVal h_wnd as int32) As int32 calling this function like: (in some sub) TestSendMSG(MyListBox1.hWnd) In the DLL: unsigned long WINAPI TestSendMSG(unsigned long h_wnd) { SendMessage((HWND)h_wnd, LB_ADDITEM, ..........); return 0; } Thank you for taking the time PS.: Could you MS people _please_ add a text only property to the message properties !! ...Show All

  • SQL Server New to MDX. Help Needed with a Calculation Definition in my SSAS 2005 Cube

    I'm new to MDX and I don't quite get the hang of it yet, so I'll try to provide all of the relevant information that I can so that you guys can help me. My company has a lot of "Rolling 12 Month" metrics and I've been able to incorporate all but a few in my SSAS 2005 cube.   By "Rolling 12", we refer to the 12-month period that ends with the previous month.  So all "Rolling 12" metrics reviewed in December 2005 refer to the period of December 2004 through November 2005. So for "Rolling 12 Month Invoices", I have the following calculation defined in my cube and it seems to be correct: SUM( LASTPERIODS ( 12, [Invoice Date].[Invo ...Show All

  • .NET Development Three Tier Architecture

    Hello Everyone, I am a new developer to .NET, previously I was working on J2SE and J2EE and now I have to work on .NET. I have to come up with a design proposition for a Small Business Solution in Three Tier Architecture. In Java I used Enterprise Java Beans with RMI-IIOP. I was wondering if there is something similar or even better in .NET. I would like suggestions on methodologies and possibly some onlline resources to go along with. Thank you for the help in advance. Imran M Yousuf Imran, it would be useful to understand what kind of EJB (SLSB, SFSB, EB, MDB) you were using and why you did that — remoting, cluster ...Show All

  • SQL Server Bug or Feature?

      When upgrading a database from MSDE to Visual Studio 2005 Express, I've noticed that the system tables in the MSDB database don't get upgraded.  For example, the SYSSCHEDULES table doesn't get added.  Is this by design or a bug -Doug I did find a fix to this problem. If I run the INSTMSDB.SQL script from the install directory on the updgraded database, it will install all of the new MSDB system tables. ...Show All

  • Visual Studio Express Editions ASP.net IIS setup problem.

    Hello, I am a beginning ASP programmer and get following error message: Error 1 It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. Could I avoid using IIS or how do I configure IIS I greatly appreciate your help. James James, When you create the ASP.NET web application in VS choose File System as the location, and it will use the built-in web server instead of IIS. Brian ...Show All

  • Windows Forms BindingNavigator - how to emulate 'DefaultValuesNeeded', 'RowValidating', or isNewRow?

    As availabile to DataGridView (DGV), how can one emulate 1.  'DefaultValuesNeeded'   -- want to seed the default values 2. 'RowValidating'   -- Trap errors 3. IsNewRow   -- Determine if its a new row so certain validations can be ignored. JS   My Solution was to hook my own save routine in the toolstrip and also added an event handler to when the add new button was clicked. In the add new button, i updated the text boxes with default values. In the save routine, i was able to run all my validations prior to the update/accept. ...Show All

  • Windows Forms How to programatically select a TabPage

    Hi, How do I programatically select a TabPage I have a TreeView on the left of my screen and a TabControl filling the right hand side of the screen. When a TreeNode is single clicked or selected, I want the "View" TabPage (on the TabControl) to be displayed. When a TreeNode is double clicked, I want the "Edit" TabPage to be displayed. I  ...Show All

  • SQL Server Accessing April CTP OLAP cube from Excel 2003

    I installed Office 2003 first on a Windows XP machine. I then installed SQL 2005 April CTP. When I try accessing cubes from Excel, I get the error "An error was encountered in the transport layer" This error occurs when I try to setup the connection to my OLAP cube. Thanks for any help you can offer Taylor I did all things you mentioned before and it still does not working. Could it be a problem that I have installed OWC10 and then I installed OWC11 I have also installed "Microsoft OLE DB Provider for Analysis Services 9.0" and I registered msolap90.dll and unregistered msolap80.dll and none of this helped. Maybe other DLL' ...Show All

  • Visual Studio VSS 2005 WebService problem

    Hi hi. I'm trying to use the new WebServices in VSS2005. After fiddling around, reading through the forums and doing some more fiddling I've just given up. The problem is authentication. I can open the share from my computer, open the project from the share (with the non-internet version of the VSS plugin) and open the webservice url from my computer. I've tried doing SSL, but the result is the same. If I directly open a project under source control I get "VSS Web Service could not open the database". *but* if I use Open project.. and then use the "SourceSafe (Internet)" option to navigate to the .sln file in the VSS database and open it - t ...Show All

  • Windows Live Developer Forums Access Denied?

    I've been playing around with using the MetaWeblog API to make a little front end app in C# for posting my blog entries and various other functions the API supports. Recently I've been getting nothing but Access Denied errors. Is it possible that Spaces has locked me out of my account due to too many password errors or something and if so how does one go about getting it unlocked I have verified my username and password and I was using the wrong one for a while but now I'm certain it is correct and I'm still getting the Access Denied (3001) errors. I know it's not my app because I'm getting them with w.bloggar now too whi ...Show All

  • SQL Server article for subscription that does not exist ?!?

    Hi There I hope someone can help me asap. I need to alter a column on a replicated table. So i execute sp_dropsubscription and sp_droparticle for the table for all publication to that article in the database. Usually i just alter the table and then execute sp_adddarticle and sp_addsubscription afterwards and everything is cool. However in this case after i drop the subscriptions for the article, when i try alter the table it says it is being replicated. I query sysobjects and see that the table has replinfo = 1 , this is snapshot replication, but i only have transactional replication I used to have snapshot but that was dro ...Show All

  • Visual Studio Install VS 2005 Standard Ed Hangs on Executing Action: RemoveTempHxDs

    I have a 1.2 Ghz Dell laptop with 1 gb of memory.  I started the install almost 16 hours ago.  MSIexec is using 97% of my cpu.  The install failed 2 times before this, but it gave me the option to send a report to MS.  This time I'll just have to kill it.   I have the version that was given to me at the Chicago launch.  I have uninstalled Beta 2 and VS 2003 without any difficulty. Same problem. Solution: I concur with those who have suggested copying the files from the CD to a local or network drive (then installing from there). This solution worked for me. (Install fai ...Show All

©2008 Software Development Network