Tagged Questions
C# is a multi-paradigm programming language encompassing strong typing, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines.
0
votes
2answers
11 views
Get file name of file dropped onto form?
I have DragDrop enabled in my WinForms application, I'm getting the list of items dropped and storing them in a string array called files, then in the DragDrop event I can do something like:
foreach ...
-1
votes
0answers
10 views
Brushes.White slows graphics demo down
Below is a (very naive) implementation of Conway's Game of Life in WPF. It's just a demo...
xaml:
<Window x:Class="wpf_conway_life_2013_05_19.MainWindow"
...
0
votes
0answers
5 views
Windows VPS using multiple IP's from C# WebRequests
I am considering purchasing a vps with multiple public ip's. How does one select programatically which ip to send web requests from using C#? Can this be configured with a HttpWebRequest object or ...
0
votes
3answers
18 views
C# Datagrid has extra redundant column
I have a strange problem while trying to use Datagrids in C# . An extra column is appened to my datagrid which does not look neat .
I followed the tutorials that i always do DataGrid in WPF . I also ...
0
votes
0answers
12 views
DDD: Pattern for submitting and approving contracts
I'm working on an app where the following requirements exist:
A user submits some data in a form and this gets persisted as a "Draft Copy."
On the other end, an approver reads it and takes some ...
0
votes
3answers
55 views
I cannot access a variable outside a class
I'm making a blackjack project..
I've firstly created the Hit class for the Hit Button.
So on the form, when I click it, it will retrieve a value from the switch case scenario that has randomized a ...
1
vote
3answers
35 views
Add recipe to database, how to?
These are our 3 tables. We want to a new recipe into the tables. The user gets a screen where they can fill in the RecipeName, the Method and they can select 3 ingredients from dropdown menu's. We are ...
0
votes
2answers
37 views
Get HTML code from a website C#
How to get a HTML code from the website, save it and find text by a LINQ expression.
Using this code to find the webpage source:
public static String code(string Url)
{
HttpWebRequest ...
0
votes
0answers
6 views
Accessing Result property of a Task
I am trying to retrieve the ID of an album using the C# Facebook SDK. However I am getting the below error:
"System.Threading.Tasks.Task' does not contain a definition for 'Result' and no extension ...
0
votes
0answers
12 views
get istream from object in c#
Please bear with me on the long post. This has been incredibly frustrating for me and I have exhausted all of my best brain cells working through this thing. I am attempting to implement the ...
0
votes
1answer
12 views
insert new node with its attribute to xml
I have the following xml node
<group>
<level id="1" name="Level 1" />
<level id="2" name="Level 2" />
</group>
How can insert new element with it's attributes to ...
-1
votes
0answers
11 views
How to enable crystal reports viewer in toolbox vs2010
im using visual studio professional 2010. And i can't seem to enable the crystal reports viewer inside the toolbox. I already change the target framework into pure .NET FRAMEWORK, added references, ...
-2
votes
0answers
27 views
Accessing data from web in Visual Studio 2010
I'm new to visual studio,I'm making a software which requires to get data ( written in header tag ) from a website and write it in a textbox or a label in visual studio.
I'm making this software using ...
0
votes
1answer
22 views
SQL INSERT INTO Error
I'm inserting a record with this SQL command
INSERT INTO Deployment (DateTime, Type, Brand, Model, SerialNo, Assignment)
VALUES ('May 20, 2013','LAPTOP','ASUS','K55V','ABCD1234','10F HRD');
...
0
votes
0answers
17 views
WCF + Singleton + File transfer + Multithreading
I have a file transfer service written using WCF. It recieves a file sent by the client.
The client inturn sends across the file using FileStream + MessageContract. I have made the WCF file transfer ...
0
votes
0answers
8 views
How to render RDLC to PDF in IE and Opera
My question seems a duplicate question but I have an strange issue here. We have a web application that render RDLC reports to PDF format that has some parameter that will be set in code then append ...
0
votes
0answers
40 views
Returning NULL values while trying to use Left Join
In my database there is no null fields but when i start debbuging and add breakpoints i notice that the values is all null
This is my Code in Repository :
public IEnumerable<APPLICANT> ...
0
votes
0answers
10 views
Element-wise division between two images using emgu
I want to perform an element-wise division between two images. I am using emgucv and tried the following but it doesn't perform element-wise division.
Image<Gray, double> A = new Image<Gray, ...
0
votes
0answers
7 views
how to pass parameters to ServiceMethod from autocompleteextender
I have a working autocompleteextender that runs a webservice(same project).. I want to separate the webservice from the main project, is there a way to pass parameter from autocompleteextender's ...
0
votes
1answer
17 views
Update Main UI With RichTextBox Data from BackgroundWorker
I have a program that querys a bunch of WMI, Registry, and other data. It then formats the data into various RichTextBoxes highlighting errors from the data scanned on the remote computer.
I want to ...
0
votes
2answers
48 views
Image upload to database
So I managed to set-up a simple test page to upload and store image to my database however I am unsure of whether the storage is successful.
Whenever I store the image into my table under the column ...
1
vote
1answer
28 views
select matching object twice in a linq where-in clause
I know that we can use the Contains method in generating a where clause in a linq query like this:
List<long> objectIDs = new List<long>() { 1, 1, 2 };
var objects = dbcontext.Where(o ...
0
votes
0answers
32 views
SoundPlayer and MemoryStream in C#
I build a sample program that select a wav file, then you can play the selected file with 2x speed Or 4x speed
the code of the previous app is :
using System;
using System.Collections.Generic;
...
0
votes
1answer
19 views
Replacing Thread.Suspend and Thread.Resume in a windows service
We have a service that does the following basic workflow:
1) Starts, reads config settings and performs some calculations in a large loop.
2) Each iteration of the loop, it needs to be able to check ...
0
votes
1answer
26 views
Access Denied While Connecting to local SQL database in Visual Studio 2010
This is my code:
Console.WriteLine("Before Connect");
SqlConnection myConnection = new ...
0
votes
2answers
19 views
How can i move items from one Listbox to another in ASP MVC 4?
How is it possible to move items from one Listbox to another Listbox in the same view without having to reload the entire page but just update the two listboxes in ASP MVC 4?
It is in order to have ...
-3
votes
0answers
38 views
SMTP sent to email [closed]
using System;
using System.Collections.Generic;
using System.Data.SqlClient;
using System.Linq;
using System.Net;
using System.Net.Mail;
using System.Web;
using System.Web.UI;
using ...
1
vote
0answers
56 views
Do circular references in C# cause memory leaks? [duplicate]
I have a collection of data models that have associations with other models, and the data schema is often circular in nature. I want to create C# classes to represent this data objects, but it'll ...
0
votes
1answer
34 views
change currency of string format [duplicate]
I've got a string formatter:
String.Format("{0:c}", team.sales);
when I do this, the string is printed with a pound sign(£)
is there any way for me to force formatter to show dollars($) instead?
0
votes
1answer
19 views
ASP.NET ObjectDataSource could not find a non-generic method that has parameters
I am using a FormView control on an ASP.Net page with an ObjectDataSource that is linked to a Business Tier component connected to stored procedures in the SQL Server. I am getting the ...
0
votes
1answer
22 views
Display Euro format In ViewModel
I need to display a euro value from a decimal value stored in SQL-Server database.
The value comes from the database like this: 10000,0000 and I need to display it like this: 10.000,00 €
How I can ...
-1
votes
0answers
15 views
adding a seek bar to media player in C#
I'm Developing a simple media player to play WAV File using C#.net Version 4.0
here in the following code I read the WAV File and Increase the speed of it
using System;
using ...
0
votes
1answer
22 views
populating a DataTable with ADO .NET entity model
I'm developping a windows form application with ADO .Net entity data model. I have DataTable dt = new DataTable, how can i populate this DataTable from the data base using dataBaseEtities?
Here is my ...
1
vote
0answers
15 views
bank-switch usb devices in Windows8
I need to connect over 100 identical devices to a USB port on a Windows tablet. This is for a product, not for testing.
If I connect a self-powered 12 port hub (call it Hub A) to the tablet port, ...
0
votes
0answers
10 views
How to show programmatically FocusVisualStyle?
Afters attemps I could tell that the FocusVisualStyle is only activated by the keyboard (tab and arrows keys).
There is an easy way to get around this problem?
I found this:
- focus visual not ...
0
votes
4answers
58 views
How to tell if thread is running by its ID with C#
I'm not sure if such is possible in a managed code. Let me explain. I need to know that a particular thread is currently running within my process by its ID. Can I do that from another thread in the ...
1
vote
2answers
35 views
C# Overwrite file failed badly
Tried several times to make this work but with several failures.
let me explain what i've tried to do: 1.Unrar the files in zip format (working) 2.Unraring to a named directory (unrars) 3.Copying ...
0
votes
0answers
21 views
how i get id from selected name by combobox?
i need to know how i get id of vip from selected name in the combobox
i make selected value = id
here my code and how i add to vip money the new money
else
{
...
0
votes
0answers
17 views
Retrieve locations of referenced assemblies at runtime?
Alright, I'm trying to get the locations of the referenced assemblies of my project at runtime.
My code right now is like this:
foreach (AssemblyName an in ...
1
vote
1answer
81 views
Loop runs too fast?
I have a loop (below) that loops N number of times based on user input. the loop, calls a method that creates a random string of text for an insert into a database. I want the loop to call this method ...
0
votes
1answer
30 views
Convert string to XML using .Net
I store the XML output to String and Again convert this string to XML .I successfully convert XML output to String, but i got problem again converting string to XML.
sample code :
...
0
votes
0answers
5 views
Programmatically create and export WPF Viewport3D visual object in a console application on the fly
I am developing a wpf user control in a wpf user control library it uses Viewport3D.
I see the image in viewport on running application and I can save it to file with RenderTargetBitmap if I call it ...
1
vote
1answer
24 views
Entity Framework 5 Won't Fetch Relationships With Include()
I am quite certain that questions like this have been answered a number of times before, but I can't get any of the suggestions to work.
I am building a MVC 4 application with Entity Framework 5, ...
0
votes
0answers
11 views
entity framework error: The relationship between the two objects cannot be defined because they are attached to different ObjectContext objects
public static void SetMessageTir(MESSAGE_TIR MessageT)
{
ModelDBContainer MonModel = new ModelDBContainer();
List<OBJECTIF> lo = new List<OBJECTIF>();
...
0
votes
1answer
19 views
How do I get sqldatareader to show the data in the fields?
I have an sql server table located on my website (remote). The table is called table1 and contains a bunch of fields. My goal here is to read all the fields of table1 into an array to iterate.
Here ...
2
votes
0answers
17 views
How to send back to a UDP source address?
I have a question concerning communication between a server and a client using UDP. I'll first explain what I'm trying to do.
The client sends a message to the server using a random UDP source
port ...
0
votes
0answers
8 views
Is it possible to request API permissions (and get authentication token?) through manifest permissions
I'm attempting to implement chrome.pushMessaging, but I'm a bit confused as to how to do it.
I've got the https://developers.google.com/oauthplayground/ example working great and, if I take my Auth ...
0
votes
0answers
12 views
WPF Embedded User Controls
I have a User Control Named Switch and Another User Control Named Output the Output user Control is embedded inside the Switch Control ... now i need to hide for example the Parent Switch when ...
0
votes
1answer
14 views
Horizontal GridSplitter does not resize content
I've got a GridSplitter defined in the following way:
<Grid x:Name="grdMailContent"
Grid.Row="4"
Grid.Column="0">
<Grid>
...
-2
votes
1answer
69 views
Hangman game in asp.net / c#
I was trying to create the hangman game in asp .net using c#, but since I am a beginner in this field, I got stuck.
This is what I have done so far:
public static string GetRandomWords()
{
...







