Search:
Type: Posts; User: Anders Jansson
Search :
Search took 0.01 seconds.
August 24th, 2005 09:15 AM
I found out how to get the build date.
File.GetCreationTime(Application.ExecutablePath);
August 24th, 2005 09:00 AM
Hi
Does anyone know how to retrieve the build(exe file) size and date?
All help appretiated
/Anders
I have problem with the above code when running application in release mode?
The firstInstance seems to be true all the time.
Anyone having simular problems?
What if the object is serilizable and it returns null anyway. Anyone have any idea what is wrong?
Thanks
Anders
October 27th, 2004 01:19 AM
It is probably me being the dork.. ;)
http://www.squiffler.com/squiffler/article.aspx?id=1
October 26th, 2004 01:45 AM
Cant help you with your problem but here is an good article about xml commenting. I dont use the built in "Create webpage comment" thing anylonger, I use NDoc which is a great little program.
...
October 7th, 2004 04:10 AM
Hi paresh,
Did u ever solve this problem?
I have a simular problem. I have an ocx built in c++ that set/throw an event but I cant catch the event from my c# program.
It works just fine to...
February 11th, 2004 04:22 AM
Has anyone become any wiser regarding this subject?
This is something I have used in c++ but how can I use api functions like CreateFile in c#?
Maybe there is a better way?
All help...
February 7th, 2004 02:27 AM
What do you use for encrypt and decrypt?
The System.Security.Cryptography?
Some start help on this subject would really be appretiated.
/Anders
November 6th, 2003 01:30 AM
http://www.csharphelp.com/archives/archive264.html
On this page there is a soundclass included which handles all the dll imports and dll calls for you. Helped me alot. Also gives u some ideas how...
November 5th, 2003 01:05 AM
Thanks for your answer, that is what I finally found out myself too.
As I felt that directx would be kind of overkill for my simple applicationen I'm doing a dll import which seems to work pretty...
November 4th, 2003 04:16 AM
Hi everybody,
Does anyone know how to record from a microphone to a wavefile(any sound format will do)?
And then how to play it?
All help will be really appretiated.
October 23rd, 2003 07:27 AM
Hmm, its really weird that .Net doesnt have a basic function like RounderRect. If anyone know a solution to this problem please let us know.
/Anders
February 5th, 2003 02:07 AM
Thanks for your answer Babu. :)
Do you know any other solution as I do have huge blob data :(
/Anders
February 4th, 2003 09:21 AM
Hi!
I have a bit of problems when I try to pass a string(in C#, about 10000 characters) to a parameter field. It seems like the maximum datasize of a field is 255 characters. Is there any other...
December 17th, 2002 02:29 AM
I think u need a default case
switch(number)
{
case 1:
.....
break;
case 2:
.....
December 2nd, 2002 08:43 AM
Ok, it seemed to work. Kind of talking to myself here but maybe someone else will have use of it.
/Anders
December 2nd, 2002 08:36 AM
http://msdn.microsoft.com/library/en-us/crystlmn/html/crtskparameterfieldsruntimecustomization.asp
I found this documentation which seems to kind of helping me out, but I'm not sure where to put...
December 2nd, 2002 02:08 AM
Hi everybody, I have been trying to set a crystal report parameter from C# for a couple of days, just cant manage to figure out how to do that.
The examples that I found seems to be for a...
November 22nd, 2002 06:10 AM
I might have the answer for your first question,
ColumnHeader header1 = this.listviewInstances.Columns.Add("C1", 10, HorizontalAlignment.Center);
ColumnHeader header2 =...
September 27th, 2002 09:31 AM
I sent you some sample code hope it helps.
/Anders
Ok, seems like I got most of it working now, so if anyone needs any help let me know and I'll try to help out.
Only problem I still have is printing very large images, it work for 7mbyte images...
darn, I cant found much help on DIBs, anyone know how to convert to a DIB so I can use the StretchDIBlt function?
All help really appretiated, best would be if anyone have a few lines of code :)...
ah, thx, any chance u have the code needed for the conversion?
thx alot
Anders
Click Here to Expand Forum to Full Width