all groups > dotnet general > may 2006 > threads for wednesday may 31
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
How to Fax on Demand
Posted by Jordan Richard at 5/31/2006 8:32:00 PM
I'm desigining and building a new system from scratch that will provide its
users with the ability to send faxes on demand (amongst many other
features).
This new system will include a .NET 2.0 Windows Forms client with a SQL
Server 2005 database on the back end.
I would like to know som... more >>
populating treeview
Posted by Mike at 5/31/2006 7:55:07 PM
Hi all,
I have a dataset that contains following records:
id ref_id level
--------------------------------------
A - 0
A1 A 1
A2 A 1
A3 A 1
A11 A1 2
A12 A1 2
A21... more >>
Why I can't install .NET Framework v1.1 on WindowsXP with SP2
Posted by mmijic at 5/31/2006 7:18:52 PM
First of all my English is not too good so please try to understand me.
Thanks
I have a major problems with the installation of MS .NET Framework v1.1 on
WindowsXP with SP2. Everytime I try to install it I get a popup with the
following message:
"Application popup: RegSvcs.exe - Common Lang... more >>
Regular expression
Posted by Cylix at 5/31/2006 6:18:45 PM
I am going to write a function that the search engine done.
in search engine, we may using double quotation to specify a pharse
like "I love you",
How can I using regular expression to sperate each pharse?
test case:
"I love" all "of you"
I would like it return:
"I love", all, "of you"... more >>
Marshalling Data Question
Posted by PickwickBob3 at 5/31/2006 6:13:01 PM
I am trying to obtain a list of HID devices and am trying to use UINT
GetRawInputDeviceList( PRAWINPUTDEVICELIST pRawInputDeviceList,
PUINT puiNumDevices, UINT cbSize);
a USER32.dll. but the function fails. Here is the code. I am new to
Marshalling. Can anyone suggest my error and... more >>
DirectoryServices Property Update
Posted by Davie at 5/31/2006 2:46:07 PM
I have the following code for updating the secretary field in AD using
VB.NET 2005. However, I get a rather unhelpful 'Unspecified error' when i
try to set the property. Any help would be greatly appreciated.
Dim usr As New DirectoryEntry(personDistinguisedName, adminUserName,
adminP... more >>
Edit and Insert With Single Template
Posted by Metal2You at 5/31/2006 2:07:23 PM
I have a FormView control that I'm using to edit and insert records in
a table called Members in a Sybase database.
The short story is that there are a LOT of controls, and the controls
are exactly the same in both the EditItemTemplate and the
InsertItemTemplate. Is there any way to use the s... more >>
Serial Communications in ASP.NET
Posted by Franklin M. Gauer III at 5/31/2006 11:52:02 AM
Hi All,
I've written an ASP.NET application (webservice) that does simple serial
communications via the .NET 2.0 SerialComm object.
The application runs fine on my development machine. The problem is when we
try to deploy it to another machine we receive: ACCESS IS DENIED TO COM1 PORT.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Reflection issue
Posted by SalamElias at 5/31/2006 11:19:02 AM
I am trying to create a generic routine to create dynamically either Radio
buttons or CheckBoxes. The RadioButton has the event "CheckedChanged" which
doesn't exist in the CheckBox control.
I tried to create the controls through reflection, then check if it has this
property as follows to add... more >>
Plataform Agnostic
Posted by Max André Bündchen at 5/31/2006 11:02:36 AM
Hi,
I'm starting a project that will work in many clients and a requiriment is a plataform agnostic system. The idea behind the project
is a winform client based interface with a webservice communication middle tier.
In .Net 2.0, it's very easy to develop and deploy for Windows. My question ... more >>
Newbie-best way to pass around data
Posted by Ronj at 5/31/2006 10:24:03 AM
I would like to pass around data between aspx pages. I understand Session
vars should be minimized and may not scale without extra work. I thnk my
options are:
- Server.transfer
-Response.redirect
-Session variable
-POST or Get with a form
-new postback to others page in v2
-Hidden field?
... more >>
Extract Project from SourceSafe
Posted by Rick B at 5/31/2006 8:05:03 AM
After checking a project into sourcesafe how can i remove it from sourcesafe
and use it outside as it's own independent project?... more >>
Creating Classes
Posted by Herman Jones at 5/31/2006 6:31:02 AM
Using Visual Studio 2005, I'm trying to create a simple unmanaged C++ class
that will be called from a VB application. I've got the class working using
basic functions, but I'd like to overload the "=" operator so the VB app can
assign values directly to the class. When I use "operator=", VB... more >>
<<< State of the art web solution Online>>>
Posted by mae2x at 5/31/2006 3:37:50 AM
<<< State of the art web solution Online>>>
WickedInnovations has an extensive working experience in E-commerce
solutions, web site design , website development , graphic design ,
search engine optimization , database integration, multimedia
presentations, corporate Identity and a lot more.
... more >>
|