all groups > dotnet general > april 2005 > threads for thursday april 21
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
Deleting rows in Access database table
Posted by Mark at 4/21/2005 7:04:03 PM
I get an error message when deleting rows from a table in Access database.
My understanding is that the error message relates to the sharing of the
Inetpub and the wwwroot directory.
While I have set the directories to "Share" in the properties window, it
still does not allow row removal.... more >>
how to get rid of namespace prefix
Posted by saliwen at 4/21/2005 6:54:03 PM
keyboard macro c++ methods shotrtcuts
Posted by marfi95 NO[at]SPAM yahoo.com at 4/21/2005 5:30:43 PM
I love the F12 key under C++ where I can go directly to a method even
if it is overloaded. What I was wondering is if there is a way through
a macro or something that already exists that would let me put the
cursor on a method and return a list of methods that call that method.
It wouldn't need... more >>
DataRow confusion!!!
Posted by Job Lot at 4/21/2005 5:30:01 PM
I passed DataRow in the constructor of the form2 as follow
Public Sub New(ByVal row As DataRow)
MyBase.New()
'This call is required by the Windows Form Designer.
InitializeComponent()
'Add any initialization after the InitializeComponent() call
End Sub
Then on form load event... more >>
UML modelling tool in VS2k3 that's not Visio?
Posted by Flip at 4/21/2005 4:56:11 PM
Is there a UML modelling tool/addin for VS2k3 that's not Visio? I am hoping
to be able to find something like Borland's Together Designer for Visual
Studio, but that is done in C#, not java! :>
Thanks.
... more >>
RE: How to get the FOLDERBROWSERDIALOG
Posted by Comfort at 4/21/2005 4:18:33 PM
I know how to use the OPENFILEDIALOG to open the list of files. Is there any
way I can do so that when I open I'll only get the list of folders? I'm told
to use FOLDERBROWSERDIALOG but I don't see this control in my computer.
... more >>
"eval" provider problem
Posted by Grayson at 4/21/2005 4:06:01 PM
I have a need for an "Eval" function and found the perfect sample
The problem is it doesn't like "IsDate" being fed into it.
Any Ideas? seems like a missing reference, but I can't figure it out...
PS Thanx to Peter Bromberg for providing the sample
http://www.eggheadcafe.com/articles/20030908... more >>
0x800405a6 error
Posted by John Spiegel at 4/21/2005 3:38:05 PM
Hi all,
I'm hoping someone has a better answer than "check the documentation for a
brief description of something that isn't the problem" <g>
I have an app that runs just fine in development on my XP machine, but when
I move it to others (running 2KPro), I get the above error. All that he... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
New MSDN Subscription and Partner Members
Posted by Max A. Bündchen at 4/21/2005 3:13:13 PM
My enterprise is a Registered Microsoft Partner and we would to acquire a
MSDN Universal subscription under the Empower ISV Program to start a new
project in .Net (today we dev under VFP 7).
However, we have no one information about the migration of this MSDN
Universal subscription under IS... more >>
Singleton/Abstract Factor issue
Posted by Pete the Perplexed Programmer at 4/21/2005 2:11:19 PM
Consider the following problem (which I state with a simple example,
but it corresponds to a real problem that I'm facing): Junior loves
pets, and that's fine with Mom and Dad, as long as he only has no more
than one of any given species.
Now, how can I use a Singleton to restrict Junior from ... more >>
intellisense c# against intellisense c++
Posted by tecsvill NO[at]SPAM yahoo.com at 4/21/2005 1:41:44 PM
Why c# intellisense is more powerful than c++ intellisense?
In c# when type a character intellisense start and guide me.In c++
intellisense start only when I type a . or -> or ::.
In c# user class are displayed in a specific color.Why I can't do it
in c++?
Marco.... more >>
using datagrid field values in multiple forms
Posted by Wishing I was skiing mom at 4/21/2005 12:40:03 PM
In form1, which is an item master maintenance screen, I have a button which
launches form2. Form2 contains an item master datagrid. After the user
double-clicks the desired item record in form2 I want the field values from
the selected record to populate text boxes in form 1 so the user can ... more >>
Newbie problems with Web Services project
Posted by Bryan Dickerson at 4/21/2005 11:59:32 AM
I tried posting this in the m.p.dotnet.framework.aspnet newsgroup earlier
this morning, but it seems to be somewhat dead. So please accept my
apologies in advance if anyone has a problem with multi-posting. This will
be the only other multi-post as long as someone answers.
I'm a newbie tr... more >>
Arithmetic operations with large numbers
Posted by Sam Fisher at 4/21/2005 11:31:49 AM
Hi,
I have a situation where I have to support a large number(not decimals),
something of the order of 20 to 30 digits in the database(sql server 2000)
I am not able to use LONG data type as it exceeds the limit, so I am
thinking of using the string value now. But do not know how to do the
a... more >>
Streamreader/Streamwriter
Posted by Joecx at 4/21/2005 11:17:04 AM
Using vb.net, I am using Streamreader to read a text file and searching for a
line to delete, the I close the file and open it as a streamwriter so I can
put the new file back to disk without the line that I deleted. Can someone
tell me how I can do this without having to close the file first... more >>
.NET and the Shockwave Flash Object COM Component
Posted by Keith Rowe at 4/21/2005 10:09:03 AM
Hello,
I am trying to reference a Shockwave Flash Object on a vb code behind page
in an ASP.NET project and I receive the following error:
Guid should contain 32 digits with 4 dashes
(xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
On the aspx page I have the object tag as follows:
<object ... more >>
How can I format this date
Posted by Chris at 4/21/2005 9:43:17 AM
Hi,
When I use msgbox(Now().ToShortDateString) I get 4/21/2005. How can I
convert that to 042105.
Thanks... more >>
WinNT: User Group verification in a .vb class?
Posted by Victor at 4/21/2005 9:40:18 AM
Hi all I greatly appreciate your time and help if possible.
I'm currently using User.IsInRole("Group_name") to find out if the logged
in user belongs to a certain NT User Group. For some reason I can do this
only in the .aspx form and not in a class. I would like to write a function
in a com... more >>
Need help understanding OOPs terminology
Posted by Mike at 4/21/2005 8:51:48 AM
Hey guys, need some help understanding some things that maybe someone can
explain or clarify it a little better then a text book. Here is my
understanding so far:
Class - basically a shell for your code
Fields - basically just a variable but can be "write protected"
Properties - access ... more >>
Automate MSAccess from Windows .Net app
Posted by Brad Burke at 4/21/2005 8:04:03 AM
From a windows .Net app, I need to 1) check if MSAccess is already open to a
certain Access application. If so, then open a form and find a certain
record. 2) If not open, then open MSAccess and open a secured Access
application and then open a form and find a record. (The Access App is
secu... more >>
unhandled exception
Posted by Kunkel at 4/21/2005 7:58:05 AM
i am using VS.NET 2003 and coding in VB.NET.
some of my users recieving an unhandled exception in one of my programs.
although these exceptions always occur during a certain process, they are
totally random as to if and when they occur. if have not been able to
reproduce these errors on my ... more >>
how to display text in new line in a TextBox in Vb.NET?
Posted by nsj at 4/21/2005 7:12:02 AM
how to display text in new line in a TextBox in Vb.NET?... more >>
Deploying webservice
Posted by Peter Schmitz at 4/21/2005 6:31:04 AM
Hi,
I just created my first .net web service and now I want to create an
installation program for it. That's why I added a WebSetup project to my
current solution and added the primary output of my web service project to it.
But when I run this setup on a different computer (with IIS of cour... more >>
Documentation for capturing OutputDebugString / Kernel messages
Posted by lemony at 4/21/2005 2:55:02 AM
I have written a small .net application to captutre the output from calls to
OutputDebugString. However it does not always work, and in general does not
seem to capture the output when it is written out from within an ASP.Net
application on Windows2000.
I have noticed using DebugView that ... more >>
Scheduler / Daemon
Posted by MasterGaurav at 4/21/2005 12:58:41 AM
Hi,
I am looking for a scheduler / daemon kind of control in .Net.
Preferably in C#.
I don't think 1.1 has inbuilt (read: core) support for daemons (like
available in Java)... are there any 3rd party libraries available?
--
Cheers,
Gaurav Vaish
http://mastergaurav.org
http://m... more >>
c# jpeg in tiff
Posted by Albert Greinöcker at 4/21/2005 12:00:00 AM
hi ng,
I have a question concerning image processing in .NET: How can I open a jpeg
with a tiff-header in c# (which means the file has the extension .tif, but
contains jpeg-compressed data)? When I try to open the image the usual way,
e.g.: Image img = Image.FromFile("thefilename.tif"), I g... more >>
Regex File contents
Posted by Frank Ashley at 4/21/2005 12:00:00 AM
I want to regex a 600Mb file. Instead of reading it all into a string and
passing that into an expression is it possible to point regex to a file for
proccesing?
Thanks
Frank
... more >>
get md5
Posted by erdem at 4/21/2005 12:00:00 AM
hi,
i have 2 different applications. (1 is WEb application (asp.net), other
is windows forms app.)
Web application saves user information (username, pass) to database for
a while, using HashPasswordForStoringInConfigFile method (using MD5).
i want to use this same information in windows f... more >>
|