|
If you pay us with gold (dollars are soo 2007 and outvalued) we would considder helping you.
If you have problems ask us those.
If you have bugs, the same.
If you would like to have a full functioning app, then pay.
|
|
|
|
|
You're not getting any source code. We'll help you write you own code, but not write it for you. You don't learn anything that way and turning in someone elses work as your own will just... well, it won't be pleasant.
You're need to start looking into a C# wrapper for TAPI3.0.
|
|
|
|
|
I hope this is not for real. I don't knopw for sure the US law (or where ever you really are), but in the UK un-attended dialers as you are describing are illegal. Lucky for you that your brain doesn't work otherwise you'd be a criminal.
Panic, Chaos, Destruction.
My work here is done.
|
|
|
|
|
Sounds like SPIT (Spam over Internet Telephony) to me.
"I love deadlines. I like the whooshing sound they make as they fly by." (DNA)
|
|
|
|
|
|
|
I don't know it is actually easy to understand what he wants. I think the worst question ever would have to be completely unintelligible. Lack of due diligence is de rigueur here.
Need custom software developed? I do C# development and consulting all over the United States.
If you don't ask questions the answers won't stand in your way.
Doing a job is like selecting a mule, you can't choose just the front half xor the back half so when you ask me to do a job don't expect me to do it half-assed.
|
|
|
|
|
Ennis Ray Lynch, Jr. wrote: it is actually easy to understand
Okay Mr Clever-Clogs, how do you drag grop?
Panic, Chaos, Destruction.
My work here is done.
|
|
|
|
|
I want a source code for reading bits from the lines of parallel port.I already have two sensors that give output signals of about +5v and want to read these sensor outputs independently when either is triggered.I figured that connecting the sens or outputs to the input lines of a parallel port will do and would like to order a (usb to parallel) adapter since i do not have a parallel port on my HP pavillion dv6000 laptop.Will the PC recognize the (parallel to usb) adapter as usb or parallel and if it can see it as parallel i need C# codes to help read the sensor outputs.Please help me because it's very urgent.
|
|
|
|
|
smilerP wrote: I want a source code
Here you go:
using System;
using System.Collections.Generic;
using System.Text;
namespace ConsoleApplication3
{
class Program
{
static void Main(string[] args)
{
}
}
}
Kristian Sixhoej
"You can always become better." - Tiger Woods
|
|
|
|
|
smilerP wrote: Please help me because it's very urgent.
Only if you tell me how urgent it really is.
|
|
|
|
|
Hi,
you can easily observe and control the circa 5 control lines of an RS232C port (directly attached, or USB-to-RS232C) using the SerialPort class available since .NET 2.0 (mind you, through USB the maximum speed for operating the control lines will be less).
I haven't seen anything I would trust to run on recent Windows versions for parallel ports.
Luc Pattyn [Forum Guidelines] [My Articles]
- before you ask a question here, search CodeProject, then Google
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get
- use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets
modified on Sunday, June 12, 2011 8:33 AM
|
|
|
|
|
|
what is the function of [STAThread] in c#
the quieter u become more u hear
|
|
|
|
|
|
I wanted to respond with the Google search page myself, but I was called away from my desk
Cheers,
Vıkram.
I've never ever worked anywhere where there has not been someone who given the choice I would not work with again. It's a job, you do your work, put up with the people you don't like, accept there are probably people there that don't like you a lot, and look forward to the weekends.
- Josh Gray.
|
|
|
|
|
Possibly to make you asking about.
BTW usuall ydocumentation [^] helps.
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke
[My articles]
|
|
|
|
|
They say the sea is cold, but the sea contains
the hottest blood of all, and the wildest, the most urgent.
All the whales in the wider deeps, hot are they, as they urge
on and on, and dive beneath the icebergs.
The right whales, the sperm-whales, the hammer-heads, the killers
there they blow, there they blow, hot wild white breath out of
the sea!
And they rock, and they rock, through the sensual ageless ages
on the depths of the seven seas,
and through the salt they reel with drunk delight
and in the tropics tremble they with love
and roll with massive, strong desire, like gods.
Then the great bull lies up against his bride
in the blue deep bed of the sea,
as mountain pressing on mountain, in the zest of life:
and out of the inward roaring of the inner red ocean of whale-blood
the long tip reaches strong, intense, like the maelstrom-tip, and
comes to rest
in the clasp and the soft, wild clutch of a she-whale's
fathomless body.
And over the bridge of the whale's strong phallus, linking the
wonder of whales
the burning archangels under the sea keep passing, back and
forth,
keep passing, archangels of bliss
from him to her, from her to him, great Cherubim
that wait on whales in mid-ocean, suspended in the waves of the
sea
great heaven of whales in the waters, old hierarchies.
And enormous mother whales lie dreaming suckling their whale-
tender young
and dreaming with strange whale eyes wide open in the waters of
the beginning and the end.
And bull-whales gather their women and whale-calves in a ring
when danger threatens, on the surface of the ceaseless flood
and range themselves like great fierce Seraphim facing the threat
encircling their huddled monsters of love.
And all this happens in the sea, in the salt
where God is also love, but without words:
and Aphrodite is the wife of whales
most happy, happy she!
and Venus among the fishes skips and is a she-dolphin
she is the gay, delighted porpoise sporting with love and the sea
she is the female tunny-fish, round and happy among the males
and dense with happy blood, dark rainbow bliss in the sea.
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997 ----- "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001
|
|
|
|
|
And a second bag of WTF for you Mr. Simmons
|
|
|
|
|
Now that clarified STAThread. Could you please also explain MTAThread?
Luc Pattyn [Forum Guidelines] [My Articles]
- before you ask a question here, search CodeProject, then Google
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get
- use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets
modified on Sunday, June 12, 2011 8:34 AM
|
|
|
|
|
And now, for some haiku...
A thread semaphore
Ordered chaos is timely
Relinquished again
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997 ----- "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001
|
|
|
|
|
This site needs a literary forum now.
Luc Pattyn [Forum Guidelines] [My Articles]
- before you ask a question here, search CodeProject, then Google
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get
- use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets
|
|
|
|
|
I know how to add the wmp component, but I want to add the following to the wmp (Two buttons):
* Slow motion function
* Zoom function
I looked this entire website and google, but I didn't found any answers. Who can help me out?
|
|
|
|
|
You'd have to write plugins to Meida Player yo pull something like this off. You'll find very few, if any, C# or VB.NET examples of doing anything like this though. The Media Player SDK is written for use with C++.
|
|
|
|
|
Hmm... That's too bad. Aren't there any other componments to download or media players with these two functions (Zoom and speed)?
|
|
|
|