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

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

PBR

Member List

Nick3
xguy
DiamondDave
ScottVault
fantasimus
klavsm
ServerGirl
Tibster
JoelSSIS
Nitramsen1
Sébastien Ros
cirilo
Boltress
JVP
Chinese Boy
Vip80
bkitduy
elenaar-ms
burberrybebe
Kai123
Only Title

PBR's Q&A profile

  • Visual Studio 2008 (Pre-release) RichTextBox How To!

    Hi, I have searched the net and the documentation that shipped with Beta 2 and have not found any results or information that was able to aid me.  Hopefully there are some RichTextBox experts that could please help me with the following things: How can I make the RichTextBox single line   (this was possible in Win32, and no, changing the control template to a textbox does not work!  Because then it essentially is a textbox!) Why is it so difficult to control drag/drop operations in both the textbox and RichTextBox   I would like to control over what is dropped onto the textbox, for instance if images is d ...Show All

  • SQL Server Connect to remote RS in SSMS

    Got following error when try to connect to remote reporting service in SSMS: TITLE: Microsoft SQL Server Management Studio ------------------------------ The request failed with HTTP status 401: Unauthorized. (Microsoft.SqlServer.Management.UI.RSClient) ------------------------------ BUTTONS: OK ------------------------------ No problem to connect to reporting service in SSMS on RS box locally. Use windows authentication with same account in both case. How to configure that Thanks. Odd - You're logged in on as the same user on both computers   Are both computers in the same domain Ca ...Show All

  • SQL Server Updating database with file feeds from Internet and then parsing the XML, CSV or Excel data for insert/update/delete in Yukon

    Hi, I'm developing an ASP.NET web application with SQL Server 2005 standard edition on the backend. I am looking for a solution to the following problem: Need to have SQL Server 2005 do the following at 3am each morning: 1) Download updated pricelists from URLs stored in the database 2) The pricelists vary in format - some in XML which is ideal, others in CSV which is not bad, a few are in simple excel .xls format which is not so good and some others are formatted with eye-candy for human reading which is terrible. For the moment I am only looking to read in the first three as XML and enter the data into my database. As you can imagine, the ...Show All

  • Windows Forms Windows User Control in Web Page using OBJECT tag.

    Hi, please bear with me on this one I know its a Windows Forms forum but I've been all over to try to find somebody that can tell me why it does not work when I sign my assembly. I have done the following: Create a System.Windows.Forms.UserControl add a label that says "HELLO" Create a Web Application and and use the Default.aspx and add the OBJECT tag embedding the User Control in the web page. This works no problem, the control is showed in the web page saying "HELLO", but as the User Control needs to do some File System operations I have to assign a higher Permission Set to it. To do this I need to si ...Show All

  • Visual Studio Express Editions SQL Insert Statement

    I keep getting a syntax error. I don't see anything wrong maybe you guys will. strSQL = "INSERT [Names] VALUES (" & LastNameTextBox.Text & "," & FirstNameTextBox.Text & "," & MiddleNameTextBox.Text & "," & RaceTextBox.Text & ")" Thanks Try putting the text values is single quotes. VALUES('" & LastNameTextBox.Text & "', '" & etc.... ...Show All

  • Software Development for Windows Vista Question Regarding WorkFlow Database

    Hi guys A small thing I want to ask , I recently give one of client a Demo of Windows WorkFlow Foundation well It went great but here are couple of things that I want to query as per thier requirment 1) SqlServer is key for Tracking etc but can we use simply the other (e.g Oracle Server ) for that 2) In case we are limited to use Sql Server can the work flow DB be clustered as other DB's , I mean is there any kind of constraints I hope you guys understand the question , pelase provide your feedback . Hello Razi, 1) Write a custom Oracle persistence and\or tracking service that uses Oracle as its backend 2) ...Show All

  • Visual Studio Express Editions MIcrosoft Visual C++ Runtime Library

    I am getting this error when trying to open my newly installed quickbooks: Runtime Error! abnormal program termintaion Any Ideas on why this might be Thank you Chris This is not a VC2005 issue. Contact the author of the application. Thanks, Ayman Shoukry VC++ Team ...Show All

  • Visual Studio mscorsvw.exe

    When installing Visual Studio 2005 Beta 2 (and when install has finished) a process named "mscorsvw.exe" runs, and takes up 95/100% CPU. I've no idea why this is. That, and when trying to start Visual Studio 2005 - It opens, then immediately exits. I've done the un-install of previous versions in perfect order, and yet the problem continues Can anyone shed any light i had a pb with mscorsvw : it was taking 95% of the CPU and had been running for hours. actually, the pb was due to an issue in the installation of MSVS2005-beta2 on W2k3 Server : Microsoft lists this issue in vs\readme.html file on the instal ...Show All

  • SQL Server How can I make this...

    Hi have have this problem, I have a table called PABX that has all the callings registry and what I need to do is for each client(PABX.cod_client) I have 2 types of calls (VC1, VC2) , and for these types I need to select all the registries chaging the dialed number(PABX.NRTELEFONE) for the new one (TROCAR.NRTELEFONE) and for those client that doesn't need to change select the PABX.NRTELEFONE is it possible through SQL Server 2000(via stored procedure) or I'll need to do it by my application using a vector Thanks Could you give us the table structure, a bit of data, and what you expect as a return It will make it easier to under ...Show All

  • Windows Forms Word 2003

    ok, i'm sure i'm in the wrong place, but i don't know where to go.  i have a word clipart question.  hopefully some kind soul can help me anyway. i'm trying to insert clipart in a microsoft word 2003 document, but almost all the thumbnails are unviewable.  they're that little colored circle, and they all say "dglxasset...".  when i  ...Show All

  • .NET Development load 1 record into a variable

    hello all i'm quite new to vb.net i'm trying to use the online help suggestion that's supposed to load a specific table row into a variable: Dim Lnrow As paraohDataSet.LoansRow Lnrow = ParaohDataSet.Loans.FindBylID(5) (5-an existing key in my table) trying to use it to reach any value, like using this line: LID.Text = Lnrow.lID causes an error : "Object reference not set to an instance of an object." since that's exactly as it is in help, i cant find where i do wrong please help thanx Erez. You don't initialize Lnrow as far as i can see. Try to use this code: Dim Lnrow ...Show All

  • SQL Server cannot install integration services

    Hi! During the installation of integration services (SQL 05 Developer RTM) I get the following error: TITLE: Microsoft SQL Server 2005 Setup ------------------------------ Failed to install and configure assemblies C:\Programme\Microsoft SQL Server\90\DTS\Tasks\Microsoft.SqlServer.MSMQTask.dll in the COM+ catalog. Error: -2146233087 Error message: Unknown error 0x80131501 Error description: Failed to generate type library 'C:\Programme\Microsoft SQL Server\90\DTS\Tasks\Microsoft.SqlServer.MSMQTask.tlb' for 'Microsoft.SqlServer.MSMQTask, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'. I had CTPs of SQL05 and VS05 insta ...Show All

  • Windows Forms creating a multiline tooltip in code-behind...

    Can anybody help me out on how to do that I know it is possible to do it in the VS designer, but I need to do it in code-behind when I set a tooltip for a dynamic control. Thanks! Wow- rookie move... I should've Googled first ...Show All

  • Smart Device Development Mobile 5.0

    can a windows mobile 5.0 deploy in vs 2005 Do you want to know if you can create, deploy, and debug, applications targeted at the Windows Mobile 5.0 platforms through VS 2005 If so, then you can once you've installed the appropriate SDK. Windows Mobile 5.0 SDK for Pocket PC http://www.microsoft.com/downloads/details.aspx FamilyID=83A52AF2-F524-4EC5-9155-717CBE5D25ED&displaylang=en Windows Mobile 5.0 SDK for Smartphone http://www.microsoft.com/downloads/details.aspx familyid=DC6C00CB-738A-4B97-8910-5CD29AB5F8D9&displaylang=en ...Show All

  • Windows Forms New whitepapers for building DataGridView custom cells and columns

    Hi all, We just posted two new whitepapers about building custom cells and columns for the DataGridView control: Building a custom RadioButton cell and column for the DataGridView control ( Source and Sample Code ) Building a custom NumericUpDown cell and column for the DataGridView control ( Source and Sample Code ) The docs, source code and sample code are under http://www.windowsforms.net/WhidbeyFeatures/default.aspx PageID=2&ItemID=13&Cat=Controls&tabindex=5 Enjoy! -Regis Microsoft Windows Forms team This post is provided "as-is" Hi Regis, Plea ...Show All

©2008 Software Development Network