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

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

philfishing

Member List

ISJ
msatish
Freem0n
Rodrigo Canales
jstar
William Choong
rkwalters
Ntc
Tim T
garrywilliam
DCatherman
Spag
Halsafar
mightypeo
sjbates101
Strauslin
BenK_123
helious
Chris Jackson - MSFT
outsidelife
Only Title

philfishing's Q&A profile

  • Software Development for Windows Vista WWF and SCORM

    Is there any research or effort ongoing at Microsoft (James ) on using WWF in a SCORM compliant solution I'm referring to the ADL Sequencing specification (SCORM 2004 Sequencing and Navigation). Is Microsoft interested in SCORM at all There is very little info on Microsft.com on e-learning, specifically on Learning Management Systems (LMS). Looking at WWF and SCORM, it may be a task as simple as providing an XSLT transform between XOML (XAML) and SCORM XML, or a more complex task of providing a set of SCORM compliant activities or a SCORM Sequencer.   Thank you for any feed-back you may have :) ...Show All

  • SQL Server SUM in 2005 wrong

    I have same database on 2000 and on 2005 I have 10 rows each with value of 100 for BudgetAmount and BudgetType = 'T' When running SELECT M . Market_code , M . Description , Revenue = SUM ( CASE WHEN BudgetType = 'B' THEN B . BudgetAmount ELSE 0 END ), CM = SUM ( CASE WHEN BudgetType = 'C' THEN B . BudgetAmount ELSE 0 END ), Tooling = SUM ( CASE WHEN BudgetType = 'T' THEN B . BudgetAmount ELSE 0 END ) from Budget B , Market M Where B . BudgetYear = 2006 and B . Customer_Market_code = M . Market_code GROUP BY M . Market_code , M . De ...Show All

  • Windows Forms WYSIWYG HTML Editor Control

    There are tons of browserbased WYSIWYG HTML Editor controls. But, i'm building a windows based Content Managment System, and need a HTML Editor for Windows.  Anyone know of a control i could use, or a way to export to HTML  Is there classess to convert RitchText to HTML   hi, thanks to jonas, i've been able to do a full english& ...Show All

  • Visual Basic my.**** is coming up undeclared

    I have pretty much copied the exact program into a new one but the new one with almost identical code(only change being variable names) won't publish because of the My in My. Computer.FileSystem.GetFileInfo(openFile1.FileName) Please enlighten the newbian:>) Thanks! if you create a new windows application and use this line does it work correctly ie. is it only this project that is having the problem. was this project created in 2005 or was it migrated from an earlier version. how did you copy the project as there are other hidden files behind the scenes which you may not have copie ...Show All

  • .NET Development WMI Performance Counters

    How would I go about monitoring the CPU% of a process (possibly multiple instances) by name (i.e. foo.exe), and reacting to a condition where the CPU% exceeds a certain threshold I am looking into the WMI performance counter classes for some insight, as well as the "cooked" counters. Ideally, I'd like to maintain a moving average of CPU% of a process, such that I can react if a process has been exceeding a threshold for N seconds. This would allow me to normalize for "spikes" in CPU%. Once I identify a "overage" I would like to lower that process' priority and quantum until it drops under the threshold. Ho ...Show All

  • .NET Development SslStream and certificate chains

    We are designing an application that will accept SSL connections. Our server will need to send a certificate chain to the client as part of the SSL handshake, instead of a single certificate. Does the SslStream class support this It looks to me as if it only supports a single certificate in the handshake. ...Show All

  • .NET Development User Authentication ASP/SQL

    I have been working on an ASP page (with VB Background) that is a basic user login page. It is being run on our Intranet within my organization, however, it's not working. Can anyone provide some suggestions I've included the code for the .aspx page and for the code behind on the "Login" button. Front end: %@ Page Language="vb" AutoEventWireup="false" Codebehind="login.aspx.vb" Inherits="PIF_VB.login" %> <HTML> <HEAD> <title>Login</title> <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1"> <meta name="CODE_LANGUAGE ...Show All

  • Windows Forms Saving location of database in the app, not the database

    How can I save the location (Path) of the MS Access database I want to connect to in my app without having a second database local to the VB Client. Obviously, the client needs to know the path to the database in order to connect, but where can this path be stored so as to not be hardcoded A further note to my pos ...Show All

  • Visual Basic Visual Basic Compiler Error Hotfix

    Hi all i just want to know when is going to be released the fix for visual basic compiler error &H8013141e&   this is already reported in the microsoft productfeedback site. i think this is a very urgent patch that must be released asap and please do not repond that i should go back to vs.2003 because i have lots of code developed in VS 2005 to framework 2.0 ..   JSB PS: this error pisses me of, i need to restart VS.IDE every 5 minutes. i think this is too bad for a recent relesase product ( its full of Bugs ).   Hi, João, This is a good opportunity (in the ...Show All

  • .NET Development Xsl n00b: Using external .css with XslCompiledTransform

    I am using code similar to the following to transform an .xml file to .html. The webReport is a WebBrowser control on a Windows Form (C# 2.0). (Code appears in a button click for experimentation purposes.) MemoryStream ms = new MemoryStream(); XslCompiledTransform xt = new XslCompiledTransform(); xt.Load("DailyBalanceReport.xslt"); xt.Transform(@"c:\test\SampleDailyReport.xml",null,ms); ms.Seek(0, SeekOrigin.Begin); webReport.DocumentStream = ms; webReport.Visible = true; If I include the <STYLE> elements inside the .xsl file, everything works fine, but I don't ...Show All

  • SQL Server rsErrorExecutingCommand Error.

    Hai, this is srinivas Reddy. i have a problem in Reporting services. when i am working with a report it is working fine in the designer, but when i deploy it to the report server i am getting this error. An error has occurred during report processing. (rsProcessingAborted) Get Online Help Query execution failed for data set 'DataSet_customers'. (rsErrorExecutingCommand) Get Online Help Access denied to the cube KPI Finance SOA. The same MDX query is working fine in the MDX editor with the same credentials. can you please let me know what might be the error This is very urgent. if any one who know ...Show All

  • SQL Server Font object saving and retrieving

    Let's say a User selects a Font from a FontDialog, and the selection is assigned to a Font object. How can I save the Font object to a SQL database, and later retrive it restored to a Font object Thanks in advance. Seems more like a question for the .NET forums. Is the Font object serializable If so you could store the xml to SQL Server. ...Show All

  • Smart Device Development Blank IO Exception

    Hi. I'm trying to write to a serial, COM, port on the mobile device. using .NET 2.0 here and WM2005. After months of trying to find out, I found out a couple of ways of doing so. Yesterday I tried the serialport class, unfortunatly when it writes to the serial port, it gives me a blank IOException - no idea why. The COM port is 3 and is enabled in the system settings by default. Next step was to go low level stuff - so I imported coredll.dll so I can use CreateFile(). I seem to be getting a handle, cool! But I guess its a limitation - if i want to give that handle to .NET using the FileStream class, it doesnt have it in the . ...Show All

  • Visual Studio Refactor Encapsulate field repeatedly

    Hi. I have an object with more the 100 fields. I wonder if there is a method to automate the process of encapsulating those fields. I'm just too lazy to do "Right-Click -> Refactor -> Encapsulate Field" for 100 times if i select all the fields and do "Encapsulate" then only last selected field is encapsulated.   Any suggestions on this   Thanks. Hi, This is not supported in the shipped code of Class Designer. However, you can easily add this feature by creating a command yourself through an add-in. You can install the CD Power Toys add-in , create a command and insert the following co ...Show All

  • Visual C# "Show All Files" in Solution Explorer does not appear for a web project

    Hi, I wanted to view the ...designer.aspx.cs- and ...designer.ascx.cs-files, and was told I could find them by clicking the "Show All Files"-button in the Solution Explorer. Unfortunately, this button disappears when I select a web site project. (I am able to expand the aspx- and ascx-files, but the only thing I see is the aspx.cs- and ascx.cs-files, not the partial designer-classes). Can anybody tell me how to do this Thanx, Bart I don't understand this answer. All my vb files are NOT inline. I created a new Web Form and it created a vb file too. Does CS now not support code behind Also the "show all files" button is missing ...Show All

©2008 Software Development Network