4,588 Topics

Member Avatar for
Member Avatar for jacg4

Hello everyone My request is the following: Do anyone know about a collapsible panel that can be used on a windows forms project? Thanks for any answer

Member Avatar for jacg4
0
114
Member Avatar for ayeshakhan

how to import data from excel to sql database in temporary table and display it in grid using.net c#

Member Avatar for Lusiphur
0
49
Member Avatar for darkocean

Hello everybody, I am using Serial COM Simply in C# by Noah Coad [url]http://www.devhood.com/Tutorials/tutorial_details.aspx?tutorial_id=320[/url] and I have available ports on my machine whichs COM1,COM2,COM6,COM7,COM8,COM9,COM10,COM11,COM12,COM13 and I use COM6,COM7,COM8,COM9,COM10,COM11,COM12 with ZyXEL Omni 56K modem, I use these 7 ports with 7 modems. There are clients for getting answer wtih this modems. …

Member Avatar for darkocean
0
2K
Member Avatar for srvstv.prnc

How to upload file in sql server through asp.net pages using c# can any one help me i have tried lots of method but not succeed??????????????????

Member Avatar for dnanetwork
0
66
Member Avatar for MARKAND911

I have a panel in which I have many controls. I want to print this panel in window application. How can i do this. please send me code for it.

Member Avatar for nick.crane
0
2K
Member Avatar for lotrsimp12345

Take line below which is in batch file and convert it in C# so that I don't have to create a seperate file. Thanks! Any suggestions? I have spent way too long on this. Odbcconf /a {CONFIGDSN "Microsoft Access Driver (*.mdb)" "DSN=NexTest_CDMA_2009|Description=NexTest_CDMA_2009|DBQ=C:\prod\database\nextest_CDMA_2009.mdb"}

0
62
Member Avatar for mssarwer

Hi, I have a strange kind of problem. I never faced it nither heard about it. All controls are disappeared from Design mode.:'( [COLOR="Red"]Form.Designer.cs [/COLOR]is having complete code of control initialization but there is no control in design mode... :confused: I tried to add new controls with same name, it …

Member Avatar for nick.crane
0
8K
Member Avatar for esia168

Hello, I have tables two tables, the "book" and the "author", a book can have many authors and vice versa, so there is an intermediate table called "book_author" with two columns as foreign key for those two primary keys book_author book_id author_id I'm trying to edit the book details and …

Member Avatar for dnanetwork
0
665
Member Avatar for ayesha25

i have to read 10 lines from the middle of a file, i tried to use seek method but it requires number of bytes. i dont know how many bytes will be contained in 10lines. how can i tell seek to read 10 lines from a specified location.

Member Avatar for Geekitygeek
0
151
Member Avatar for vivri

Hi, I've looked all over the web for several days and seem to find no answer to this issue. I would appreciate any leads. Thanks in advance for your time! I need to find the underlying disk capacity (total size) of an unmapped network share in windows (Win7, XP, Server …

Member Avatar for vivri
0
214
Member Avatar for damirin

My projects aim is to create an application that do syntax checking of javascript and html. I am using Microsoft.Jscript reference to help in the checking. Here is the code that I used to get the .js file and do a compilation so that it can generate errors if there …

Member Avatar for nick.crane
0
179
Member Avatar for bhavna_816

hi all, i want to run the slide show say ten slides and then close it programaatically , but in my code given below it opens the slide show and closes immediately ... .. please give me a solution to this problem [code]Microsoft.Office.Interop.PowerPoint.Application ppApp = new Microsoft.Office.Interop.PowerPoint.Application(); ppApp.Visible = MsoTriState.msoTrue; …

Member Avatar for Geekitygeek
0
311
Member Avatar for drugoholic

Hello, First of all, I would like to say that I'm a newbie in visual studio. I come from a php/mysql background involved in web development. My task here is to create an real estate application for my company. I have so many questions but first I would like to …

Member Avatar for Geekitygeek
0
103
Member Avatar for zack_falcon

I'm a newbie C# programmer, and I would like to ask for help on this error. I was trying to get a button to change its image when it is clicked, a task that sounds so simple, I know, but whenever I run the program and click said button, it …

Member Avatar for Geekitygeek
0
207
Member Avatar for kayfar
Member Avatar for trippinz

I use Visual Studio and when I go on Properties->Settings, I cannot seem to find the setting thingy for background image. I do not like .XML files for user settings so I use settings instead. I want to change the background image of a menustrip and then when the application …

Member Avatar for trippinz
0
260
Member Avatar for MARKAND911

I have 3 datatables dt1,dt2,dt3 I want to write this 3 tables in excel file with sheet 1 containing dt1, sheet 2 with dt2 and sheet 3 with dt3. How can i do this.

0
42
Member Avatar for litlemaster

Hello, First of all let me thanks you all for your support throughout my project. Now just a few final steps are left to finish the SMS application. Now I have to make a phonebook to store the contacts. For this purpose I need a database, I tried SQL Server …

Member Avatar for ddanbe
0
80
Member Avatar for judithSampathwa

Hi there, In my project I have 3 folders which represent the 3 tier architecture.(the business layer, data access layer and the presentation layer) The frmMainMenu is in the presentation layer and in the presentation layer I have other folders that have other forms in it. When I try to …

Member Avatar for PierlucSS
0
586
Member Avatar for judithSampathwa

Hi there, I want to upload files with the extension pdf, doc excel and images to the MS SQL database from a C# desktop application. I am using C#.net and not asp. I want to upload a file from a interface to the ms sql database, Hey can someone guide …

Member Avatar for nick.crane
0
599
Member Avatar for Mattisc

Hello, I am trying to send files from one folder on the C drive to another using a simple C# Win forms. I have created this but unable to get it working. Can anyone help? [CODE] private void butSort1_Click(object sender, EventArgs e) { string sourceFile = @"C:\Test\test.txt"; string destinationFile = …

Member Avatar for Mattisc
0
193
Member Avatar for Resnymph

Hello, I am trying to write a GUI in Visual C# which controls a C++ DLL, specifically getting hold of C++ objects and editing them via the C# propertygrid controls. - The first part of the question is 'is this actually possible'? I know I can use wrapper functions to …

0
215
Member Avatar for ravikaliappan
Member Avatar for gidireich

Hi All, I have experience with c, and familiarity with c++ & java (took courses on them, never really used) I want to learn c# now. I know c# is similar to Java. Time passed since my Java studies, so I guess I'll get the concepts fairly quickly, but I …

Member Avatar for Zinderin
0
158
Member Avatar for nihirshah

I have a grid in dataset as following UserPatientStatusID RelevantPeriod TotalCount ProviderSpecialtyServiceName a OUT November2008 1 Not Available a ER September2008 1986 Not Available a ER April2009 1837 Not Available a ER December2009 2367 Not Available a ER August2008 1908 Not Available b ER February2009 1598 Not Available b ER …

0
45
Member Avatar for kalpa23
Member Avatar for MxDev

Hi guys, Does anyone here know where I can get C# class library documentation, I've search the interenet but I couldn't get what I need. Any help appreciated. Thanks in advance.

Member Avatar for Teme64
0
171
Member Avatar for judithSampathwa

hi there, i have a two forms and in one of the form there is a button to open the other window which is the second form. what i want to do is, when the second form is opened how can i make the first form in a uneditable mode, …

Member Avatar for judithSampathwa
0
111
Member Avatar for mxadam

Hi All, I get this error operator == cannot be applied to operands of type 'System.IntPtr' and 'int' firstly I had this code [code] private void SNGPH_KeyUp(object sender, KeyEventArgs e) { if (e.KeyCode != Keys.ControlKey) return; POINT curpos = new POINT(); User32.GetCursorPos(ref curpos); IntPtr handle = User32.WindowFromPoint(curpos); handle = User32.GetAncestor(handle, …

Member Avatar for Lusiphur
0
695
Member Avatar for umair.sabri

hi can any 1 write code for me to check wether the ur already exists in sql database using c#.net

0
55

The End.