Click here to Skip to main content
16,010,876 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to create popup pages? Pin
em00guy3-Jul-06 6:14
em00guy3-Jul-06 6:14 
QuestionHow to call a method which resides in a class file into my asp.net application Pin
Arun Hegde3-Jul-06 5:00
Arun Hegde3-Jul-06 5:00 
QuestionConverting MP3 to WAV Pin
Hengy3-Jul-06 4:45
Hengy3-Jul-06 4:45 
AnswerRe: Converting MP3 to WAV Pin
Judah Gabriel Himango3-Jul-06 5:30
sponsorJudah Gabriel Himango3-Jul-06 5:30 
QuestionEncription Pin
Nafiseh Salmani3-Jul-06 4:25
Nafiseh Salmani3-Jul-06 4:25 
AnswerRe: Encription Pin
Dave Kreskowiak3-Jul-06 5:22
mveDave Kreskowiak3-Jul-06 5:22 
QuestionRe: Encription Pin
Nafiseh Salmani3-Jul-06 20:01
Nafiseh Salmani3-Jul-06 20:01 
Questiondesigning 'piano roll' control [modified] Pin
davidgale3-Jul-06 4:21
davidgale3-Jul-06 4:21 
hello everyone!

i'm trying to write very simple application for composing music in c# using directsound. it's based on the following example: http://www.codeproject.com/dotnet/A_Simple_Beep.asp
currently i have rewritten the code for generating sine wave of specified pitch and length and outputting it to the directsound output (instead of calling the win32 api beep function). the GUI has remained the same.
what i want to do now is create very simple 'piano roll' control where user could draw/modify/delete notes (instead of using the unhandy listview control). any ideas how to do that? i think the first is should do is draw grid of certain size onto some container control (like panel), then draw squares of specified size (they represent the notes) and make them fit to grid. the most difficult part would be to let the user draw/modify these notes.

i do not think that someone has ever written piano roll control in c#. however it might be the case that someone has written some other type of control which involves drawing grid and drawing squares onto it.
AnswerRe: designing 'piano roll' control Pin
Josh Smith3-Jul-06 4:43
Josh Smith3-Jul-06 4:43 
QuestionChanging Fontsizes in Controls Pin
MCSD-Gandalf3-Jul-06 2:33
MCSD-Gandalf3-Jul-06 2:33 
AnswerRe: Changing Fontsizes in Controls Pin
stancrm3-Jul-06 3:28
stancrm3-Jul-06 3:28 
GeneralRe: Changing Fontsizes in Controls Pin
MCSD-Gandalf5-Jul-06 0:52
MCSD-Gandalf5-Jul-06 0:52 
QuestionUsing drag and drop in c# Pin
Phanindra Kumar3-Jul-06 2:00
Phanindra Kumar3-Jul-06 2:00 
AnswerRe: Using drag and drop in c# [modified] Pin
jjansen3-Jul-06 2:06
jjansen3-Jul-06 2:06 
GeneralRe: Using drag and drop in c# Pin
Phanindra Kumar3-Jul-06 19:16
Phanindra Kumar3-Jul-06 19:16 
GeneralRe: Using drag and drop in c# Pin
jjansen3-Jul-06 19:53
jjansen3-Jul-06 19:53 
GeneralRe: Using drag and drop in c# Pin
Phanindra Kumar3-Jul-06 20:33
Phanindra Kumar3-Jul-06 20:33 
GeneralRe: Using drag and drop in c# Pin
jjansen3-Jul-06 21:04
jjansen3-Jul-06 21:04 
GeneralRe: Using drag and drop in c# Pin
Phanindra Kumar3-Jul-06 22:12
Phanindra Kumar3-Jul-06 22:12 
AnswerRe: Using drag and drop in c# Pin
jjansen3-Jul-06 22:39
jjansen3-Jul-06 22:39 
GeneralRe: Using drag and drop in c# Pin
Phanindra Kumar3-Jul-06 23:02
Phanindra Kumar3-Jul-06 23:02 
GeneralRe: Using drag and drop in c# Pin
jjansen4-Jul-06 1:17
jjansen4-Jul-06 1:17 
GeneralRe: Using drag and drop in c# Pin
Phanindra Kumar4-Jul-06 1:35
Phanindra Kumar4-Jul-06 1:35 
QuestionConverting Datagrid to Excel sheet in C# Pin
aaraaayen3-Jul-06 1:44
aaraaayen3-Jul-06 1:44 
AnswerRe: Converting Datagrid to Excel sheet in C# Pin
MCSD-Gandalf3-Jul-06 2:41
MCSD-Gandalf3-Jul-06 2:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.