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

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

Steve02a

Member List

ZardoS42
alexsk8
Dietz
simon_
owen64
johnny_no1_boy
Nate00
MoniDD
Ro0ke
ssfftt
kered pople
oasisman
WhyHere
Jim Thatcher
dxx
Andrew Lynes
simon_56387
Karamasov
J-Pixel
KZee
Only Title

Steve02a's Q&A profile

  • Visual Studio DataGridView wrapper - additional property-combobox fill up

    Hi All, I have made a datagridview wrapper, in wich I add properties to grid for the developer to see at the design time in properties window of the grid . The properties in which developer has to type in a value, those are easy to do. But now I have to make a property as such which appears as a combobox and has 2 values(same as autoscroll property of datagridview -where we have true and false as two default values, and false is default) which are strings and appear in dropdown. I have been able to make a property appear as combobox, but I am nto able to fill up the dropdown list. The code to make property as combobox is here below: ComboBox formManagerMode; public ComboBox FormManagerMode { get { ...Show All

  • Software Development for Windows Vista What is my next step

    hey folks. I've installed VISTA RC1 5744, installed my software, tested it. What do I do next Do I just say "it works" and then put a sticker on the box for the next print run I'm only taking the steps towards getting the "Works with" vista logo for this batch of products that I am testing. All help appreciated :) Thankyou Maarten, I thought there was something wrong as the message on my page is: Beginning in August, you will be able to submit to Microsoft a standard test report that includes such information as the test conditions, success and failure information, and the list of use case scenarios that were tested. More details coming soon! which ...Show All

  • SQL Server Move SQL 2000 server from workgroup to a domain

    I have been asked to move a system running MS SQL 2000 Server from a workgroup to a domain. The SQL server is running in SQL Authentication and the services are running as local system. Will SQL Server break after the move Any advice will help. I thought I remember this being the case, but possibly only with Windows Authentication. As always it's best to test before you try something like this on a Production server, but you should not have any problems. If SQL Server is running under Local System, that should not impact anything because Local System will still be there after you join the domain. As far as any SQL authentication accounts, they should not be impacted either because they are local accounts to SQL whether ...Show All

  • Software Development for Windows Vista Workflow Designer Rehosting and XAML Workflow

    Hi all, I am new to Windows Workflow. The XAML only workflow consists of custom activity which is defined in the 'test' namespace. The Namespace mapping construct maps Xml Namespace to the clr-namespace. I load this workflow in the workflow runtime. i.e. XAML Activation. This works fine. My problem is: I am trying to load the same XAML workflow in the workflow designer re-hosted using the WorkflowDesignerControl. The xoml is deserialised correctly and the root element 'MyRoot' is identified and added to the designer host. It cannot identify the child activities i.e. WriteLineActivity since it resides in a custom namespace and so the number of children for root element is 0. So only the root element is rendered on the designer and ...Show All

  • Visual Basic Advanced Validation Control ?? HELP

    Hi I am writing a large program ( Windows Application )where I am using three text boxes. I am performing validation controls on these text boxes however there are some conditions Names of textboxes x y z The conditions are x , y , z should be numeric. x and y can be blank ( x = “” , y = “”) at a time z can never be blank, it should always have a numeric value. if x has a value y cannot be blank and x should be non negative if y has a value x cannot be blank and y should not be non negative. if x and y have values y > x z should be non negative A message box should pop up each time the user clicks a button with the appropriate error ( eg : x canno ...Show All

  • SQL Server Widget Factory Query

    Consider the following. Widgets are made of possibly several parts. A table T exists with columns widgetID and widgetPartName. If widget with ID 7 has parts rotor and rooter, T contains tuples: (7, rotor) and (7,rooter) Boss needs table R with two fields: widgetID and widgetPartList. The widgetParts field should be a string concatenation of all widgetPartNames separated by "/": Example: R contains tuple (7, "rotor/rooter"). Big tables, widgets can have many parts. Any ideas I missed that class. I think that is what he wants. Look at what he says: A table T exists with columns widgetID and widgetPartName. If widget with ID 7 has parts rotor and rooter, T contain ...Show All

  • Visual FoxPro VFP & ASP.NET 2.0 COM/Interop Problem

    hi i need help i developed simple website (just for test) that use Simple VFP Com (one class have one method get the string and returns it's length) i tested the COM in VFP IDE , it;'s work fine i tested the COM in VB.NET (VS 2005) windows project , it's work fine without problem i tested the COM in simple ASP.NET 2.0 , and tested it in the web developer server which comes with VS 2005 , IT;S WORK FINE WITHOUT PROBLEMS but when i turned to ISS , i have problem when i click the command button which called my COM, this problem doesn't appear in web developer server (vs 2005-IDE) the error message is : error retriving the COM Class Factory , 80005004 i use Windows XP SP2 , ISS Version 5.1 what is wrong Greetings ...Show All

  • .NET Development Error creating soap header in vb6 when .net 2.0 installed

    In order to use a .net 1.1 web service from VB6, I added it to a .Net 1.1 dll and referenced that dll in the VB6 project. Some methods of the web service require a soap header. So the code to initialise the header from VB6 looks like this... Set DotNetDLLObject.AuthenticationHeaderValue = New DotNetDLL.AuthenticationHeader ... This works fine until the .Net 2.0 framework is installed and then I get the following error message... Automation Error '-2146233079(80131509)' Any ideas Make a new method in the dll to return Environment.Version.ToString(). If this is 1.1, then probably the CLR 2.0 has nothing to do with your problem. ...Show All

  • .NET Development How to Connect Microsoft Access database from the Server which is on Internet not in lan

    i want to retrieve the Microsoft database from the server that's is on internet not in LAN using vb.net application, i have the server name, server ipaddress, database location on the server so how to create connection string for that and any other information related to that plz help me. In asp.net application we retrieve the database using server.mappath object but in vb.net how can do But i don't know how to create a web service for retrieveing the Microsoft Access database in vb.net application. can send me sample code application for that My e-mail address is irshad@akt.co.in , irshad8_8@rediffmail.com plz if possible for u send me sample code application for that ...Show All

  • Visual Studio Express Editions @Dennis

    can u suggest me a standard method to input a character from keyboard with echo and without echo....like _getch() and _getche() functions. what i mean is these functions are supported by vc++ 2005 express edition but are non standard and hence the code and exe wont be portable. i know that in standard c++ there is no method for above problem .but i want to create functions which are standard and which i can include every time when i require keyboard input i.e i wanna make 2 functions equivalent of _getch() and _getche(). kindly help desolate wrote: so can we start OK. First question: Do you want to work in Unicode (UTF16 wide characters) I recommend that we try that first. It is more likely to be portable. Or ...Show All

  • Visual Studio Express Editions Forms in Visual Express

    I have start creating a form even when I am begineer. I was watching a person @ Microsoft. When I try to right a script there is no scroll bar that makes it easier for user to scroll and pick the task of the this rather then writing the whole code but when I type Me. no scroll bar comes. Why and How can I fix it. I am trying to create a browser the video I saw the person onlu type Me. then he got this came up hope the code is right. me.webBrowser1.GoHome(); something like that. ...Show All

  • SQL Server Data-Driven Subscriptions

    Hi I migrated my system from SQL2000 to SQL2005, now my MDX reports don't want to work with the data-driven subscriptions. The SQL reports run fine. Any help, comments, or even suggestions will be very welcome. Kind Regards Carel Greaves SSAS is also 2005, i had a problem with the cubes before SP1 was released, but after SP! the Cubes and SSAS 2005 seems to be working fine ...Show All

  • Visual Studio 2008 (Pre-release) UDDI Sample Questions

    1) Does the uddi sample work with only basicHttpBinding only Or can you use wsHttpBinding also 2) I noticed that UDDI related code is not coming from .net framework but appeared to have been generated with some internal schema or published uddi wsdl. Does this mean this code will look like this until WS-Discovery support is in place Thanks. 1) Primarily due to timing, the UDDI specifications do not include support for the set of specifications that are used in the wsHttpBinding so the basicHttpBinding must be used. 2) The UDDI client library used in the sample is generated using the WCF svcutil tool from the standard schema and wsdl from http://uddi.org . Alterntively, Microsoft produces a more specific UDDI client library (this ...Show All

  • SQL Server Report Server problem

    I am using SQL Server 2000 reporting services.I created a report in VS.net 2003.Report is showing in preview pane properly.But when i press start it gives a messege "No Reprot Server was found at http://localhost/ReprotServer". Is reprot server required for the reprot.whats other alternative to show the report on web browser Hi Geert, Thanks! for the support... Now the server component is showing with report server.But after installation it gives error messege 'The ReportServer windows service can not start.You do not have sufficient privilege'. ans the it rollback the installation. Although i am logged in as local system account. i also read somewhere on net that U ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DrawIndexedPrimitive help understanding

    Hello, I am new here. I have a few books that cover DrawIndexedPrimitive and one says the parameters are for vertex buffer the other says index buffer My problem is I am trying to render my terrain in patches. Right now I have a 65x65 size terrain and want to render 4 patches 33x33 each one. So my call to DrawIndexedPrimitive is dxApp.d3dDevice->DrawIndexedPrimitive(type, 0, 0, NUM_VERTICES, indicesSum, NUM_POLYGONS); indicesSum += NUM_INDICES; and my mesh is all messed up when rendered Any ideas would be great. Thanks You did not say if you remembered to set the vertex stream and indexes.. tell the device where to get the vertices device.SetStreamSource(0, vertexBuffer, 0); tell it where to f ...Show All

©2008 Software Development Network