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

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

Darkus

Member List

Chellam
mickyoun
easygysi
eyalgreenblatt
Thomas Pagh
yishyuan
reybhoie
Don Barber at WellCare
Chris Howarth
KasperWessing
Shajan Dasan
albnig
mike4temp
johnweidauer
Jason Hales
markm75
Jesse Cheng
MiniMichael
joe joseph
Peter Piksa
Only Title

Darkus's Q&A profile

  • Visual C# Spectrum Analyzer Question

    Ok. This is actually a very odd question it would seem. But I would like to know how to create a Spectrum Analyzer. I know it has something to do with FFT (fast fourier transform) algorithm, but I just dont know where to start. If someone could help or point me in the right direction it would be appreciated. Maybe DirectShow can do this for you. You might want to try asking somewhere like: http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=129&SiteID=1 for better advice. If DirectShow can't do the FFT itself, your next step is to figure out how to get the audio samples in the time domain. These are just numbers (probably at 44 ...Show All

  • Visual C# !!! IF MICROSOFT HEAR US!!!

    I just saw another thread with "Can i make a app that doesnt use the .NET.  The framework is too big 23 MB".. SO... Can Microsoft create a .Net Framework just for c# not for asp or j# or visual basic providing only the neccesary dlls Please!!!! Eh, the framework is for .NET; there are in my opinion no specific dll's for j#, vb.net, etc... The CLR uses IL, and C#, VB.NET, J#, and all other .NET languages are compiled to Intermediate Language. ...Show All

  • Visual Studio 2008 (Pre-release) CustomControl ConverterParameter

    Hello, I would like create a custom control and i need to convert value for displaying. The convert of this value depends of an other property of my control and i would like to take my control in ConverterParametrer I hope you understand what i wrote because. Thanks for your help Exemple : < ResourceDictionary xmlns = " http://schemas.microsoft.com/winfx/avalon/2005 " xmlns:x = " http://schemas.microsoft.com/winfx/xaml/2005 " xmlns:local = " Local " > < local:ConvertWithNormalisation x:Key = " {ComponentResourceKey TypeInTargetAssembly={x:Type local:Custom ...Show All

  • SQL Server Execute package one by one using SSIS

    Hi, I have created four package, it should executed sequencely one by one. Is it there any option like sequencer in Data Stage for achive this requirement I want to execute these package one by one using SSIS. could you help on this requirement Thanks & Regards S.Nagarajan How about a new package that contains four Execute Package Tasks, each pointing to one of the four existing packages. Link the four tasks with workflow constraints, to force the execution order. ...Show All

  • Visual C# Enum Components

    Hello folks Let's asume that we have an Winform1 wich has 2 textboxes on it with modifiers private . Now we creating an second form WinForm2 wich inherits from WinForm1. And adding 1 textbox on winform2. So winform2 has 2textboxes wich are inherited from winform1 and one we added. Is there any way to enum runtime all components of winform2 including those inhreited from winform1 I tryed FieldInfo [] array1 = ( this .GetType() as Type ).GetFields( BindingFlags .Public | BindingFlags .NonPublic | BindingFlags .Instance | BindingFlags.Static | BindingFlags.IgnoreCase| BindingFlags .Default); bu ...Show All

  • Windows Forms Type.GetType and Colors

    I have a code editor where I use reflection to lookup types descriptions. If I have code like this: Type type = Type.GetType("System.Drawing.Color, System.Drawing"); the variable "type" is null. Does anyone know how to use the Type.GetType function to get the Color's type I cannot simply use Color.GetType() because this is for a generic code editor that does not already have the type definition for all classes in all loaded assemblies. Thanks, Greg Hi, Thanks for the replies.  The issue here is in the usage of my program.  I have a code editor with code completion.  I' ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Alpha Maps with the Sprite class

    Does anyone know how i would use an alpha map with the sprite class i was using dated texture image editors... my only bmp option is 24bit I loaded the bmp into the dx texture editor and then loaded the alpha map and saved as dds. Thanks for the help Dustin_H ...Show All

  • Visual Studio 2008 (Pre-release) Performance problem

    The following come simply draws a set of strings on the screen. Performance with WPF is terrible. It takes about one second for the screen to refresh for a 1000 * 1000 window - resize the window to verify. When I use Windows Forms, it is much faster Am I missing something Is WPF much slower but since computer are getting faster, I am not supposed to be concerned WPF and Windows Forms code : WPF: using System; using System.Collections.Generic; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Media; using System.Globalization; namespace TestPerformance { class App { [STAThread] static v ...Show All

  • Visual Studio Tools for Office Calendar Date Range

    How can I find out which Outlook Date Range is currently active in Calendar Day, Week, Month … Is there any Property I can ask Thanks, Hi, I understand that you are looking for the active date range. Please post generic Outlook question to the Outlook newsgroups. They will be able to help you more quickly. http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.office.developer.outlook.vba&lang=en&cr=US Regards, Paul Stubbs Program Manager http://blogs.MSDN.com/pstubbs/ http://blogs.MSDN.com/VSTA/ ...Show All

  • Visual Studio Team System Associating one Work Item with other Work Items.

    I am trying to define my own work item called Milestone. I would like to associate one or more other work items (like Bugs, Tasks) with this Milestone. The idea is that I cannot finish (set “Finished” state) my Milestone unless every work item associated with my Milestone is finished. I cannot also associate one Milestone with other Milestone. The problem is that I don’t have any ideas how to code this in XML. As a base model to modify I am using MSF for Agile. The next modification I wont to make is to associate every iteration with one or more Milestone. End of every iteration should mean finishing one particular Milestone. The ...Show All

  • Visual Basic serial port - com

    I toke from the VB6 the example about using the serial port with MSComm. I run this program in VB2005 after it was upgrade ofcourse by the VB2005 and try to send and receive strings in a loop(1-1000). But sometimes in this loop the string that I'm sending is stuck or something that I don't understand why I run this loop with the some strings a lot of times and everytime is a different string that stuck. if someone can tell me why In VB2005 there is something similar to MSComm that I can use Hi, Visual Basic 2005 has a separate SerialPort control which you can use for serial com ...Show All

  • Visual Studio Tools for Office VSTO, SQL, Excel, and Cell Locking

    So I'm very new to VSTO, having just started using it two days ago, and have been teaching myself pretty well(it seems) using the Carter/Lippert book in the .Net Development Series.  I have encountered, however, a problem that the book does not cover thorougly enough, and was hoping for some advice on how to solve a tricky problem. My current project is to load and process data from a SQL server(which I do just fine), and then display it and allow the user to edit only certain parts of the data. Currently, I have two listobjects, one populated with data I do not want to be changable, and another that I want to be completely modifyable.& ...Show All

  • .NET Development Adding a Column to a Datatable to hold images

    The basic system types do not include image. I want to add a column to a datatable which will hold images. I can add system.object and put my imagelist.image in the column. My DataGidView does not create an image column. Instead I see system.drawing.bitmap in a text column. Not surprising considering object is not image. Has anyone done the following: add a column to a datatable to store images subsequently displayed the images in a DataGridView Thanks This may help you: http://www.codeproject.com/dotnet/DataGridEdtAlmostAnythin.asp df=100&forumid=157727&exp=0&select=1058499 Tell me if it does ...Show All

  • Visual C++ Scroll Bars and Status Bars

    I wanted to create an application and ran into trouble. I want to create an application that is a single document but instead of a control in the window, I wanted to draw stuff in there. I added WS_HSCROLL and WS_VSCROLL for scrollbars and then used the Create Status Bar Function. I had the status bar inside the window and the scrollbars outside. It looked like this: [Status bar] V <--------------->/ Is there a way to make the status bar on the outside of the scroll bars where they should be Or would I have to create an MDI application Don't add the WS_SCROLL styles features to the CMainFr ...Show All

  • SQL Server Inserting large amounts of data

    Hello all, My apologies...re-posting from "SQL Data Engine" forum... I am trying to insert large amounts of data into a table using C#.NET. I create a parameterized query, and within a loop, I set each parameter's value and use ExecuteNonQuery to populate the data. Using .NET, I have only been able to achieve 1500 records per second. Using DTS, I can achieve 975,000 records in a little over a minute. I am using SqlCommand and giving the name of a stored procedure and then I set up the parameters: SiteCodeCmd.Parameters.Add( "@Param" , SqlDbType .VarChar); the loop looks like: while (rdr.NextRecord(field ...Show All

©2008 Software Development Network