Quantcast
Channel: C-Sharpcorner Forum Latest Questions
Viewing all 31638 articles
Browse latest View live

Regarding Crystal Reports in c# windowsApp

$
0
0
Hi all,
         Iam working with Crystal reports in c# Windows Application.I have done Successfull Reports Exporting Datagridview data to reports.But I want  to Create Crystal Reports Using combined Form controls(Textbox,Combobox) and datgridview data also.
Please Reply to my query


Regards
NagaRaju T

list of tools(open source) of code review in asp.net

$
0
0
list of tools(open source) of code review....mention tools and importance about them

Sixth Sense Application

$
0
0
How to develop simple sixth sense application in C# Language(with Source code)

Sage pay integration

$
0
0
I don't know how to integrate Sage pay in Asp.net using c#. I have never integrate this type of online transaction before in asp.net. So please tell me step by step. hurry, its very urgent

Regarding Errors While Creating c# WindowsApp SetUp Project

$
0
0

These are The Errors Raised When I build The C# Windoows Application Project

Error 10 Unrecoverable build error D:...\Setup\Setup.vdproj Setup

Error 7 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX40\dotNetFx40LP_Full_x86_x64ru.exe' in item 'Microsoft .NET Framework 4 (x86 and x64)' can not be located on disk. See Help for more information. D:....\Setup\Setup.vdproj Setup

Error 5 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFx35Client\DotNetFx35ClientSetup.exe' in item '.NET Framework 3.5 SP1 Client Profile' can not be located on disk. See Help for more information. D:...\Setup\Setup.vdproj Setup

Error 9 General failure building bootstrapper D:....\Setup\Setup.vdproj Setup

Please Solve my Problem


Regards

NagaRaju T

What is Right approach to write a WPF enterprise application

$
0
0

Hello,

          I have developed many WPF application but they were very small. Not i am going to develop a big enterprise application. I want to know right approach to develop a big application and by keeping in mind the performance of that  application should not be degrade So i am going to use MVVM architecture(little bit familiar with it).

                            Now, My Question is, there are lots of screens in my project so what Should i do.

1. Should i use individual window for each screen.

2.Should i use individual page for each screen.

3.Should i use individual page for each screen and load those page on a Single window of application.

4.Should i use user control of each screen and load those user controls to Window or Page Dynamically one by one

   according to requirement.

what is right approach ??? I am getting lots of information and examples about creation of simple application and example by using MVVM architecture which has 1 or 2 screens. But before starting development i want to know the right approach how to start developing of big projects, in which there are lots of screens for showing data, adding data, editing data and deleting data.

                      My second concern is how to maintain the performance of such a big application ??? Are there any standards for this ??? yes i got few links in MSDN which are telling about Garbage collector and IDisposable and many other things.

So can you suggest me what is right way ??? for over all this problem ???

Thanks

Ashutosh

Dynamic Word Add in that will allow users to drag/drop Merge

$
0
0
Dear Sir
              The word Add-In should have a list of fields available for the user to drag onto the word doc.   These fields will be based off of fact and should load dynamically.   When the user drags the field onto Word it should create a merge field with the proper name of the field to generate a document  

windows phone

$
0
0
i m not getting XmlDocument class in windows phone 7?

Automate OAuth2

$
0
0
Good morning,

I'm working on a project where I've to connet to a provider server. This server uses OAuth2 techmology for authentication. You can find the sandbox example here http://sandbox.ihealthlabs.com/contentfiles/files/SandboxAPISample.zip and you can use the credentials sandboxuser@ihealthlabs.com with password 111111 .

OK, this example allows you to access and view the informations with an user but I want to make a log-like page where I will make access and extract the datas of many users and update an our database.

But I don't know where to start.
I found some libraries and examples but always for Facebook, Twitter etc...

The only documentatios that I have is the pdf inside this zip file http://developer.ihealthlabs.com/contentfiles/files/Open%20API%20Protocol.zip

Please, can you help me?

Thank you

how to make trial version in C# depend on dates and in in VB

$
0
0
how to make trial version in C# depend on dates and in in VB6also

banking software designing

$
0
0
in which language banking software being designed and what are the database they use. in which language state bank of india and punjab national bank  are designed and what are their databases. 

Offline Storage

$
0
0
hello every one ,




is there any tool for offline storage data base just like sql management studio.




how to join table in offline storage (HTML5).



thanks,

k.rakesh

wpf mvvm listboxitem color changing

$
0
0
hi i am developing wpf application using mvvm pattern.

      My question is ---   in my view i have a button .if i mouse enter on that a pop will show list of applications sharing with other
 users(i am hard coding that with 10 strings) . my requirement is  i have 10 items in popup. by default on starting of application .
 the first item (Stop Sharing) should be isenabled =false,opacity=0.4,foreground=white and remaining items(shared application names) isenabled= true and opacity=1,foreground=white
 and if click on other items (means from 2-10) the first item(stop sharing)  foreground should be red and opacity=1,isenabled=true, and later if user clcik
 on first listboxitem the first listbox item(stop sharing) should change to foreground =white,opacity=0.4,isenabled-false.  if possible can any budy share
some working solution!!!

.blm file opening using VS 2010 Shells

$
0
0
Hi all,

We are having a .blm file which requires to be opened to make some changes.
I googled and found that VS 2010 shells but used and we have even configured the SQL Server 2012 with respect to VS 2010.
But right now,we are facing domain issues and can you suggest any ways to rectify it.

Also,kindly suggest is there any way to open that file apart from what i have mentioned?

xslt code

$
0
0
Hi All,

I need some help in xslt code.

<xsl:template match="img">
<img>
<xsl:copy-of select="@*|b/@*" />
<xsl:apply-templates />
</img>
</xsl:template>

The above code gives the following result: 



<img alt="" src="123/xyz.jpg">

But I need the result like this:

<img alt="" src="./xyz.jpg">


Thanks
Darma


Problems with Image Manipulation when loading images (C#)

$
0
0
I'm developing a program with Windows 8 c#, that saves and loads .xml file where i save image's paths and their coordinates on a canvas.

The situation here is that i want to have an edit button to update the image coordinates, through manipulating it, and when i receive a xml file with just one image, i have no problem. It draws the image in perfection. But when i have to load a xml that have 2 or more images, i have problems during their manipulation: only after i manipulate the last image that is added to canvas, i can manipulate all the others. (by the way i don't have any problem with load or save xml files)

You can get check my stuff downloading it from here: https://skydrive.live.com/redir?resid=27485E65D2D2BBE4!450

How the app works:

1- Run the application and Click on Load Images. Locate the XML file and click OK.

2- Click on Add Images.

3- Press on first left image and try to move it.

Actual Behavior:

- What i'm talking about is when you select an image (e.g. the left image), the application selects the image without any problem, and when you try to move it, the image moved it the last image that i have on XML file (the top middle button). If you move the last image, now i have control of all images.

Excepted behavior:

- Move the image that i want and control all images without knowing which is the last image inserted to get this control.

PS: I thought if i create an auto event to move a bit of the last image using manipulation delta, i can have this problem fixed. What do you think? Is it possible to create an auto event to fake manipulation event?

WCF service with TCP protocol to be accessed over internet

$
0
0

Hi,
   I am relatively new to WCF. I want to know if we can develop WCF service with TCP binding that will be accessed from internet (outside of local network). Also the WCF service should be a stand-alone service, should not require IIS.

apps for windows phone

$
0
0
i want sample code or anything help me to do my app it's aime to children . I want to make an app about the alphabet. when the child pronounce the letter the app shows a photo contain animal photo and the voice of this animal

i want any help

thanks;

Listing Bluetooth devices nearby

$
0
0
Hi all..

I am working on windows phone 8 application. I am trying to list all discoverable bluetooth devices nearby. For that i have used PeerFinder class. Using that class it was able to display the paired bluetooth devices nearby. But I couldn't display unpaired devices. Using PeerFinder.AlternateIdentities["Bluetooth:Paired"] = "" I could read only paird devices. Could anyone please tell me how to get the unpaired bluetooth device information. Waiting for your reply .

thanks,
Aswathy.

How to open or View .prt (cad files) in picturebox using c#

$
0
0
hello guys how r u ?

my question is that, How to open or View .prt (cad files) in picturebox using c# ?
means user can only view cad image . by 3D look and user can view 3D image from each angle.

reply sooon


Thanks.
Viewing all 31638 articles
Browse latest View live




Latest Images