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

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

new2dev

Member List

Niel-O
Eric Rook
luoluo
nij4t2
Turbond
T. McClung
vbvan
Rvel
Eric Gagne
hande
DaveCook
daz2006
fury88
blancblanc
RDV0326
Jan Nawara
snesbit
Fixme
Ian Waters
PKSpence
Only Title

new2dev's Q&A profile

  • Visual Studio Team System Problem with MSF Agile Process Guidance template customization

    Hello, I have tried Randy Miller's cookbook about customizing MSF for Agile SD in VSTS Beta 2 ( http://blogs.msdn.com/randymiller/archive/2005/03/17/398419.aspx ) but it is working only in the folder with the exported framework templates. When I try to return it to the VSTS via Process Template Manager, everything goes well until the showing the Process Guidance web after the successful creation of the new team project. Then I receive IE Scripting Error: Line: 667 Char: 3 Error: The download of the specified resource has failed. Code: 0 URL: http://...(project site).../Process Guidance/Supporting Files/processGuidance.htm Everything is ...Show All

  • Visual Basic Setting default paper size to legal

    I am wondering if anyone has any example code showing how to set the default for paper size to "Legal" size instead of the default "Letter"...maybe I am trying to do it the wrong way, but it seems like the place to set this would be the code for the "page setup" dialog box. Would I be better off doing it there and also in the print dialog box Either way, I can't figure out how to do it and would really appreciate any hints! Thank you ...Show All

  • SQL Server Excel XP - Cannot connect to OLAP 9 - Analysis Services 2005

    MS Excel XP on Windows 2000 fails to connect to OLAP 2005 Cube with the OLAP 9 Provider. Excel gives the error: <initialisering datasource failed>. The same error appears when I try to connect to OLAP 8 cubes. Before I could access OLap 8 cube, I had to reinstall Office XP. Windows XP with Office 2003 works fine. It can access both OLAP 8.0 and OLAP 9.0 cubes. Does the new OLAP 9.0 provider only works with Office 2003 Best regards, Jakobsgaard Suresh Bansal Stated the following in a further post: " ok i found the solution. we need to reregister the olap 9.0 pro ...Show All

  • Windows Forms DataGridView Struggle - Password chars, delete buttons and dialog box

    Hello to all forum members, For more then few days I struggle with the DataGridView Control of C# - with little success. I will appreciate your help for the following issues: I have a dB with a table that contains one column of passwords. I'm interested in displaying the information in this column as '*' and not the real content. How can I do this (Can't do casting to textbox). How would I add a 'delete' button, by which I can remove data (no problem to add the button, but the delete fails…) How can I add a dialog box for adding a new password I'll appreciate very much any help. I need to resolve this ASAP. C ...Show All

  • SQL Server is it possible to have variant condition clause in procedure?

    i want to use OLEDB to build a COM for my app in the case, i want to execute a select statement which the where-clause is variant. ex, select * from db1 where code='abc' select * from db1 where name='mike' As it's very difficult to change sql-command in oledb, i want to build a procedure like this, create procedure viewDB @filter CHAR(20) as select * from db1 where @filter go but failed! i tried EXEC( select ), but i cant get the variants when building a oledb consumer No, you cannot pass the whole WHERE clause as a parameter. You could pass only values. In your case if this is predefined set of the t ...Show All

  • .NET Development Change address

    Hello, I make Web base for LAN (Local area network), Every user access, theirs type address like this " httP://Servername/Home.aspx ". how, the change address to become " www.mynameprogram.com Thank's Jebat Boedax's Malay Unfortunately you haven't really described you problem well enough for us to answer your question. I am not sure if you are trying to redirect a request to a different URL or if you want to register a domain name for each user. Can you please try to clarify your question a little ...Show All

  • Windows Forms how to give value to parameter in a query of dataset in C#.net2005?

    I am in C#.net2005 I have a listbox bound to a dataset, in the dataset, I built a new query: SELECT ServiceID, ProductDetails, ServiceNotes, ServiceCharge,  DeliveredDate, CustomerName FROM [Freedom Scooter Service Reminder] WHERE CustomerName = "@CNAME" AND DeliveredDate IS NULL in Code, I want to give value to this parameter "@CNAME" , so that the listbox will show the records with given CustomerName. by the way, the value of "@CNAME" I want to get from is comboBoxCusName.SelectedValue.ToString() plz help Hello again i gave you an example in the last thread you opened adapter.FillByCandidateID( this .powerJob ...Show All

  • Windows Forms how to open form2 from a child thread?

    Hi !   I am trying to open a form2 from child thread i can do this for the UI/ Worker thread but cannot from the child thread      Code: Dim t As New Thread(AddressOf openfrm)              t.IsBackground = True              t.Start()  sub openfrm()  Dim frm2 as new form2  frm2.visible =  ...Show All

  • Visual Studio Tools for Office Handling ComException

    Hi, Is there anyone have any idea for handling COMException: Actually when I run the code, everytime I get following exception: "Exception from HRESULT: 0x800A03EC" Please assist me here. Thank you You can catch a ComException with: Catch ex As System.Runtime.InteropServices.COMException I've encountered COMExceptions in a variety of ways. One thing I try to do is detect which shape is selected when I click a button. When no shape is actually selected when the button is pressed, it throws out a COMException. Other areas are when referencing the wrong p ...Show All

  • .NET Development Two packets POST to Web Service

    Hi All, I am building VB.NET web form application which access Web Service. I am wondering why the VB.NET send two packets to request the to the web service. First packet: POST /webservice/webservice1.asmx HTTP/1.1 SOAPAction: "http://webservice1/insUserName" Content-length: xxx Expect: 100-continue Host: 192.168.1.1 Response from the web service: HTTP/1.1 100 Continue Date: ... Second packet: <xml version="1.0" encoding="utf-8"> Response from the web service: HTTP/1.1 200 OK ... I am wondering if there is a way that this packet can be just one packet, such as: POST /webservice/webservice1.asmx HTTP/1.1 SO ...Show All

  • Visual Studio Team System Problem with code analysis in Team Architect

    When building a C# project in Team Architect that has code analysis switched on in another Team Edition, I get an exception in Visual Studio. A  NullReferenceException  is thrown from the method Microsoft.Build.Tasks.CodeAnalysis.GenerateFullPathToTool() , causing an unexpected failure of the CodeAnalysis task. This also leads to problems when checking in code for a Team Project that has a code analysis check-in policy. For more information and screenshots of the problem see my blog entry about it . Is this by design because Team Edition for Software Architects does not support code analysis or is it a bug [ Update : This post was ...Show All

  • Visual Studio Express Editions Installation problems

    I've been having problems getting the J#, Web Developer, and the Visual Basic Express setup files to install the programs. I am currently unable to do anything to my pc as of now, because I am having a problem with it. The problem hopefully will be solved by this sunday. I downloaded IsoBuster, and I also downloaded the J#, Web Developer, and the Visual Basic Express setup files as an .img file. Anyone else having trouble getting the setup programs to run Yes there have been lots of problems installing the apps, but they can all be solved in one way or another. First you just have to find out what the p ...Show All

  • Smart Device Development Compatibility issues VS2005 & VS2003

    Hi all, I have developed an application with VS2003, c#, for Pocket PC 2003 device.  It is using SQLCE and a lot of listViews and graphic toolbars.  Now I have a new Pocket with Windows Mobile 5.0, and my application doesn’t work.  I tryed to migrate it to Visual Studio 2005 but I have problems with datatypes (number to string formats) and display (my forms look smallest, button's graphics desapears). Please advice!!!   This is for unchanged VS 2003 application, right That sure sounds like you don't have SQL CE installed or you have incorrect SQL CE CAB installed. VS 20 ...Show All

  • Visual C++ error occur when develop in Visual C++ 6 and compile in Visual Studio 2005

    The code wrote in VC++ 6 (no error when compile) but now I have to move them to the Visual Studio 2005 version and try to compile it again it give me the error ==> fatal error LNK1104: cannot open file 'LIBC.lib'. Please help I'm still so new with Microsoft Visual Studio 2005. Are they so much differences. Thanks for your help in advance, Akiwa You need to change all calls to these functions to use the new, safe ones, or turn off the warning, as explained in that link. If you want your code to work in VC6 AND Vc2005 and call the new methods, you need to create a class that wraps this. If you just want to upgrade, you sho ...Show All

  • .NET Development Error adding web service reference

    The wsdl file is legitimate. I verified it on Mozilla, but not on IIS6.0. When I try to create a client, I try the utility to get the web reference. At this point, I get this message. I go and look at the specified folder. I see TempWebDirectory. It does have this directory with the long code(file name), but I do not see the rest of it. Every time I try to use the utility, I get another directory with a code but always empty. Is interoperabiliyt far away Message form VS IDE follows: Could not find a part of the path "C:\Documents and Settings\computer user\Application Data\Microsoft\Visual Studio\7.1\TempWebDiscovery\ 4c008bf ...Show All

©2008 Software Development Network