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

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

ToddKC

Member List

Amaury36371
_M
Paul Veitch
torque_sherry
Victor G
?封
w4t4fAk
Lyle.Dodge
Choon Meng
Vance
Arvid
Klaus Keith
mcglonec
Chris Turner
DarrelCusey
Loic Baumann
Donal McWeeney
jmi0
Prizz
ShaunP1989
Only Title

ToddKC's Q&A profile

  • Visual C++ Compiling libFLAC under VS.NET 2005

    Warning: This is long I'm trying to build libFLAC with Visual Studiio 2005, but can't get more than half of it to compile. I've followed the instructions in the flac documentation word-for-word, but nothing seems to be working. I downloaded/compiled libogg and put it in the proper place, I downloaded nasmw.exe and put it in the project's path (it's in the same dir as cl.exe), and when I go to build, what I get is this: (it's long!) 1>------ Build started: Project: libFLAC_static, Configuration: Debug Win32 ------ 2>------ Build started: Project: replaygain_analysis_static, Configuration: Debug Win32 ------ 1>Performing Custom Build ...Show All

  • Visual C# Why should we have to declare the delegate in both places

    In delegate I am a newbie. I want's to ask why we have to declare delegate in both places where we are making and where we are calling it e.g in this tutorial http://www.eggheadcafe.com/articles/20040313.asp why i have to declare delegate string NotifyDaddy(DaddysCar car, decimal damageAmount); in both palces No, do not have to declare the delegate in both classes. The declaration in "DaddysCar" is completely useless. #edit, lol I was too late ;) ...Show All

  • Visual Basic How to show a filename without showing filepath

    I want to display a filename without displaying the path that it is on. Example: Instead of: C:\Program Files\somefile.txt Show: somefile.txt System.IO.Path has a few handy methods for retriving bits of paths.   Dim filePath As String = "C:\Program Files\somefile.txt" Console.WriteLine(IO.Path.GetFileName(filePath))   ...Show All

  • Visual Basic What is the difference between <Me> and <MyBase>?

    I have noticed that the VB .NET compiler/IDE allows both the <Me> and <MyBase> keyword in some situations.  The situation I am talking about here is the following: you have a base class and a class that derives from the base class.  When you are coding in the body of the derived class and you access one of its own members that was actually defined in the base class (an inherited member), you can use both the <Me> and <MyBase> keyword. Is there some subtle difference here   Or maybe it is just a good coding practice to use <MyBase> to have self-documenting code.  You can later on see that t ...Show All

  • Smart Device Development PDA MAC address

    Hi, I would like to know how to find the MAC address of PDA using c#   Thanks OpenNETCF.org has classes for that. If you prefer not to use the library, you can look at the sources and implement it yourself. ...Show All

  • SQL Server Using SQL results as parameters for Oracle query through SSIS

    Is there a way to use the results of a query as parameters of a WHERE statement in Oracle I have a list in a SQL table that I would like to use as criteria for a query through Oracle Basically I have two data sources; one Oracle and the other SQL, I'm currently querying the SQL one, then using a Merge Join object in SSIS to combine the data. The SQL query has roughly 2000 rows which is fine, however the Oracle one had several million... I've tried to limit the oracle one as much as I can however its still returning far too much data... If anyone has any suggestions on how to do this I'd greatly appreciate it. I've looked into Linked s ...Show All

  • Smart Device Development using bit values in VS 2005 database manager

    Hi, Here's my problem : I'm using the server explorer to manage my sdf database, some collumns are in bit format, when I put some data in it (using the manager), I got checkboxes (to put the value to 1 or 0 I figure). But if I don't edit the checkbox (meaning : if i don't put the checkbox to "check" value) the manager let the collumn value do DBNull. I guess I can check then uncheck the cell... but doing so on more than 10 collumns in 5 separate tables with at least 20 rows in each... I think you can figure out how long it takes. Are you planning on updating this part thanks! Seta, I understand what you' ...Show All

  • Visual Basic Counting Letters in a string

    Hello,  I am trying to get VB to count how many A's B's C's D's E's etc... that are in a  declared string, can someone tell me how to do this. thanks Ray RFeather[AT][NOSPAM]chstaffing.com Just in case you need it. . .  sorted list  add this function to CharacterCount: ==============     Private Function Sort() As Dictionary(Of Char, Int32)         Dim result As New Dictionary(Of Char, Integer)         Dim al As New List(Of Char)         al.Add ...Show All

  • Visual Studio help..!!Error when install VS 2005

    During installation, it was showing an error message which is telling "Suite Integration Toolkit Executable has encountered a problem and needs to close. We are sorry for the inconvenience." I cannot continue to setup this VS2005..Anyone who can help me Thank 1. Clean out your %temp% folder 2. Try the install again 3. If it still fails, try copying the CD/DVD to your hard drive and install from there. ...Show All

  • Windows Forms How do I activate snaplines programatically?

    I have a multi-part user control that contains a couple of text boxes side-by-side.  It uses a custom designer to allow the individual text boxes to be resized at design time by clicking and dragging the space between them (exactly like a SplitContainer), this is accomplished by overriding the OnMouseDragX methods (Begin|Move|End). I've also overridden the SnapLines property and attached additional snaplines to the child text boxes which successfully appear when I drag the entire control around.  However, I'd like the SnapLines to appear during the custom drag operation described above. Is there a way to programatically activate ...Show All

  • Visual Basic VB 2005??? PT 2

    Public Function Plus( ByVal ad As Integer ) Dim id As Integer Dim cm As Integer End Function I want to pass this fuction a varible that when i call it in the code i can enter any number and add it to another number any help with that, i know it sounds rather simple but i am not sure if i should pass two varibles or one i am thinking i should pass two and declare a local var and i dont know thats where i draw the blank....any help would be great You can do it something like Public Function Plus (Byval A as integer, B as integer) as integer Return A + B End Function Then just ...Show All

  • Visual Studio Replication of two VSS-Databases by using archiv and restore

    Hello, we use two different VSS-DBs on two computers with virtually the same contents. These computers are only connected to replicate these contents. In meantime changes made to both DBs but not to the same projects in each DB (this is ensured by checkin out each project in one of the DBs). To replicate a specific project (the more recent is by definition always the "master") we archived the more recent projekt in one DB and tried to restore this archive in the other DB "over" the older project with the same name. Is this procedure generally possible It didn't work, yet! Please help! Thanks in advance! Klaus Hi Patrick, thank you for y ...Show All

  • Microsoft ISV Community Center Forums converting from VB 6 to VB.net

    Started by sal at 03-19-2005 9:27 PM. Topic has 1 replies. sal Joined on 03-18-2005 Posts 1 converting from VB 6 to VB.net I was wondering if i could get answer on what is the easiest and quickest way to convert the vb6 code to vb.net. I would like to keep using the forms, the grid and the structure for the time being. since i do not want to check the accuracy of my application at present admin Joined on 12-16-2004 Posts 14 Re: converting from VB 6 to VB.net We just ran across a section on http://msdn.microsoft.com/vbasic/   ...Show All

  • Visual Studio expression funtction iif()

    In a report, I have the expression : =iif(Sum( Fields!X_A_1.Value)<>0,(Sum( Fields!X_A.Value)-Sum( Fields!X_A_1.Value))/Sum( Fields!X_A_1.Value),"NA") This expression product the error "The value expression for the textbox ‘textbox12’ contains an error: Attempted to divide by zero." I think it's because reporting execute the expression (Sum( Fields!X_A.Value)-Sum( Fields!X_A_1.Value))/Sum( Fields!X_A_1.Value) even if X_A_1 is equal to 0. I would like reporting to display NA and not "#Error" when X_A_1 = 0 Is there is a way to catch the error in reporting Is there is a way for repor ...Show All

  • SQL Server Intermittent Failure of Interdatabase Service with SP-1 CTP

    In an SSB test project created from the T-SQL batch in Stuart Padley's Weblog (subtitled "SQL Server 2005 stuff I couldn't find anywhere else", http://blogs.msdn.com/stuartpa/archive/2005/07/25/443229.aspx ) I found strange inconsistencies with enquing messages between two databases on the same SQL Server 2005 Standard Edition SP-1 CTP March instance running under Windows Server 2003 SE SP-1: Sending a simple message from the Initiator to the Target database with either the SendMessageProc stored procedure or its code as a batch fails for about 50% of all tries, with varying failure patters (up to 10 sequential attempts fail ...Show All

©2008 Software Development Network