all groups > dotnet faqs > august 2005
Howto create a popup menu with icons?
Posted by Ignasi GirĂ³ at 8/29/2005 12:00:00 AM
Hello everyone
I wonder if exists any way of creating a popup menu (ContextMenu) where
every option has an own icon.
Thanks!
... more >>
can i run a program developed in vb.net on windows 98
Posted by The SpIcH at 8/25/2005 12:00:00 AM
hi..
is it possible to run a program developed in vb.net 2002 on windows
98 system? if yes, please let me know about how to do it. does this dot
net framework installs on win98? do i need to take any extra precautions
while developing this type of program which run on win98...
os... more >>
pasting xml data into an excel template
Posted by ganesh_infosys at 8/24/2005 4:16:02 AM
can anbody send me the code for pasting xml data into an excel
template(worksheet) using asp.net?... more >>
Do anybody experienced caching problems in VS.Net?
Posted by Dmitry Bond. at 8/23/2005 12:00:00 AM
Hello All.
Do anybody experienced caching problems when working in VS.Net 2002/2003?
I mean - problems when Asp.Net application during the development process
starts to work incorrectly until VS.Net closed and the "{disk}:\Documents
and Settings\{UserID}\VSWebCache\{ComputerName}" folder clean... more >>
The remote server returned an error: (401) Unauthorized
Posted by Vijayakrishna Pondala at 8/22/2005 12:00:00 AM
Hi,
I am using the following C# code to connect to and download information from
a URL. (The pages are on JBoss server and we are using NTLM authentication
to connect to the server).
----
string url = "http://internal.ourcompany.com:8010/Page1";
WebRequest wreq = WebRequest.Create(url);
/... more >>
error Application has genarated an exception that cannot be handled in vb.net
Posted by Ajith Nair at 8/18/2005 9:51:10 AM
Hi, =20
=20
when i run the application following error is coming. =20
=20
ICS.EXE Common Language Runtime Debugging Services =20
=20
Application has generated an exception that could not be handled. =20
=20
Process id=3D0xdec (3564), Thread id=3D0xdf0 (3568) =20
=20
When I click CAN... more >>
How to write array of bitmaps directly to disk
Posted by Rithesh Pai at 8/18/2005 12:00:00 AM
Hi all,
I am converting avi files to series of bitmaps to enhance them.How
do I write this series into harddisk?
Also,one more issue that creeps in is if I write these to hard
disk,accessing them again in a sequence will also take up a lot of
resources.
Is there any way out???
rega... more >>
Process Cannot access file "file_name" because it is being used by another process
Posted by Rithesh Pai at 8/18/2005 12:00:00 AM
Hi all,
When I read from an AVI stream and write a bitmap for the second
frame,I get this error
Process cannot access file "file_name" because it is
being used by another process
Is there anyway to overcome this.I also tried 'using' statement but to no
avail.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to Scan for files from drive
Posted by Rithesh Pai at 8/18/2005 12:00:00 AM
Hi all,
I need to scan the hard disk drive/CD and search and retreive the
files of likes jpeg,gif etc.Is it possible?
regards
Rithesh
... more >>
MSDE database distribution?
Posted by Edwin E. Smith at 8/17/2005 2:34:07 PM
If I develope an application which uses the MSDE database engine, can I
distribute MSDE with the product or would the customer be required to DL it
himself?
Edwin
---
Freehold Consulting
502 Lewis
Coffeyville, KS 67337
620-251-6496
620-988-0137 (cell)
http://www.freeholdconsulting.... more >>
C# code to read from a CD
Posted by Rithesh Pai at 8/17/2005 12:00:00 AM
Hi all,
Is there any way to read files from a CD with C#.
Thanks in advance.
regards
... more >>
errors in using .NET 2003
Posted by Chris at 8/16/2005 3:36:04 AM
Hi
I have a project that was written in V6.0 (c/c++) and it works just fine,
but when I run it in .NET 2003 (V7.0), I get a whole lot of linking errors.
I have spent alot of time trying to solve it but to no avail....please help!
the errors that show up are:
Compiling...
RecSession.cp... more >>
Datagrid row deleting event
Posted by H.G.Srivatsa at 8/13/2005 12:00:00 AM
Hi All
I'm using Winform.Datagrid in my C#.Net application and i need to delete a
row in a datagrid where the datasource is a dataview....
I need to check a condition before i proceed deleting that row .... I'm
trapping the event on Key_Down/Key_Up of the datagrid but the event is not
firing... more >>
session handling over HTTP
Posted by news.onet.pl at 8/12/2005 2:20:44 PM
Hello
I'm biting into the following problem: HTTP is stateless protocol
and thus net languages' designer had to find out session. As
far as I know session handling in any of the language (PHP, JSP, ASP)
is one of the of the following:
- user's IP, but ambiguous
- using cookies, sometimes dis... more >>
string vs stringbuilder
Posted by H.G.Srivatsa at 8/12/2005 12:00:00 AM
Hello Experts
I'm very new to software field....
Can any1 send me the advantages of Stringbuilder class over String class
Thanks in advance
Vatsa
... more >>
Copy Project Help Needed
Posted by Paul Smith at 8/10/2005 5:24:35 PM
I am new to using VB.net and am learning through a book, and it does not
cover this well enough!!!!
I have created a basic web page and can view this when my project is located
on my local machine using my local IIS.
I now want to upload or copy this to a remote server. I am using Copy
... more >>
Without Vs.Net
Posted by DMP at 8/4/2005 10:55:11 AM
Hi,
I am using Webmetrix for web application on .Net.
I have Test.aspx which use Exam class define in Exam.cs.
How can i link Exam.cs file in my test.aspx file. I try through CodeBehind
/Src But cannot link ?
with regards,
... more >>
Problem/Error with Embedded Resources (Sound File)
Posted by Vanessa at 8/4/2005 12:00:00 AM
Anyone know how to embed sound file to vb.net project, then play the sound
file?
I have searched the web for example... and download the example and when
run, it works perfectly.
But when i try to insert a sound file (.wav) to my project and set the Build
Action to "Embedded Resources". And... more >>
invoke a method by reflection£¬the method's parameters can not be ArrayList?
Posted by jerry051 at 8/1/2005 6:02:41 PM
I invoke a method by reflection, when this method's parameters is simple
type like int or string,the invoking is correct and secceed. But when the
parameters is ArrayList type, debuger tips me that meet
System.Reflection.TargetParameterCountException error, and parameters count
is not matching. ... more >>
|