all groups > dotnet general > december 2005 > threads for friday december 23
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
Making a bootable floppy
Posted by Bob&Corinne at 12/23/2005 8:42:16 PM
When I create the autoexec.bat and config.sys files and put them on a
formatted /s floppy the config.sys loads the device 'oakcd' but the
autoexec.bat file c:\microsoft\command\mscdex.exe /D:mscd001
does not run successfully.
thebobs1947
... more >>
why to call LoadLibrary() is error?
Posted by Vic.Dong at 12/23/2005 8:31:26 PM
Hi all:
I call windows api LoadLibrary(), it returns error code : ERROR_NOACCESS
0x3E6,
why is it failure to call this api? how to fix this problem?
B.G.
Vic
... more >>
Export .Net
Posted by Dianna at 12/23/2005 5:55:02 PM
Hi,
I am using Response.ContentType = "application/vnd.ms-excel" to export an
asp page to excel. Nice feature, however, it does not seem to like style
sheets. Because of this, my excel file doesn't look as nice as my asp page.
Is there any way around this without re-writing page?
Any ... more >>
Listview font color
Posted by Kay at 12/23/2005 4:44:57 PM
Hi all,
I have a listview to display data from a datareader, while theReader is
lopping, how do I change the font color(for the whole row) depending on a
value of a column?
I'm trying to do something like this: (obviously it's not working...)
Do While theReader.Read
... more >>
Location of Dlls installed path registered in GAC
Posted by Lalit Bhatia at 12/23/2005 2:09:22 PM
How can we get the Installed path of a DLL that is registered in GAC?
When I use System.Reflection.Assembly.GetExecutingAssembly().CodeBase, It
gives path of GAC folder in winnt\system32.
but I want the path where it is actually installed. I have placed a XML file
and my reports in this folder... more >>
Where can I get the public key for Framework 2.0?
Posted by Ray Stevens at 12/23/2005 12:41:58 PM
Load Excel in VB.Net
Posted by Phoon Chee Keong at 12/23/2005 11:39:06 AM
Hi, anyone know how to load excel in vb.net? I trying to load a template
with formula so that i can save to access.
Regards,
PCK
... more >>
SIP Toolkit for .NET
Posted by Steve Garland at 12/23/2005 10:34:12 AM
Evaluation and documentation for SIP toolking for both Compact Framework and
WinForms
http://www.astatech.com/products/voip/sip/
--
Steve Garland sgarland@astatech.com
SkyWire Video - RTSP Video with 3gpp to Cell Phones , PocketPC and Palm
SkyWire VoIP (H323 and SIP) - IP meetsTe... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Protected Configuration in a Windows Application using C#.
Posted by Roby2222 at 12/23/2005 9:54:02 AM
I'm trying to use Protected Configuration to encrypt the contents within the
connectionStrings elements in my app.config file. I've got it to work
successfully on my development machine but when I deploy it to other machines
the appliction just crashes when it trys to access the app.config
c... more >>
filtering the received xml from DataSet.GetXml()
Posted by Elad at 12/23/2005 9:27:02 AM
hi, I'm sorry if this isn't the right group, I just didnt know which category
to place this question in.
Anyway, I have 2 problems: I got a web service which connects to a DB and
puts the data in a DataSet, and sends back to the user the DataSet.GetXml()
(I know that a Dataset is serializable... more >>
Stored Procedures IN .NET IDE
Posted by Louie Landkirk at 12/23/2005 8:11:01 AM
Two Questions:
How do you add a new SP from within the .NET IDE?
Is it possible to add an SP to an Access Data Connection from within the VS
..NET IDE. I know you can't add SP's to Access itself but thought I might be
able to add one via the .NET IDE?
Thank you very much for your help ... more >>
Getting right click menu and executing command
Posted by yogee at 12/23/2005 3:31:02 AM
How to get right click menu of a file and execute the commands from my vb
..net application. Minimally, I want to handle the image files with commands
like "open" and "open with".
More Scenario Description:
I will show an image in my form. User can click on that image and use "open"
or "op... more >>
Dynamic Loading of a User Control
Posted by Danny at 12/23/2005 2:04:01 AM
Hi,
I've create a usercontrol with a Calendar Control and a Textbox. The
SelectionChanged event of the calendar populates the textbox with the
selected date.
Also, I've created an aspx page with an ASP Table on the page.
Finally, I have class called PageControls.cs, where I g... more >>
Dynamically load child DLLs?
Posted by Stu at 12/23/2005 1:51:34 AM
Hi,
I'm looking at making a piece of software which will have a central
executable file, and a list of DLLs (kind of like Office "add-ins")
that will provide different functionalities - the idea being I can
write new modules as and when they're needed, and distribute them to
customers as nece... more >>
|