all groups > dotnet general > january 2006 > threads for tuesday january 10
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
.Net sound recorder
Posted by Dave A at 1/10/2006 9:41:46 PM
Hi,
I need to write a small WinForms application to record some sound in WAV and
then integrate with another online application. I cannot find either a MS
component or 3rd party component that will let me record sound.
Does anyone know of any components or techniques to solve this problem... more >>
WebBrowser and clicking the button
Posted by matko at 1/10/2006 9:01:05 PM
There is a button on a website that I would like to click, using code.
This could apply to any website and any sort of button, whose name is
known.
As an example:
1) Navigate to www.google.com.
2) Use the following code:
private void MyButton_Click(object sender, EventArgs e)
{
HtmlEle... more >>
Index -1 does not have a value - DataGridView
Posted by ME at 1/10/2006 8:19:13 PM
I was running into a problem with the DataGridView while binding it to an
object Collection. I got it working and I thought others might like to know
how.
-------------- Problem -------------
The grid was bound to a simple object collection. The object contained
string and decimal proper... more >>
Status Lan connection - bytes send / recieved
Posted by newbie at 1/10/2006 7:37:16 PM
Hi all,
http://www.aswin.be/nictransfer.JPG
How can I get these numbers with VB.NET ?
I thought somewhere in WMI but I can't find them.
Thank you,
Aswin
... more >>
Shell Commands
Posted by martins at 1/10/2006 7:27:26 PM
Hi,
My application uses SHELL command to run external programs, like this :
Shell("program.exe", AppWinStyle.MinimizedNoFocus, True)
or
Shell("program.exe", AppWinStyle.Hide, True)
It runs OK, but my application don't refresh, I can't see the logs of my
application's listbox, nothin... more >>
unexpected CR parameter dialog
Posted by Mounilk at 1/10/2006 6:00:17 PM
sorry for cross posting..but i did not get any replies in the other
NG's.
I have a CrystalReportViewer(crv) on my form. I also have a dataset
(dtsReportData) populated with the required data and i have a
ReportDocument (rdReport) object. The data source for the crystal
report (CR 11) is a sto... more >>
COM+ or Web Service?
Posted by ThunderMusic at 1/10/2006 4:52:59 PM
Hi,
I have to connect to a distant DLL (.NET DLL) and I would like to know
which of the COM+ or Web service is the best... What are their pros and
cons? I absolutely don't know how COM+ works, so that's why I can't really
compare.
I've seen on the web many people are having trouble us... more >>
Recommend Hosting Sites
Posted by Joe Reiss at 1/10/2006 4:43:38 PM
Hi All,
OK, I'm almost there with my web site. Using VWD 2005 Express Edition,
ASP.NET 2.0, C# and SQL Server 2005. Now I need a reliable hosting company.
Any recommendations?
Thanks,
Joe
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
how to send mail using Outlook from my program
Posted by Senthilkumar at 1/10/2006 1:00:57 PM
Hi,
I would like to send mail using Outlook or Outlook Express my .net program
which is written using vb.net . When ever a new record of particular type is
added, i would like to send an automatic mail using Outlook. I thought of
using commercially available components but i would like to ... more >>
DataGridView Scrollbars missing
Posted by dbuchanan at 1/10/2006 11:51:14 AM
Hello,
My dataGridView is configured with the "ScrollBars" set to both.
When the form is displayed no scroll bars appear. Therefore I don't
have access to the columns beyond the right side of the window!
If I set the property in code "dgv.ScrollBars = ScrollBars.Both" The
scroll bars *sti... more >>
Application to send SMS via phone connected to PC
Posted by shedrool at 1/10/2006 11:38:04 AM
I need to write an application (in any language, but preferrably C#) that
runs on a server or laptop, connects to a mobile phone through a data cable,
and sends an SMS message using the attached mobile.
Can anyone point me in the right direction for how I should approach this
project? Any s... more >>
Call to GNUmake via System.Diagnostics.Process results in error only if redirecting output
Posted by rubikzube* at 1/10/2006 11:20:31 AM
I am attempting to place a call to make via System.Diagnostics.Process
using the sample code below. If I comment out the two problem lines
indicated, then the code runs smoothly and make performs quite well.
If I leave the two problem lines in, then make "encounters a problem"
at the exception ... more >>
Manage My Windows Service from User App
Posted by AMDRIT at 1/10/2006 11:05:52 AM
In VS2003, I would like to modify my windows service so that I may remotely
interact with it. I am looking for an article or two, or a detailed
description here of what to do. If you folks could point me into the right
direction, I would appreciate it.
Here is my thinking: (I didn't put a... more >>
Ent Lib DAAB 2.0 Quickstart
Posted by moondaddy at 1/10/2006 10:05:50 AM
I'm checking out the Ent Lib for the first time and tried to run the
Quickstart for data access. upon clicking the first button in the sample
app I get an error saying there may be an error trying to connect to sql
server 2005.... Is this really expecting sql server 2005? or is this just
... more >>
Newbie scratching his head
Posted by BPB at 1/10/2006 9:19:02 AM
I've been a designer for years and am now getting into development. However
I'm a bit confused as to which language to learn first. Visual Basic looks
easy to learn but I've read C# is much more powerful. Which would you
recommend I start out with?
Also, what are the real differences between ... more >>
.Net framework RAM/processor requirements understanding
Posted by Raj at 1/10/2006 8:43:03 AM
1) What would be the runtime RAM requirements for a managed application
compared to similar application unmanaged. Will there be more RAM required
because it is managed application, say simple application like 'Hello world'
which is not using any stack or heap variables.
2) If I install ... more >>
Understanding Monitor.Enter(Object)
Posted by Clark Sann at 1/10/2006 6:49:41 AM
Can someone help me understand what object should be used as the lock
object? I've seen some programs that use Monitor.Enter(Me). Then, in those
same programs, they sometimes use another object. Why? I would appreciate
it if someone could help me understand the ramifications of picking an ... more >>
[c#] long and bitwise & operator
Posted by seb666fr2 NO[at]SPAM yahoo.fr at 1/10/2006 5:26:07 AM
hello,
Anybody can tell me why it is impossible to use the '&' operator
with operands of type 'long' or 'ulong' and what i must use instead
of this?
thanks.
... more >>
AVI with .NET
Posted by Fernando at 1/10/2006 2:32:46 AM
hi,
I can get AVI length and width, and other info, by calling the API avifil32
library.
But is there a .NET solution to check if an AVI audio is with wrong VBR
bitrate ? i.e., if you open Virtualdub it checks automatically the AVI file
and in case of errors it gives this message :
Vi... more >>
Is SOAP viable for local process communication?
Posted by paul.drummond NO[at]SPAM dsl.pipex.com at 1/10/2006 1:57:31 AM
Hi all,
I am new to whole idea of "web services" and architectures such as .NET
and J2EE so please bare with me. I am trying to research as much as
possible before asking silly questions but there is so much out there!
I need to start somewhere!!!
My question is, when developing local non-... more >>
|