4,588 Topics

Member Avatar for
Member Avatar for fabio533

Sorry for my bad english! Well, my problem is this: I have 2 tables: "Standby" and "Usage". Standby store all the equipements. Usage store the times that the equipement is used (replaced) and received (placed) in Standby. My problem is there: [CODE]Select Standby.PartNÂș,Standby.Stock1, Standby.Stock1 - (SUM([Usage].Quant_Used)-SUM([Usage].Quant_Received)) as [No Exterior], Standby.Area …

Member Avatar for fabio533
0
86
Member Avatar for sangeefrnd_2005

Hi , i have created word document dynamically and sending with email as attachment in c# asp.net. the created document contains html controls like text area. My Requirement is once email send to a person.. the person has to enter only in the text area .. he cannot do any …

0
58
Member Avatar for sjn21682

hi there, im very much new in programming, and i'm having a hard time in comparing two datafiles using c#, when im adding the while loop it doesnt work, but when i remove it, it compares the first line of my datafile, what i want to do it to compare …

Member Avatar for Geekitygeek
0
145
Member Avatar for team_ferrari22

Hi All, Does anybody know how to [B]defragment windows registry[/B]. We googled and found several free tools doing the same.But no tool is having open source. One tool is there - '[U]UltraDefrag[/U]' which is open source tool written in 'C' for file defragmentation. Please provide help in searching open source/ …

Member Avatar for team_ferrari22
0
97
Member Avatar for deucalion0

Hey there guys, this is my first post and yes it's because I need help. I am not straight out asking for someone to do my work for me, I can get my work done for me at any-time no problem but then I won't learn and learn is something …

Member Avatar for Geekitygeek
1
531
Member Avatar for CSharpUser

Hi, I'm hoping someone can make sense of this... I'm trying to use WMI to get file information from a specific directory on a remote machine using CIM_DataFile. I can get all of the files on the on the remote machine using: System.Management.ObjectQuery oq1 = new System.Management.ObjectQuery("SELECT * FROM CIM_DataFile"); …

Member Avatar for CSharpUser
0
1K
Member Avatar for f.ben.isaac

Here is an example - Assuming the following messages appear in a label: [B] You have 3 messages to post![/B] Once a user post a message/comment, the above message goes away and the following one is shown: [B]Your message is posted successfully![/B] Then the message fades away and the following …

Member Avatar for sinnerFA
0
72
Member Avatar for ramsham

HI, I am quite new in this field.I am developing one C# web application .can you help me with following stuff. I want to Display images from a folder which contains nearly 1000 images. That image files in folder(means image itself) has names like 15_1,15_2,15_5,15_40,18_1,18_3... where first field is id …

Member Avatar for Renukavani
0
377
Member Avatar for itjayakumar

this is my coding ..i want return the datarow another form .another form coding i was attached ....please tell me ... replay Quickly... [code] private void grdClientDetails_CellDoubleClick(object sender, FarPoint.Win.Spread.CellClickEventArgs e) { //DataTable dt = new DataTable(); //dsClientDetails.Tables.Add(dt); DataRow[] dr; dr = dsClientDetails.Tables[0].Select("ACCNUMBER=" + grdClientDetails.ActiveSheet.Cells[e.Row, 1].Text); return dr; this.Hide(); } public …

Member Avatar for kvprajapati
-1
140
Member Avatar for dsa

Hi! I get an assignment where I should create c# wrapper class for sdk written in c++ which contains bunch of dlls, libs and hpp files. Can you give me some directions how shall I do it? I didn't have luck from google-ing. Regards, DSA

Member Avatar for kvprajapati
0
34
Member Avatar for jd_davis

Greetings, I'm working my way through the Head Start C# book, and I know that whenever I open a stream [CODE=c#]Stream reader = File.Open(filename));[/CODE] I [B][I][U]ALWAYS[/U][/I][/B] [CODE=c#]reader.Close();[/CODE] my stream. The book also lets you know you can use a using block [CODE=c#]using (Stream ...) { }[/CODE] and the stream will …

Member Avatar for MattBerry
1
832
Member Avatar for aravinda reddy

I want code to copy word text content into texbox using c# code in web application right now i have code for windows application. [code] using Microsoft.Office.Interop.Word; private void readFileContent(string path) { Microsoft.Office.Interop.Word.ApplicationClass wordApp = new ApplicationClass(); object file = path; object nullobj = System.Reflection.Missing.Value; Microsoft.Office.Interop.Word.Document doc = wordApp.Documents.Open( ref …

Member Avatar for aravinda reddy
0
2K
Member Avatar for Rageagainst20

I am creating an application that has a thread which constantly moves the contents of one folder to another (Using Visual Studio, Compact Framework) I start the thread like this [CODE]public static class Program { /// <summary> /// The main entry point for the application. /// </summary> /// [MTAThread] public …

Member Avatar for kplcjl
0
7K
Member Avatar for kiranbvsn

I am newbbie to C# gridview Please can anyone give me the complete detailed gridview with some explanation something like how and when databound,e.t.c events fire, and some basic terminology associated with grid view like rowindxes,row.edititem, e.t.c please kindly do the needful as i have to implement it in my …

Member Avatar for kiranbvsn
-1
71
Member Avatar for laptop545

Hello All, I am presently working on a developed website and want to add some functionality to it. I have a file called AssetPreview.ascx and the code behind the file as AssetPreview.ascx.cs Now, i added something to the ascx file like, [code] <a id="test" onclick = "temp()" runat="server" >Click here …

Member Avatar for Renukavani
0
67
Member Avatar for ammadiqbal

i want that when i click NewToolstripbutton it run active child form newbutton procedure Note: newbutton is a userdefine Procedure. Help if any body known Ammad Iqbal

Member Avatar for ammadiqbal
0
1K
Member Avatar for lee.j.baxter

Hi, I've worked with the Speech API in the past (VB6), and I'm now looking to use it in my project. For those who haven't read previous posts of mine, I'm developing an AI system in C#/.NET which learns from the internet. Well, I'm going to say I told a …

Member Avatar for kvprajapati
0
200
Member Avatar for NewbyOneCanuby

Question is: Should I Declare a Class that is an Array not declared as such but is. Or should I declare the Class with only the members that it contains knowing I must use some of them 6 Times at the same time? All in the same string. like in …

Member Avatar for NewbyOneCanuby
-1
190
Member Avatar for aravinda reddy
Member Avatar for templersstorms

Ok, so I am loading data from an XML file into a dataGridView. I have several entries in the XML file and would like each one to create a button next to it. After some searches it looks like I either have to put it in a <code> or <c> …

Member Avatar for templersstorms
0
98
Member Avatar for Deey

Greetings. i have a program which dynamically creates panels and stores them into a panel array. each panel has added mouse click action event. what i need to know is how to determine on which panel i have clicked on? thanks.

Member Avatar for Geekitygeek
0
100
Member Avatar for rocco_h

Hi guys: Let's say somebody may change the extension of a .doc or .mp3 file to .wav, in my application, I want to check to make sure if a file is actually a .wav file. How do I do this in C# ? Please let me know, Thanks, Rocco

Member Avatar for Diamonddrake
0
1K
Member Avatar for JamesGeddes

Hi Everyone, I'm making a windows mobile app in C# that aims to help those affected by Alzheimer's Disease Part of it needs to send text messages at 5 minute intervals, however, the rest of the C# program needs to continue at the same time. I know that when you …

Member Avatar for Cory_Brown
0
129
Member Avatar for sumit_coder

Hii Friends This is the 1st time I am using a C# forum. I get a feeling that I have reached the right place. I am building a C# Windows Application. I have used WMP(Win Media Player) on my main form to run some URL. It's playing good,no probs there. …

Member Avatar for kvprajapati
0
156
Member Avatar for maria_mj
Member Avatar for apegram
0
4K
Member Avatar for aravinda reddy

I want C# code to get similar text in both the word documents.... can anyone tell me how to get it...Its urgent

Member Avatar for kvprajapati
0
55
Member Avatar for sedalnas

Hi, I'm new to sqlserver so i has a lot of confuse in working with the user defined types and my C# app , i mean that the problem is how to pass the variables from my c# app to a stored procedure or function in sqlserver , if some …

Member Avatar for kvprajapati
0
44
Member Avatar for sanz

hi i am trying to retrieve picture in picture box from db but my code is not working. [B]INSERTING PICTURE IN DATABASE[/B] [CODE] private void saveToolStripMenuItem_Click(object sender, EventArgs e) { button1.Hide(); button2.Hide(); comboBox1.Hide(); textBox1.Show(); foreach (object ab in barcodes) { string sto = ab.ToString(); string str = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:/Documents and …

Member Avatar for pauldani
1
1K
Member Avatar for priyadharshini.

hi i am in need of password recovery in asp.net with c# as code pls any one knows raply me

Member Avatar for kvprajapati
0
29
Member Avatar for kurtzky

Hello. Good day. I have this problem with my current program right now. I have a separate report created in Seagate Crystal Reports, and I'm integrating it to my program in C#. I'm using CrystalDecisions and calls the ReportDocument class. Under that report, I have many subreports. What I want …

0
120

The End.