all groups > dotnet faqs > december 2005
CIL Chip?
Posted by Jon Shemitz at 12/30/2005 10:50:04 PM
There aren't any boxes that run CIL as native code, are there? CIL is
still always jitted?
--
<http://www.midnightbeach.com>... more >>
About datatables
Posted by Ravindra at 12/30/2005 2:28:26 PM
Hi,
How to pass the content of one data table to another data table.I simply
tried using assignment operator...Example: datatable1=datatable2...But,its
not working..
ravi
... more >>
set autosize of datagrid to no
Posted by raymond chiu at 12/29/2005 12:11:03 PM
Dear all,
How can I set the datagrid autosize properties to be zero? as I don't find
this properties in datagrid.
The situation is that I have set the datagrid width to be 200px but when I
auto create columns in datagrid and it occur the whole width of the page in
run time due to more colu... more >>
IDE very slow when saving file
Posted by Chad A. Beckner at 12/24/2005 11:13:01 AM
Hi everyone,
Ok, here's the deal. I have a laptop installed with VS 2005. I'm
programming in C#. When I am at home, connected to my LinkSys router, it
saves fine. However, whenever I am anywhere else, it saves very slowly
(takes about 1 minute), on the same file(s). Any ideas?
Thanks... more >>
Lotus Notes and DotNet
Posted by raymond chiu at 12/23/2005 12:30:00 PM
Dear all,
What the code should be of using Lotus notes to send email alert after
pressing the button on the web?
Thanks for your help,
... more >>
Identify Incoming Phone Call
Posted by Krishna at 12/23/2005 10:16:07 AM
Hi,
I want to create a small application which identifies the incoming phone
call and retrieves the phone number using caller ID and stores the number to
database.
How it can be done in .NET. Is it possible to do?
Please help me
Thanks
Regards
Krishna
... more >>
vs2005 - Open a child form based on selected record parent form's dgv - how?
Posted by dbuchanan at 12/19/2005 11:21:34 AM
Hello,
I want to open a child form based on the record selected in a
dataGridView of the parent form.
I want the child form to open with a populated child table based on the
selected parent record.
How do I get the ID of the selected record in the parent form's
dataGridView so I can use ... more >>
Work Flow
Posted by Atul Sureka at 12/18/2005 10:56:30 PM
Hi All,
Is there any open source code available for workflow engine in C#, VB .Net
framework.
Regards
- Atul Sureka
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
can i use vs .net to develop win32 apps?
Posted by Jessica Weiner at 12/17/2005 9:56:07 AM
I am writing an application that I want to my users to be able to execute
without installting .net framework. For this, do I have to program using the
win32 api? I do not know VB, so my only other option would be c++ right?
Thanks.
Jessica
... more >>
How to count the sponsored links returned from keyword search...
Posted by Ravindra at 12/16/2005 8:45:36 AM
hi all,
How to count the sponsored links returned from a keyword search.
ravindra
... more >>
vs2005 - Parent-Child dataGridViews with tableAdapters
Posted by dbuchanan at 12/15/2005 5:21:55 PM
Hello,
How do I create a Parent-Child relationship between two DataGridView in
a form using TableAdapters. The two tables already have a relationship
defined in the dataset.
What event do I use to update the child dgv? The RowEnter event?
Thank you,
dbuchanan
... more >>
C# and .net framework
Posted by Jessica Weiner at 12/14/2005 11:19:18 PM
Is there a way to build a c# application so that the user of that
application doesnt have to install the .net framework?
thanks.
... more >>
Modal dialogs
Posted by Reg Rat at 12/14/2005 5:21:02 PM
Hi,
I'm trying to do something that appears extremely simple but I can't find an
obvious solution for it. I want to create a modal dialog which, upon being
displayed, immediately starts doing some work which may take some time (the
dialog is simply to display progress via a progress bar and... more >>
About keyword
Posted by Ravindra at 12/13/2005 5:59:00 PM
Hi all,
i am developing a desktop application in vb.net. This is about searching
most profitable keyword. I could able to retrieve the data i.e most
profitable keywords. Problem is how can get the values such google ads,
overture ads, cost per click.please let me know.it is urgent.
cheers
r... more >>
Excel interop
Posted by Vishesh at 12/10/2005 9:58:34 PM
Hi,
I am getting the "Access denied" error while trying to Instantiate the Excel
Appliation from the WebService.
The server is windows 2003.
Thanks & regards,
Vishesh Vyas.
... more >>
Satellite Assembly
Posted by Brahmam at 12/10/2005 6:37:41 PM
Hi,
Can any one tell me what is a satellite assembly and where do we use
this.
Thanks in advance,
BR
... more >>
vs2005 - 'The event Click is read-only and cannot be changed' - What?
Posted by dbuchanan at 12/8/2005 4:47:02 PM
Hello,
What does this error mean?
"The event click is read-only and cannot be changed"
This is a design-time error. It is displayed instead of the form.
Here is the full text
\\
"One or more errors encountered while loading the designer. The errors
are listed below. Some errors can be f... more >>
Can VB.Net talk to C/C++ code?
Posted by Terry Cai at 12/3/2005 9:25:36 PM
I am trying to write an application by using th VB.Net with user forms
and try to let it talk to business logic layer previously written i
C/C++ (mainly C++).
Could you tell me what I should do so that my VB.Net applcation ca
talk to C/C++ code?
Thanks so much for your time.
Terry Cai... more >>
|