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

Software Development Network >> Gary Foster's Q&A profile

Gary Foster

Member List

GodzillaMonster
Rivaaj
john lennon
crpietschmann
ChrisK0533
JMN CandyBeat
Greg Hoffman
DaveV
kolegiumkk
Alene
Vighnesh Prabhudesai
Blkm74
capitolino
Dave Wesst
christian p
Manish Joisar
Juan-ito
efortier
James Darwin
crazydrivr
Only Title

Gary Foster's Q&A profile

  • SQL Server Subtotals broken in Report Builder?

    Sub-totals are not working as I would like/expect in an end-user tool when dealing with data from a relational schema with cascading 1-Many relationships.  Instead of performing aggregation at the level of the source table, it is blindly performing aggregation on the result set, causing incorrect results. An simplified hypothetical example will make this clear. Imagine the following relationships: Table "Patients"  related 1-many on patid with Table "TreatmentsProvided"  related 1-many on treatid with Table "FinancialTrans" for the following tables: Patients patid           n ...Show All

  • Visual Studio Express Editions custom iterators

    Hai, What is Meant by Custom Iterators Thanks in advance. hi, i don't know what exactly do you mean by that , but i guess its for, foreach, while, do ... while loops hope this helps ...Show All

  • SQL Server Minimizing Penalty (weighted sum of false positives plus false negatives)

    I am using Naive Bayes, Decision Trees, and Neural Net (SSAS 2005) to predict which of two states each record belongs to. How can I enforce a different penalty for a false positive versus a false negative   (I am assuming that in some sense the mining algorithms can then minimize the total penalty). Gee, I don't see any responses. Have I asked a stupid question Am I looking at datamining from the wrong perspective ...Show All

  • Windows Forms Creating bitmap from text string

    Hi I have a web page that allows user to enter some text and then format it using controls to select font, size, bold, color etc.   What I want to do is when the user submits the page create a bitmap of the text with the format they have chosen.   I am using a <span> to display the text to the user and just change the properties of that span to what they enter.   The problem is that the bitmap I create is not spaced the same as the <span> the user sees.   For example if the text wraps then the wrapping is not at the same point as the span.   In research it seems that the spacing of difer ...Show All

  • .NET Development Monitoring and changing varibles in a process

    I was wondering how to get a value form a running process, lets say MySimpleProcess.exe that is running in memory. If i made a integer that was value of 15 and lets say I click the button and it drops to 10 then 5 then 0. I am trying to make a program that tracks an address in memory and its value. lets say address is B74EC4 value is 15 (4 bytes) Click B74EC4 is now 10 etc.. Are you talking about managed or native code There are several ways to get a value from a process. 1. Use the debugging APIs (aftearll, this is what debuggers do). 2. Manually track a pointer to your value of int ...Show All

  • Windows Forms How do I display images in my embedded HTML?

    I'm using a web browser control in my Form to display embedded HTML pages. I'm loading the HTML content via a StreamReader, and it all works fine, except that the images on the HTML are not showing. I'm not surprised, since the img tag reflects the design time location: "<img src='MyPic.jpg'> How can I embed the images in my C# app so that they can be found at runtime, and referred to at design time btw - I know how to embed resources in general. It's only in this case where the HTML resource needs its own images. Thanks in advance. Thanks. One idea that worked was to simply store the images in the app folder, a ...Show All

  • Visual Basic Problem with Exitprocess

    I have a batch VB 6 program and to send return code in Dos consol, i use the command ExitProcess. when i excute in DOS prompt, batch program stay in memory. If i delete it in my program, it finish without problem. I don't understand why Hi, Can you not use the keyword END in your program instead Regards, S_DS ...Show All

  • Visual Basic bullets instead of text when typing in a data entry field like for a password

    How do I show bullets instead of text when typing in a data entry field like for a password Michael J. Dyrnaes Do you mean using the TEXTBOX control from the TOOLBOX and creating a field and then selecting setting the property USESYSTEMPASSWORDCHAR to TRUE If that is correct then I wish you had said that it took me a long time to understand what you said. Michael ...Show All

  • SQL Server SVG in report?

    I'd like to create a report which contains SVG vector data. Right now, I have an ASP.NET application which displays this data in an EMBED block of the web page, and it requires Adobe's SVG Viewer plugin to be installed. Is it possible to display SVG in a report There is no native support for SVG in Reporting Services at this point. With the CustomReportItem extensibility in RS 2005, third parties could implement a CustomReportItem control for RS 2005 that is capable of drawing SVG into a static image. -- Robert ...Show All

  • Visual FoxPro COPY TO Command

    In Visual Foxpro, I am trying to create a CSV file using the COPY TO command with TYPE CSV, but do not want header fields on top of the output file. Furthermore, I am also trying to attach a COMMA after every row. Current Output f1,f2,f3,f4,f5,f6,f7,f8,f9,f10,f11,f12,f13,f14,f15,f16,f17 "0","49162","0","0","0","0","0","0","0","0","0","0","0","0",2.1, "02/14/2006" "0","49162","0","0","0","0","0","0 ...Show All

  • SQL Server Cannot connect to SYNDIOMSVR. InternalsVisibleTo declarations cannot have a version, culture, public key token, or processor arc

    I have the following mssql2005 error when I try to connect to the object browser.. [C:\WINDOWS\assembly\GAC_MSIL\Microsoft.SqlServer.SmoEnum\9.0.242.0__89845dcd8080cc91\Microsoft.SqlServer.SmoEnum.dll] InternalsVisibleTo declarations cannot have a version, culture, public key token, or processor architecture specified. (ObjectExplorer) Can anyone help me Thank you....god bless you all.. I have the same problem. I cannot connect to any of my servers. This started when the .net Framework 2.0 Beta was replaced with the newly released version. ...Show All

  • Visual Studio Team System TFS time info

    How do I get the TFS time from a client I tried using the TFS object but all I could get was the time zone info of the server and not the actual server time. But, our requirement is not to block checkin completely but restrict it based on some rules as similar to other policies. The user should still have the option of overriding the policy! ...Show All

  • .NET Development Please tell me where can I get a code example about Web distributed application.

            I am learning the .net remoting technology lately.I have made a distributed winForm application . but I don't know how to configure a webForm distributed application base on IIS.If you can help me or give some material . And I want to know the details about Remoting. Thanks! Personally I would recommend getting Ingo Rammer's book on .NET Remoting published by APress. The latest version of the book covers .NET 2.0 too! Doug Holland, Visual C# MVP ...Show All

  • .NET Development problem consuming my web service

    'project with web service <webmethod()> _ public function myws(id as integer)   'do db stuff with id and build document   Dim xd As New XmlDataDocument   xd.Load("path...\myxml.xml")   Return xd end function   ---------------------------------------------------------------------------- 'project that consumes web service ws = New com.domain.www.WebService dgWS.DataSource = ws.myws(100) dgWS.DataBind() Here is what is returned in the datagrid: Prefix HasChildNodes Value HasAttributes NamespaceURI InnerText InnerXml Name OuterXml BaseURI Loc ...Show All

  • Visual Studio Express Editions how to import Bookmarks favorites file to treeview

    hi i'm export my favorites links from internet explorer as html file now i want to import this ( html ) file to tree view on my form i can read form this file and get folder name and URL but i cann't make it as tree it's now in on level only i want to read from this file and make tree view in many level can you help me if you want to explanation pls tell me   i'm also search for this code but i have an wxample it's show folder and url in bookmarks , but it's show in one level can any one help me to show in multi levle as tree this is my example http://www.segaaal.com/Read_Bookmark.zip   ...Show All

©2008 Software Development Network