all groups > dotnet general > august 2004 > threads for tuesday august 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 I can show a mesage box
Posted by Ari at 8/31/2004 11:59:02 PM
Hi, I need help. follow my question.
I'm trying to show in a mesagge box a record that I select on a combo box,
but it show the first time the first record in the data table
and then I select anotherone.it just gave me a message of
System.Data.DataRowView.
The code that I'm using is the fol... more >>
What is the right way to organize projects in .NET,? thanks!
Posted by davidw at 8/31/2004 11:07:48 PM
I am using microsoft development enviroment 2003. I created a solution, and
have some projects, I put the root dir as my IIS home, and each project has
their own directory, so it is like
c:\solution
c:\solution\project1
c:\solution\project2
....
I put my main dll under c:\solution\bin, ... more >>
Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.
Posted by DC Gringo at 8/31/2004 10:30:17 PM
Using latest SP Win2k and .NET versions, I have a .NET application running
on server1 with a SQL Server database running on server2. I have the
Windows user account passwords sync'd for server1\aspnet (installed by .NET
Framework and server2\aspnet (created by me--this machine has no .NET
Frame... more >>
Change mouse cursor in VB.NET
Posted by Tippy G at 8/31/2004 6:05:07 PM
Can someone please give me an example of how to change the mousepointer to an
hourglass or whatever other constant in VB.NET? I need to do it from a
start-up module (VB6 days would have been System.Mousepointer = vbHourGlass),
and also from a form (VB6 would have been Me.Mousepointer = vbHourG... more >>
How to create config file for dll
Posted by Al at 8/31/2004 4:37:06 PM
I use my assembly from asp and I need to config the dll from config file.
What is the better way to do this?
I don't want to hardcode file path in my dll (because
AppDomain.CurrentDomain.BaseDirectory="C:\windows\system32") and I don't know
where exactly my dll will be placed on the customer... more >>
Very simple but completely stumped...
Posted by Aravind NO[at]SPAM Office at 8/31/2004 4:09:13 PM
Hello Everyone
What will following string contains thru this assignment
string strList = "\"" + "test" + "\"";
If the result is \"test\" then what should I do to get "test". This seems
so basic but I am really confused with all different languages (c/c++/java
and c#).
Thanks
Aravind
... more >>
Compile errors in VS.Net 2003
Posted by Ravi Chaudhary at 8/31/2004 3:03:05 PM
Hi,
We are using VS.Net 2003 and coding in VB.net. The
solution has 38 projects; most of the projects in the
solution reference other projects (without any circular
references) and all the references were added to using the
Projects tab on the Add Reference dialog and not by
browsing to... more >>
help:where can i download Visual Studo .NET English Version?
Posted by huffman.hwang at 8/31/2004 2:39:56 PM
Don't see what you're looking for? Search DevelopmentNow.com.
Retrieving font information
Posted by Mike at 8/31/2004 2:32:56 PM
I am trying to retrieve (from unmanaged code) the font information from
windows within a .NET application using SendMessage( hEnd, WM_GETFONT, 0,
0 ).. However the return value is NULL every time....:-(
Does anyone know whether this is actually possibly, or is it just a bug
within Windows form... more >>
Web application in .NET using C
Posted by M. D'Costa at 8/31/2004 11:59:30 AM
Hello,
I'm fairly new to .NET and need to develop a web application. Any pointers
or help will be greatly appreciated.
Many thanks,
Marise
... more >>
Unable to return active directory email field
Posted by ujjc001 NO[at]SPAM charter.net at 8/31/2004 11:32:28 AM
Hello.
I am 100% stumped by this and am very needy of a fix.
Please help me figure out why this code does not work-
I can access active directory information but can not return email address.
Here's the code---
Dim Root As New DirectoryEntry("LDAP://dc=dcomp1,dc=net")
Dim Searcher As New D... more >>
Drive Type???
Posted by Shannon Richards at 8/31/2004 11:13:02 AM
Hello all: I am trying to retrieve all drives of a specific type.
I can obtain all drives via the Directory.GetLogicalDrives() method however
there is no obvious way to determine the type of drive?
Thank you,
Shannon Richards.
... more >>
COM Objects in VB.NET
Posted by Remulac at 8/31/2004 10:35:47 AM
I'm trying to run a COM object that I created in VB.NET
inside another VB.NET program.
I'm running into problems with I try to use "CreateObject
()" -- I get the error message, "Cannot Create ActiveX
Object". After that, I try to instantiate it with "New",
but I don't see the object anywh... more >>
For john skeet cryptography
Posted by Alen Gurovic at 8/31/2004 9:51:40 AM
hello john
i did not saw your messgae
Now i want to set secret key but i do not know how
need help with that code
In sub crypt encrypt text and that is ok
I don't know how to set .key and .IV property
so i want to set my secret key
in other sub decrypt i can't decrypt text
th... more >>
MailMessage Headers
Posted by simrang333 NO[at]SPAM yahoo.com at 8/31/2004 9:00:26 AM
I need to set up an automated email system , which means users should
not be able to respond back to the emails but at the same time, we
need to track bounced emails. This is important as our customers are
paying for this service, so we need to track the bounced email Id's.
This is the code wh... more >>
Accessing objects in active directory via asp.net
Posted by toufani NO[at]SPAM gmail.com at 8/31/2004 5:30:13 AM
Hi everybody,
I want to retrieve information about objects in active directory
windows 2000 and their properties. I got some codes that don't work
absolutely. for example I can't retrieve users list and group list
separatedly.there is my code that downloaded from the internet :
public class... more >>
Dropdown in datagrid
Posted by Christopher at 8/31/2004 4:31:03 AM
I am attempting to put a combo box into a datagrid, I have created
a component class called DataGridComboBoxColumn.cs
*/ I keep getting these 2 errors when I run the project :
1)Object reference not set to an instance of the object AND
2)dgcbcProducts = null*/
The same applies to the othe... more >>
readonly for combobox and datetimepicker
Posted by lasha at 8/31/2004 3:49:03 AM
hi all
how can i make combobox and datetimepicker readonly?
thank... more >>
MSI questions
Posted by John at 8/31/2004 3:25:10 AM
Hi,
I'm trying to create a custom MSI project, I have added a textbox (a) dialog
to the installation and I'm passing the value set to the installer class via
custom data. However, when I'm uninstalling the package this value doesn't
seem to be what the user orignally set, do I have to pers... more >>
lashapositioning in datatables
Posted by lasha at 8/31/2004 2:51:03 AM
hi all
i have datatable with columns "id" and "name"
how can i set the position of cursor to the row where "id" equals to, for
example 5?
thanks
... more >>
|