all groups > dotnet general > december 2006 > threads for december 15 - 21, 2006
Filter by week: 1 2 3 4 5
Subscriber Downloads???
Posted by AlBruAn at 12/21/2006 9:08:01 PM
I have a Universal Subscription to MSDN that won't expire for another two
months; nonetheless, I'm unable to navigate to the subscriber download page
at MSDN. I've found a couple of links to subscriber downloads, but clicking
on them ends up with a page not found error. What's with that???... more >>
your favorite VB 2005 book?
Posted by www.douglassdavis.com at 12/21/2006 6:57:58 PM
I'm looking for advice here, and I would really appreciate it if you
could help.
Is there a VB 2005 book that you like and would recommend (and why)?
Would you consider it good for beginners to programming, intermediate,
or advanced level?
thanks.
--
http://www.douglassdavis.c... more >>
Caspol -s off in .NET 2.0 error
Posted by Chester at 12/21/2006 6:28:00 PM
Hi All,
We are doing development using remote login to distanced development
machines. As our profile is local, when we want to do build in the remote
machine, it takes long time. So in .NET 1.1 we used to switch off the CAS and
do the build. It used to be very much faster. Now, we've upgra... more >>
beginner: weakest sides of .NET?
Posted by R.A.M. at 12/21/2006 5:16:44 PM
Hello,
I am learning .NET 3.0 and I have such question: what are, in your opinion,
the weakest sides of .NET technology?
Thanks for your opinions.
/RAM/
... more >>
3rd Party UI controls for .Net 2.0 ... any comments/suggestion?
Posted by David Hauer at 12/21/2006 9:19:09 AM
Hi,
I am evaluating 3rd party user interface controls (Grid, Treeview,
Explorer bar, Ribbons, and common controls like checked-combo box,
calender etc).
I have 3 contenders:
Infragistics (Window Suit for 2.0)
Dev Express (6.0 for framework 2.0)
Janus (UI and WinForm Suit)
U... more >>
VS 2005 Service Pack 1 - details
Posted by Dwight at 12/21/2006 5:34:08 AM
Is there a file or link that details what SP 1 fixes and adds?
All I can find is general summary information.
Thanks
... more >>
PDF conversion
Posted by Nicol at 12/21/2006 4:24:00 AM
Hi,
My requirement is to change "text" content to pdf format and to store in
oracle database.
But i don't want to create a pdf file in server side every time i need and
then to read from it and to write to oracle.
I need the above operation to be performed without temporarily storing the
... more >>
Urgent help needed : Strange error !!!
Posted by calderara at 12/21/2006 2:53:00 AM
Dear all,
I have a windows application which works perfectly well on my developement
platform.
When deplyoing it I get an error :
"Exception has been thrown by the target of an invocation"
By placing log entry point I figured out that it fails executing the
following function:
CType... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ASP.NET 2.0: Page loaded twice on debug.
Posted by Tomás MartÃnez at 12/21/2006 12:41:01 AM
Hi,
I recently converted an ASP.NET project for framework 2.0. I never had any
problem using VS 2003 but today, debugging a page, I get surprised when I saw
that once debugged the last line, it was automatically debugged another time
since the first line and even the "if (!IsPostBack)..." c... more >>
Help with VB.NET Combobox
Posted by Scott Lam at 12/20/2006 9:27:01 PM
Hi,
Is there any way to access the values (not display names)of a combobox ?
For example:
combo1.DataSource = dataset1.tables(0)
combo1.DisplayMember = "Name"
combo1.ValueMember = "ID"
I want to iterate thru the values of the combobox inside my code , but
somehow there is not propert... more >>
Detecting .NET Framework 2.0 runtime env.
Posted by Ron M. Newman at 12/20/2006 2:45:00 PM
Hi,
You install a .NET 2.0 winforms application on a machine that doesn't have
the 2.0 redistributables and then run it. How do you elegantly detect that
and warn your users? Any way to avoid ugly uncontrollable error boxes?
Thanks
Ron
... more >>
Supress Alternating Row Style for Specific Data Grid Column?
Posted by Daniel Manes at 12/20/2006 1:49:34 PM
My DataGridView is set up like this:
* Main row background color = white
* Alternating row background color = light gray
I also have a read-only (non-editable) column I want to show up as
solid dark gray (i.e., no alternating row colors), but it shows up as
alternating dark/light gray.
Is ... more >>
Create custom rectangle UI Element
Posted by moondaddy at 12/20/2006 12:36:28 PM
I want to create a custom UI element which will be a custom rectangle object
in a c# XAML application. I'm new to XAML and c# as most of my experience
has been using vb with sql. I'm building a simple Visio type app where I
can drag rectangles on a canvas to create diagrams. for now I don't... more >>
Reconciling changes in the DataTable
Posted by Job Lot at 12/20/2006 3:53:00 AM
How can I reconcile changes between two data table and create a subset of
those changes. I have two data tables with same schema which gets populated
from two different xml files. I want to get hold of missing & changed rows in
first table from second table. Tables have ID as primary key.
T... more >>
Other Language
Posted by HELLO $$$ at 12/20/2006 12:00:00 AM
Hello every one.
I am beginner and finished learning C++ , as a native language and as
CLR(.NET).
Now suppose I want to learn other Language.
What Language do you recommend to learn so that I can design a good project
with the aid of two Languages??
( C++ & the other Language)
Thanks for he... more >>
Running installed application asks for MSI
Posted by Pieter at 12/20/2006 12:00:00 AM
Hi,
Two VB.NET Windows Forms (2.0) applications had the same behaviour when they
were run the first time by a user: after clicking on the shortcut, the
location of the MSI-file is asked, and a part of the installation is
(re)done.
What can I do to stop this behaviour? It was isntalled by... more >>
Firebird DB with .Net
Posted by Krish at 12/19/2006 9:38:06 PM
Hi
I am validating using the firebird Embedded DB with .NET.
has anyone used it with .NET and would like to share his/her
experiences about the same?
Kris
... more >>
Using Web.config's <system.web><pages><controls><add /></controls></pages></system.web> To Register UserControls
Posted by Nathan Sokalski at 12/19/2006 9:02:20 PM
My Web.config file contains the following section to register some of my
UserControls:
<pages>
<controls>
<add tagPrefix="NATE" tagName="Banner" src="~/Banner.ascx"/>
<add tagPrefix="NATE" tagName="Navigation" src="~/Navigation.ascx"/>
</controls>
</pages>
However, I still r... more >>
How to cast Boolean[] to Object[]
Posted by fj at 12/19/2006 8:57:07 PM
I use reflection to get a property from an object. The property is always an
array of a basic datatype. I only care about the first item and get the
string value.
//obj is the object I want to get a property value from.
Type type = obj.GetType();
PropertyInfo propertyInfo = type.GetProp... more >>
net 3 replaces net 1?
Posted by kOOk at 12/19/2006 7:26:03 PM
i saw a recent post that said .net framework 3 also contains 2? how about
1? i've searched the documentation and google groups and can't find the
answer.
TIA
... more >>
PLEASE ... Fatal error when compiling Windows.Forms application
Posted by Pierre at 12/19/2006 6:20:00 PM
Hello,
I have an simle application that uses a referenced library of my own. It's
been a year now that I have no problems until a few days. Here is the
details of my problem:
The library referenced by the main application compiles properly. When I
compile the main application, I have the ... more >>
Help with inataling Update Rollup 2.
Posted by Foamer at 12/19/2006 5:19:01 PM
Heres what I need help with. I have Windows XP, with Media Center 2005, but
when I go to install the Update Rollup 2 it says that I have Media Center
2002 and the closes! Van anyone help me with this!... more >>
Audio App
Posted by James at 12/19/2006 3:50:12 PM
I'm looking to write a simple application that will record whatever the
output of my speakers is, to any type of audio format. Don't care if it's
MP3/WAV/WMA/FLAC/whatever. Gut feeling tells me this isn't as simple as it
should be. Any ideas where to start, or knowledge of any stumblings bl... more >>
HELP with Webclient and simultaneous threads
Posted by Ezequiel at 12/19/2006 2:14:06 PM
Hi,
I=B4m coding an application that is able to download various mp3 files
at the same time.
For each mp3 download i=B4m using a thread. Each thread uses
System.net.WebClient.
If i try to download 3 files at the same time, 2 of them starts
downloading (i see in the explorer the size incresin... more >>
How to print a PDF file in .NET?
Posted by Fir5tSight at 12/19/2006 11:34:07 AM
Hi All,
I have a class defined for PDF file. I have a method called "Print"
that should print this PDF file:
override public void Print()
{
// TODO print pdf! What shall I do to get it printed?
}
Any advice?
-Emily
... more >>
Add/remove stored procedures in .NET project
Posted by Fir5tSight at 12/19/2006 11:25:34 AM
Hi,
I'll need to replace an existing stored procedure (let's call it
old_SP), with a new one (let's call it new_SP) in a Visual Studio .NET
project.
Here's what I did:
1) Open "Dataset.xsd" to display the tables with their columns for the
stored procedures;
2) Manully add a new table ... more >>
Help!!
Posted by Lyon at 12/19/2006 6:28:49 AM
Hi everyone:
I have 20 threads and each creats a file in the same directory,
respectively.
However, because the threads are not synchronized, and only some of the
20 threads
creat the file in the directory successfully.
How can I make sure that the 20 threads are able to creat the files in
... more >>
Windows Service or Console application
Posted by Krish at 12/19/2006 4:13:02 AM
I want to develop and application that run periodically in the server
machine. Now Should I go for a windows service or just create a Console
application and schedule it using the windows Task Scheduler.
What are the advantages and disadvantages of each approach.
Thanks
Krish
... more >>
Technical advice needed regarding polling the database
Posted by Nadia Amir at 12/19/2006 12:00:00 AM
I have a database which is very frequently updated .I want an option that
user can specify that after how many minutes he/she wants to see those
changes . Like a mechanism which would do
1.. Poll database after a user defined period and then bring those changes
,mean while displaying ... more >>
Writing Application for Windows CE
Posted by Tedmond at 12/18/2006 10:40:00 PM
Dear all,
I would like to know what I need for writing application for win CE. I am
using Visual Studio .NET 2003. Is that ok for compiling win CE program? Or
I need a special verion of .NET studio for creating CE program?
Thanks for any help.
Tedmond... more >>
.Net 1.1 vs 2.0
Posted by Rich Douglass at 12/18/2006 5:21:34 PM
Hi,
Last week I installed .Net 2.0 on a machine that already had 1.1
installed on it. Upon completion of that, my application started
misbehaving.
In the debugger, I found that my message hook no longer seems to run
properly if the main window is minimized. After 10 seconds, it times out... more >>
ActiveX & IE interaction
Posted by Mercdev at 12/18/2006 4:42:33 PM
I have an ActiveX control inherited from UserControl. This control is
hosted in IE(version 6 or later). How i can navigate IE from this control.
I know that i need to obtain IWebBrowser2 interface and work with it,
but i can't. Can someone show an example how to get IWebBroswer2 or way ... more >>
Whats the best group for .net 3.0 and xaml questions
Posted by moondaddy at 12/18/2006 1:19:06 PM
What's the best group to search and post xaml questions?
--
moondaddy@noemail.noemail
... more >>
VS2005 SP1 fails on WinXP 64
Posted by Chris Mullins at 12/18/2006 1:16:31 PM
I'm trying to install the Service Pack 1 to Visual Studio, and I keep
getting:
"The installation source for this product is not available.Verify that the
source exists and that you can accesss it."
Anyone had an luck installing on XP 64?
--
Chris Mullins
... more >>
LoaderLock Detected and remoting
Posted by ropo at 12/18/2006 8:35:41 AM
I'm using .NET 2.0, I have a manged windows service which uses a mixed
C++ assembly. I also have a mangaged dll that defines the interface to
the mixed assembly. Another application communicates with the service
through remoting using the managed interface.
Mostly this works ok, but when a cal... more >>
Bind integer to image for a column in grid
Posted by Fir5tSight at 12/18/2006 8:34:12 AM
Hi All,
I have a column defined as integer indicating a status. For instance,
"1" is pass and will display a green light, while "2" is fail and
should display a red light.
I use a stored procedure to get the columns in the grid. I have two
small images ready (a green light and a red light).... more >>
Setting Wait cursor without a reference to main form.
Posted by info NO[at]SPAM devdept.com at 12/18/2006 12:54:23 AM
Hi All,
I am trying to set the hourglass cursor inside a class that has nothing
to do with MainForm class and I don't want to pass a reference to
MainForm.
How can I set the current cursor to Hourglass and then back to arrow?
Thanks a lot,
Alberto
... more >>
.net 2.0 SP1 or .net 2.1
Posted by Alejandro Kwiatkowski at 12/17/2006 11:09:08 PM
Any dates for .net 2.0 SP1 or .net 2.1?
... more >>
How to avoid redundant case statements in a stored procedure
Posted by Fir5tSight at 12/17/2006 6:30:31 PM
Hi All,
I have a "SELECT" statement in a stored procedure that looks like the
follows:
--------------------------------------------------------------------------------------------------------------
SELECT
CASE WHEN ( ri.Status NOT LIKE '%COMPLETE%' ) -- report not
completed
THEN ... more >>
Asp.Net Equilivant of Me.Name
Posted by Larry Rebich at 12/17/2006 4:25:07 PM
Is there an Asp.Net equilvant of VB6's Me.Name? And hopefully it will
contain the path of the page.
What I want to do is use the name as the return page from a called page. I'd
like to write something like:
'Calling page:
Save me.name in Cookie
Call SomePage
--------
'Called SomePage
... more >>
Using Insertion Strings and Message Files when writing to event lo
Posted by Michael Blumenthal, MCSE, MCAD, MCDBA at 12/17/2006 12:32:01 PM
I am writing a .NET 1.1 C# windows service that writes to a dedicated event
log (not the application event log, but one that I created).
I want to make full use of all the fields in an event log record - category,
event ID, etc. I would like to make use of a message file as well.
I have cre... more >>
Web Service Question
Posted by Ryan Smith at 12/17/2006 12:26:00 PM
I have a web service that I have written and can't seem to get it working
properly. I have a function that is exposed as a WebMethod() that is working
great. The problem is that i have several variables that need to be set
before calling the function. How can I go about setting those variab... more >>
Bugs, bugs ...
Posted by PawelSokolowski at 12/16/2006 4:01:24 PM
Hi all,
Is there any place where can I report bugs in Microsoft products in a way
that gives somethings ?
I mean anyone there cares ?
I was coping with bugs in Visual Studio for years, but I have enough.
After installing Service Pack 1 for .NET 2003 I just cannot stand it.
Simplest things ar... more >>
Server Side PDF Tool HELP!!!
Posted by KT at 12/16/2006 2:47:01 PM
I am looking for a server side PDF tool that provides various PDF services to
ASP.NET applications.
We have a common need to programmatically open, manipulate PDF files on the
web application server for output to the web.
client.
Specifically, we want to:
1. Withing existing PDF file... more >>
PDF with .NET HELP!!!
Posted by Yoda at 12/16/2006 9:08:38 AM
I have an app with 100's of PDF files that I open in a .NET app. When the
PDF opens, it opens in Adobe.
Does anyone know how to grab the text field where users entered values from
the PDF via ASP.NET?
Thanks in advance.
... more >>
Simple GUI questions
Posted by James at 12/15/2006 9:04:58 PM
I'm making a very simple slideshow application. The issue I'm facing now is
the application (by design) has no menus or max/min/close icons. It's
basically just a rectangle as far as the end user is concerned.
Now, because the standard windows toolbar is suppressed, there's no way to
"mov... more >>
What triggered this event?
Posted by Daniel Manes at 12/15/2006 2:41:52 PM
Something is causing my DataGridView to raise a SelectionChanged event,
but I can't figure out what.
It's definitely not a user action, and it's not something I programmed
directly. It's obviously some side effect of something else I'm doing
with the DataGridView, but I can't figure out what.
... more >>
DrawString on to an image (text on an image)
Posted by JR1 at 12/15/2006 1:36:00 PM
I would like to add text to an image. I have tried to use DrawString and it
works on some images but on others it is very very small. I am pretty sure
it has something to do with the size of the image but I have had varying
results on multiple images.
Is there anyway to make the text a fi... more >>
How can we extract assemblies from GAC?
Posted by vinodmishra NO[at]SPAM gmail.com at 12/15/2006 1:15:55 PM
I have a small query. How can we extract assemblies from GAC?
Regards,
Vinod Mishra
... more >>
DataGrid and text box
Posted by JRD at 12/15/2006 9:54:37 AM
Greetings,
I was wondering if anyone has come across a scenario and like this and what
solution did you use.
I have a datagrid that is populated from the database with the list of drugs
and their associated dose and so on.
And then I have a single textbox (multiline) that has informatio... more >>
Handling of different return code correspondingly in a stored procedure
Posted by Fir5tSight at 12/15/2006 9:00:30 AM
Hi All,
I have a C#.NET code as follows:
private void ScanInput_KeyPress(object sender,
System.Windows.Forms.KeyPressEventArgs e)
{
try
{
Row lRow = this.Connection.InsertScannedFile(ID);
}
catch (Exception /*lException*/)
{
textMessage.Text = "The ID value cannot be fo... more >>
MSSOAP errors
Posted by Doug at 12/15/2006 6:53:22 AM
On a server that we run automated apps on, that has VB code that uses
the MSSoap tool kit to access a web service, we periodically get these
errors:
Soap error: XML Parser failed at linenumber 1, lineposition 0, reason
is: No data is available for the requested resource.
Soap error: Loading... more >>
nvarchar vs varchar in .net application
Posted by stuckish NO[at]SPAM gmail.com at 12/15/2006 5:36:44 AM
My collegue is saying that you should store text data in Sql Server i
unicode fields (nvarchar) beause that .net (asp.net website) is all
unicode and therefore you save some time not having to convert the data
from ascii to unicode.
So i thought that i should ask you experts what you saying ... more >>
Gridlayout
Posted by Mitesh at 12/15/2006 3:53:14 AM
Please tell me how to go into Gridlayout from FlowLayout in Visual
Studio 2005?
... more >>
|