1 - I'm sure you can do it in .NET. If anyting .NET has better support for networked stuff than C++ does, out of the box 2 - create a new project, I guess. If you have absolutely no idea how this thing will work, how do you hope to write it ? I think you need to do some more research first.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
I don't use CR, but the last I heard (2 years ago,) images in Rich Text was not supported.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
I tried to field a solution on the above problem and followed the below process 1-Download the sample script and extract the contents to the directory that contains the Visual Studio project you are working on 2-Open the project in Visual Studio 2005 3-Press F4 to display the Properties window 4-Click on the name of your setup/deployment project in the Solution Explorer 5-Click on the PostBuildEvent item in the Properties window to cause a button labeled "..." to appear 6-Click on the "..." button to display the Post-build Event Command Line dialog 7-Add the following command line in the Post-build event command line text box: cscript.exe "$(ProjectDir)CustomAction_NoImpersonate.js" "$(BuiltOutputPath)" 8-Build your project in Visual Studio 2005 Now a new problem... the installer built now is installing in some system's with vista and showing same error for other system's in Vista. Please help me find a solution...
Jats
Using the Setup project in Visual Studio, there's no way to change this stuff. You'll have to use a third party product to do this.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
You need to buy a PDF library to do this. Merging the files, depends on what sort of files they are, probably easiest just to add them all to a PDF
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
Have you been able to solve this issue? I'm having the same problem. I'm trying to integrate Excel in an office form and the DSOFramer seems to be the most suitable solution for this
Actually thats not what i want to do. The operation i want to perform is to open a document from a location say 'loc1' and after making the changes save it to 'loc2' but both locations have to be handled by Application I cannot allow user to save it in another location as if it is done I cannot track the documents for generating final report combining all the docs. So what i am actually doing is i am taking the input file (doc1) from loc1 and saving it as doc2 in loc2. And then oppening doc2 from loc2 so that user can make changes and click save. and it just updates the present document that is... Doc2 in Loc2. Thats all... But in case the user makes save as operation then it will lead to problem while generating reports... Basically Doc1 and soon in Loc1 are templates and Doc2 and soon in Loc2 are mofiled files related to a particular project.
Jats
Ya, I did, but the control is displaying only the calender where as i need to add schedules to it. There the problem arraises, So i wanted to develop my own...
Jats
There is already an artical on CP about this. Here's the link: http://www.codeproject.com/KB/vb/pflvb7.aspx[^]
- Stop thinking in terms of limitations and start thinking in terms of possibilities -
There's only two ways that I know of to create custom skins. You'll either have to dive into the Win32 API and paint the forms in your app manually, or you could use some software that will do it for you. DotNetSkin looks like it might be good, but you'll have to check it out.
You are correct. I should learn some design tips. But doing designs with CSS is irritating job for me :sigh: . Do you have good CSS tutorial other than HTML dog ?
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
Jats_4ru wrote:
As generally different users do have same name and common addresses which are very irrelavent to check.
If different users really have the same name and the same address, then you don't have enough information to determine if a user already exists in the database or not.
Experience is the sum of all the mistakes you have done.
ASP.NET sends html/css/javascript to the browser just like any web development framework. The trick to getting a consistent layout across all browsers is to follow the standards as outlined by the w3c[^]. Its not easy and there is no easy fix but generally keeping it simple is best and checking in different browsers as you develop will highlight any problems early.
Declan Bright www.declanbright.com