|
Pete O'Hanlon wrote: Do you need it with an all consuming, burning desire? Can you not sleep at night, sweating as you think about all the code that has been lost to you, lost as it cavorts with others, dancing the night away like the brazen harlot that it is? Is it the mistress that drives you wild with desire, while you know that you shouldn't be seduced by the sultry temptress?
You've take up writing trashy novels, haven't you?
You better stop this - you might start turning the newbies on in ways you never thought possible!
|
|
|
|
|
Dave Kreskowiak wrote: you might start turning the newbies on in ways you never thought possible!
Ooh yuck.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
My blog | My articles | MoXAML PowerToys | Onyx
|
|
|
|
|
hi
in my project i am using grid view to show data. at the same i want to allow the user to make changes in grid view and also can new record in it and at save button all data save to the database.
it is pretty simple if acheive with SqlDataAdapter as achieve in An ADO.NET multi-database, multi-tier solution by using methods SqlDataAdapter.Fill() and SqlDataAdapter.Update()
now help me how can achieve it via linq
|
|
|
|
|
|
Hi
Hello I am a windows base Developer recently go for web application development please help me I don’t know how to using the java script using ASP.net and C# how to when I click the button. popup calendar appear then select the date value to pass the that value to another page give a sample of the code
|
|
|
|
|
This post is better suited in the ASP.NET forum.
(Also, my guess is that Google will give you a lot of hits with tutorials on this issue..)
|
|
|
|
|
|
I need to draw a graph in C#, which has lables on the y axis (e.g drive 1, drive 2) and time on the x axis. The problem is this isnt a normal graph, the data will have an open close point, so the graph will have a bar from when the drive starts writing to when it finishes, then again when it start. By doing it graphically I can see when all the drive are not writing. Also maybe in the future I need the graph/pitcure to be dynamic so I can zoom into an area to get more info and zoom out to get a bigger pic, but this is a minor detail, getting the stuff drawn I the main focus.
Drive 1 | ----- -- ----- - -------- the bar might look something like this (bad picture i know)
What would you say the best way to go about this is?
|
|
|
|
|
That's a fairly wide ranging question, but the following Google search[^] looks useful.
|
|
|
|
|
Hi,
Could anyone suggest me a .net audio library (open source prefered) to crop mp3 files using C#.
Regards,
Anoop
|
|
|
|
|
Hi,
I just searched through CodePlex and I found Splicer[^]. The list of features includes this: "Apply effects and transitions to audio and video."
You might want to check if it would support cropping an audio file.
“Follow your bliss.” – Joseph Campbell
|
|
|
|
|
How can I create an API document from my C# metadata information (methods and class name descriptions etc.)?
Not pure C# related perhaps but anyway.
Thanks for help!
|
|
|
|
|
Check out Sandcastle[^], it generates a MSDN-style documentation from the XML-comments in your sourcecode
I are Troll
|
|
|
|
|
Hey,
I just recently went from VB to C#, and I must admit a lot of things are better. But the thing I miss most are the void dividers (grey bar) between the voids in Code View, which VB had. Is there a way to get these back?
Thanks in advance,
Zaegra
Motivation is the key to software development.
|
|
|
|
|
I'm not really sure what these void dividers are, but I think you could ask about this in the Visual Studio forum (presuming you use VS). Good luck!
|
|
|
|
|
|
Please do not post the same question in multiple forums, read the guidelines[^].
|
|
|
|
|
hello
I want to ask a question,,
I add a tab and i want to show some of it's tabpages and to disappear the other, the tabpages has no such property as visible or enable. how i can do it?
Thaer
|
|
|
|
|
Initially I thought that the Show and Hide methods of TabPage would do the trick, but it doesn't seem that way.
You could probably achieve what you want to do by first creating your TabPage objects and then call TabControl.Add and TabControl.Remove to add/remove (show/hide, enable/disable) the tab pages you want.
This is not the most elegant solution though, but it will solve your problem
Good luck!
|
|
|
|
|
Interesting. Do you mean you don't need so many tabs? Cuz, first, when one tab is showing, the others are hiding; second, tab pages can be removed if not needed.
|
|
|
|
|
I have developed a windows service in C#, however, when I start the service. I get the error detailed below. Can anyone help solve this problem?
Could not load file or assembly 'MySql.Data, Version=1.0.7.30072' or one of its dependencies. The system cannot find the file specified.
|
|
|
|
|
Hi,
I guess you implemented something with MySql. The service needs the assembly "MySql.Data.dll" within the GAC. Try to register the assembly there and your service will start (hopefully).
Regards
Sebastian
|
|
|
|
|
Thanks for ur reply.
How do I Install MySql.Data.dll in gac.
When I tried using gacutil -i MySql.Data.dll, got an error "Attempt to install an assembly without a strong name"
|
|
|
|
|
Maybe this is what you're looking for?
|
|
|
|
|
sup brahs, I'm new here, I just wanted to ask you guys if you have a sample source code for Point of Sales (POS) system in C#? it doesn't have to be really good or something.. really basic would do it for me. for a sample food chain if possible.. cos it's the simplest one. Gui based with any kind of design pattern. I really need help with it. Thank you so much and will appreciate the replies.
|
|
|
|