473,573 Members | 2,733 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

C# / C Sharp Forum

4
5,167
thread by: Mohamed ali | last post Sep 21 '13 by: balice
i have webcam i need to make project when this webcam detect any motion in his spot give me alert ,,, **** Please Help me in C# code ***
0
1,103
thread by: MonkeyTailedBoy | last post Sep 21 '13 by: MonkeyTailedBoy
Hello all I'm new to the whole programing thing and need to do it for a unit in Tafe. I'm doing C# and using Visual Basic 2012 console Application, The problem I've been given is Write a program that inputs any 3 numbers from the keyboard and outputs them to the screen in the reverse order. Note: the program code must actually swap the...
2
6,000
thread by: Themantimes8 | last post Sep 20 '13 by: Themantimes8
I am making a game that requires input to be taken until the user inputs "exit" to the console. That part is taken care of with a simple do-while loop where i ask for user input: do { string input = Console.ReadLine(); game.getInput(input); //input validation (disregard) } while (Console.ReadLine().ToLower() != "exit");
0
1,070
thread by: zhzyzhzy | last post Sep 20 '13 by: zhzyzhzy
i used array of byte in c# and i need to convert four byte of array to time and date how can i do 5 7 9 23 this four byte array how can i convert that four byte into time and date
1
4,678
thread by: pbshines | last post Sep 20 '13 by: Aurangzeb
I think bit fields are not possible in c# structure but it is possible in c++. For Example: typedef struct { UINT16 SrcPort:16; UINT16 DstPort:16; UINT32 SeqNum:32; UINT32 AckNum:16; UINT16 Reserved1:4; UINT16 HdrLength:4;
0
1,021
thread by: shivani adepu | last post Sep 19 '13 by: shivani adepu
i have written a class in which i have written methods to fill comboboxes. here is the code: using System; using System.Collections; using System.Collections.Generic; using System.IO ; using System.Text; using System.Windows.Forms; using System.Data; using System.Data.SqlClient;
1
1,374
thread by: NickMak | last post Sep 18 '13 by: Rabbit
Hello ,my question is theoretical. When i make a request from the client(my PC) to the Server(SqlServer),the data are sent back in packets.In my connection string i wrote: Packet Size = 512, which means that each packet(Result Set) will be equal to that.Plus my SqlServer and application are in the same box which means that the buffer is a shared...
0
1,014
thread by: hasmeed | last post Sep 18 '13 by: hasmeed
I learnt telerik is for winform. I don't know if I can use it in wpf. I dnt want to use ribbon. I need something to make my app more attractive. please help me out
1
1,675
thread by: Gunjan1127 | last post Sep 18 '13 by: Aurangzeb
I am having multiple format files(.jpeg,.txt,.doc,.excel) in a folder.I want to show those file with their icon in richtextbox in c#. i am having file at clipboard. string files = Directory.GetFiles(pp); DataObject objData = new DataObject(); foreach (string file in files) ...
1
1,382
thread by: Kaalicharan | last post Sep 18 '13 by: Aurangzeb
Need to create multiple word documents on the run. My problem is its creating the last one only.
0
2,361
thread by: Adrianos01 | last post Sep 17 '13 by: Adrianos01
I want to write a C++ function in C#: the C++ code: #define deleter "/.:_-"; char code; // SR2342-23422-234234 int take_mod(char *number,int anz,int position) { int k=0,n=0;
0
1,125
thread by: mmobley1 | last post Sep 15 '13 by: mmobley1
Hello, I am working on a pet project and need to overcome a major hurdle in an application. I have checked countless forums and articles and have only found bits and pieces of what I am looking for, so I hope a more direct approach will help me. Here's the scenario: 1. The site is actually a game, which uses Javascript/JSON with DHTML on a...
0
1,173
thread by: aswal | last post Sep 14 '13 by: aswal
I am woking on a color picker application and all i need is that it have the ability to get color of particular pixel from the form or screen and it shows it's rgb value in the textbox?
0
1,031
thread by: aswal | last post Sep 14 '13 by: aswal
I have a listView control attached to form with largeImageList and i need that on hovering the item it's background color get's changed. How to do that?
0
1,203
thread by: s19792 | last post Sep 13 '13 by: s19792
private void treeView1_DragDrop(object sender, DragEventArgs e) { // Retrieve the client coordinates of the drop location. Point targetPoint = trvDocStyles.PointToClient(new Point(e.X, e.Y)); TreeNode draggedNode = (TreeNode)e.Data.GetData(typeof(TreeNode)); if...
0
1,881
thread by: reet87 | last post Sep 13 '13 by: reet87
ServerVersion = 'con.ServerVersion' threw an exception of type 'System.InvalidOperationException' what is the solution of this error
0
970
thread by: user033088 | last post Sep 10 '13 by: user033088
The reason I am asking this is because I am new to programming and would want to know what is right or wrong before it is too late. We have a software and are looking to make a few changes so that it works as we want it to. The software consists of all the DLL s but does not have source code(atleast I could not find it). Now after a lot of...
0
990
thread by: Mayadhar | last post Sep 9 '13 by: Mayadhar
How can i know that all the methods or functions of c# language as like JAVA API or in a web browser...plz give me brief info... Thankx...
0
1,119
fugio
thread by: fugio | last post Sep 8 '13 by: fugio
I'm trying to create a HScrollBar same scrollbar in datagridview, when resizing the form and columns the impact HScrollbar make it work. expect people to help, thank
0
1,114
thread by: safal86 | last post Sep 6 '13 by: safal86
hi In C#.net windows based application.. I want to set common properties like color, font size, height, width, font type of all the label, button and textbox controls in C#.net forms ....... How can i do it ...... Please provide me code for that ...... i have tried that code , but it's not working ........
0
931
thread by: Manish Arya | last post Sep 6 '13 by: Manish Arya
Dear All, I am using c# with Sql Database. Please suggest me what am i used in my project?. I want to create a selection list.Like One Combo Box and One List Box. In the database: a table with the name of ItemTable which have some field like: cmbItemType,txtItemCode,txtItemDescription etc.
0
1,155
thread by: durgag | last post Sep 4 '13 by: durgag
Good morning... I have centralized database.. In this all branches details are stored in one database table Eg; kakinada customers, amalapuram customers are stored in customers(tablename) in Front End we are using c# i select a branch.. in that iam going to select customers Whenever i select customers it displaying branches of all the...
0
1,226
thread by: a82720 | last post Sep 3 '13 by: a82720
It's easy to obtain the values for the properties and fields or invoke methods but it has been difficult for me to get the delegate from an EventInfo. I have tried following the instructions from this website: http://bobpowell.net/eventsubscribers.aspx This works to display the events in WINDOWS FORMS namespace WindowsFormsApplication3...
0
1,164
thread by: Parita Pandya | last post Sep 2 '13 by: Parita Pandya
//Code is as follows. int length = 9999; //Merillife sciences Pvt.Ltd for (int i = 0; i <= length; i++) { if (company == "Merillife Sciences Pvt.ltd" && assetcategory == "laptop/desktop") { string id = Convert.ToString(MLLP - 0001);
0
1,267
scriptick
thread by: scriptick | last post Aug 31 '13 by: scriptick
Hello, I have a website and I made it in wordpress. www.axescript.com I made some commercial software. Now my question is - Is there any way to add online activation system for c#.net ? Wordpress plug-in? Store there activation details etc. Or any good way....Offline OR online Activation.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.