all groups > dotnet faqs > january 2005
Microsoft is Software is all Wrong
Posted by arturo-g NO[at]SPAM lycos.com at 1/31/2005 5:04:02 AM
That's it. No more. I have been a developer for 10 years and that's
it.
ALL MICROSOFT PRODUCTS ARE JUST NOT WORKING PROPERLY!!! I SPEND MORE
TIME RESEARCHING ON MICROSOFT BUGS THAN ACTUALLY DEVELOPING ANY
SOFTWARE MYSELF!!!
TO ALL DEVELOPERS THERE AT REDMOND / ANYWHERE!!! YOU SHOULD WRI... more >>
Calendar Control info
Posted by Manoj Paramu Das at 1/28/2005 1:01:28 PM
Hi,
found this code by Sushila B. Patel, which shows the events for the current
month, but shows nothing if its from another month since it has e.Cell.Text
= "" if .Day.IsOtherMonth =true any idea to implement that part?
Private Sub Calendar1_DayRender(ByVal sender As Object, ByVal e As
... more >>
Best way to re-use C++ classes in .net
Posted by Priyesh at 1/28/2005 8:11:44 AM
I am looking at writing a C# application which needs to re-use a
considerable amount of C++ code (data structures and business rules). What
would be the best way to go about this?
I am thinking about having the C++ classes behind an automation server (like
the office object model). Is that the... more >>
Help in solving queries.......
Posted by Patrick at 1/26/2005 4:27:10 PM
Hi Group
I want to divide one column by another column and stored that value into
third column.
Example :
Column A, Column B, Column C
I want to divide Column B by Column C and stored that value within Column A
Basically Column A is %
Column B < Column C ( always )
When I use divi... more >>
News Reader Test - One Reply Pleeeeese
Posted by Rob Lorimer at 1/26/2005 11:25:26 AM
I'm not sure if my news reader is working right.
Can someone please reply to this so I can test.
... more >>
Like keyword
Posted by Patrick at 1/25/2005 5:03:54 PM
Hi Group
I have one column which can be either Null or with some value.
I have one filter criteria in From End with
"All", 'RTF Yes' and 'RTF No'.
Depending on the filter selected by user i have to select the pertaining
rows as below
If Filter "All" select all rows from table
if Filter =... more >>
MSMQ problem
Posted by Laszlo Csabi at 1/25/2005 1:05:47 PM
Hi Folks,
I got a problem with message queue. I want to put a row of a dataset into
the message body and when I send it to the Q I throws an Exception.
Error message is : YNOTCALLME.MULTISOFT.ENTITY.dsDistributor.DistributorRow
cannot be serialized because it does not have a default publi... more >>
Question regarding SP
Posted by Patrick at 1/24/2005 3:48:00 PM
Hi guys
I have written one stored procedure. At the end it returns the set of rows.
I want to define cursor on the result which is sent by stored procedure.
How can i do that ?
Thanks
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
cross - tier event delegation
Posted by ruselw NO[at]SPAM gmail.com at 1/24/2005 9:17:08 AM
My question is: how can I fire an event from an object on one machine
and listen for and handle that event in an object on another machine?
Does anyone know if this is possible? Here is my problem:
I'm creating an enterprise application which integrates multiple
smaller applications through B... more >>
DataGrid
Posted by Imdad at 1/24/2005 2:23:02 AM
How do I embed a combo box in a datagrid column in VB.NET... more >>
Embedding a Control in DataGrid
Posted by Imdad at 1/24/2005 2:15:02 AM
How do I embed a combo box in a datagrid column... more >>
Sending email through Stored procedure
Posted by Patrick at 1/23/2005 2:37:54 PM
Hi
Can anyone tell me how can I send email through stored procedure in sql
server ? I want to send attachment with this email too.
TIA
... more >>
How to Deploy .NET across an organization
Posted by Bryan Linton at 1/21/2005 9:43:00 AM
Is it possible to assign the installation of .NET framework 1.1 to computers
via a GPO, or possibly use Automatic Updates/SUS to accomplish this? I want
to find a way to roll out the .NET framework across the business without
needing to visit each machine (or without needing to re-image all t... more >>
Newbie Question: learn vb6 or .net
Posted by -XC- at 1/19/2005 2:22:15 PM
Hi folks,
I'm just a hack programmer, but have done quickbasic, quickc, ansi c/cvi and
would really like to poke around with vb6.
But *nobody* sells it anymore, short of looking for one of the less
expensive versions on ebay which I don't think I want to do.
Should I just go ahead and buy vb.... more >>
System.Data.OracleClient
Posted by JJ at 1/10/2005 2:47:02 PM
Hi,
I don't know if this is the correct newsgroup to post this question, but
here goes.
I have installed Visual Studio .Net Professional 2003. I checked the
version and it is 7.1.3088. It says in the books that I have read, that this
version already has namespace for oracle db connecti... more >>
.NET Framework 2. SerialPort
Posted by Ryan Taylor at 1/10/2005 11:14:05 AM
Hello.
I am wondering when .NET Framework 2 will be released. I am looking for a
completly .NET solution to communicate with the serial port. The SerialPort
functionality looks great, but I cannot deploy an application using beta
software.
Ryan
... more >>
EARN $114,668/- IN JUST 1 TO 2 MONTHS, FREE TO JOIN (MUST READ THIS)
Posted by theeb basheer at 1/9/2005 11:11:32 PM
Hello Friend,
Do you know you can earn $114,668/- in just 1 or 2 months.
Success depends on choice and not chance.
There are millions of opportunities on Internet but only few are genuine rest all are scams and frauds, and genuine opportunities are hard to find.
What if I tell you that y... more >>
automatic start-up programs
Posted by Robyn Wagner at 1/9/2005 3:21:43 PM
How do I know which programs can be unchecked in
msconfig? I keep getting the message that i am running
dangerously low on resources . There are lots of programs
checked in msconfig. I am sure some of them can be
unchecked, but i don't have a clue which ones . Can you
help me? Thanks... more >>
Update from VS.NET 2002 to VS.NET 2003
Posted by Sami at 1/7/2005 1:27:50 PM
Hello,
Is there anyway one can obtain the upgrade CD from VS.NET 2002 to VS.NET
2003. I bought the Visual Studio Enterprise Architect 2002 when it came out
and missed out on the opportunity to buy an update to VS.NET 2003 when it
was being offered on the Microsoft Web Site. Where can I find the ... more >>
calling cpp file from c#
Posted by Ohad at 1/4/2005 11:09:46 AM
Hi,
Can I use c++ source files in my c# project, and in c# call the c++ classes?
If so, how can I do it?
please cc to my mailbox: ohad@usbphone.com
Thanks a lot
Ohad
... more >>
char[] and byte[] to string
Posted by Ohad at 1/4/2005 11:01:10 AM
Hi,
I have (in c#):
byte b = new byte[12];
char c = new char[12];
string s;
How do I make s contain the data in b and c?
Please cc to my mailbox: ohad@usbphone.com
Thanks a lot,
Ohad.
... more >>
Debug an ASP program
Posted by Eitan at 1/2/2005 2:57:16 PM
Hello,
Can I debug an asp file with Microsoft Dotnet Development environment
(dotnet architecture) (or check whether the syntax is correct) ?
If so, than how can I do that - need sample, please.
Thanks :)
... more >>
|