Posts
 
Reputation
Joined
Last Seen
Ranked #135
Strength to Increase Rep
+11
Strength to Decrease Rep
-2
93% Quality Score
Upvotes Received
113
Posts with Upvotes
97
Upvoting Members
45
Downvotes Received
6
Posts with Downvotes
6
Downvoting Members
5
55 Commented Posts
~245.96K People Reached
Favorite Tags
Member Avatar for Shaitan00

First - so I don't get in any trouble - I've posted a similar question on other forums but have not gotten any responses so branching out in my quest for help as well as changing the question a little. Previously I was trying to find out why calling LoadUserProfile(...) …

Member Avatar for Pooja_20
0
6K
Member Avatar for ddanbe

Wanted to let two forms work together. One form would be the input form and the main form would consume this data. I managed to succeed with the help of a few of my friends here at daniweb., who helped me setup a static form. Just posted a bit of …

Member Avatar for JamesCherrill
1
2K
Member Avatar for DdoubleD

Demonstrates using .NET Remoting to broadcast to client subscribers. There are three parts: 1) Server.cs - for console app responsible for broadcasting messages (date/time stamp currently) 2) Client.cs - for console app that registers with server to subscribe to broadcasts 3) Agent.cs - class library that facilitates/eposes the interfaces for …

Member Avatar for HarishKJ
2
2K
Member Avatar for steven.culshaw

Hi when I am trying to use the DataGridViewAutoFilter function in my .net 3.5 windows forms application. I get the following message "Operation can only be performed on cells that belong to a DataGridView control" Can any one help me???? Thank you again in advance. SOURCE CODE *** [code] dataGridViewDowntime.BindingContextChanged …

Member Avatar for Edik
0
977
Member Avatar for darkocean

Dearl all, Is there any way or codes for export dataset or datatabe to excel file. Whenever I use click event in the button, it will save my report in an excel file. My information inside in datatable (dataset) from database and I want to save it in excel file. …

Member Avatar for du_1
0
3K
Member Avatar for jatin24

I'm facing this strange problem while working with DataGridView. In my application that i'm building, there is a form with some tabs, and im using the dataGridView Controls in some of the tabs. These dataGridView controls have already been configured, with a number of columns already added, and has been …

Member Avatar for sebbu
0
2K
Member Avatar for itslucky

Hi, Dear Friends im new with Crystal Report, i have created the crystal report by using the step by step procedure from the following link: [URL="http://csharp.net-informations.com/crystal-reports/csharp-crystal-reports-stepbystep.htm"]http://csharp.net-informations.com/crystal-reports/csharp-crystal-reports-stepbystep.htm[/URL] Now When i run it it always asking me the username and Password, i am using MS ACCESS Database, and i didn't set any …

Member Avatar for S.L.KEER
0
2K
Member Avatar for jatin24

I'm trying to find a way where the database name and the server name can be dynamic. I'm developing an application which uses C# and crystal reports. Both application and the reports use the same database which is setup on a separate database server. This application now needs to be …

Member Avatar for johnsonjeven
0
3K
Member Avatar for stevetaylor15

Hey, I'm trying to compare dates, essentially I want to copy all files that have a date modified of 3 days older or less than 3 days old modified. So far i have the following, it did look to be working before, maybe i made some mistake below: [code] string …

Member Avatar for ddanbe
0
213
Member Avatar for ajijacobm

hi, Please show me how to write data from a table in a database to xml and loading or inserting xml data to database(reverse process). I don't have any idea of this problems. I have Tried my level best,but failed to do so.. please show me how to copy data …

Member Avatar for JobPencil
0
1K
Member Avatar for The Dude

1. How Do You Catch A Unique Rabbit? Unique Up On It. 2. How Do You Catch A Tame Rabbit? Tame Way, Unique Up On It. 3. How Do You Get Holy Water? You Boil The Hell Out Of It. 4. What Do Fish Say When They Hit A Concrete …

Member Avatar for Ene Uran
9
3K
Member Avatar for glad024

hey guys just need some help here..i don't know how program it in C#.. i need a class file in C# using Microsoft Visual Studio 2008 that will save inputted data to the MySQL database..and also a class file that will transfer data from a table to another table in …

Member Avatar for ChrisHunter
0
377
Member Avatar for darkocean

I need to export DataTable to Excel file. Is tehre anyone help me? I dont want to listview to excel... Regards.

Member Avatar for deepanbecse
0
2K
Member Avatar for Indianblues

Hi, I want to validate the text in a textbox. Actually i am trying to enter to amount in the textbox. If other than integer is entered in the textbox , it should say " please enter integer value ". Can somebody pls tell me how to do this. ( …

Member Avatar for Michael27
0
507
Member Avatar for echo off

I have this to find the path: [CODE] System.IO.FileInfo path = new FileInfo(com.Substring(5)); string fullpath = path.FullName; [/CODE] But that returns the path of the console app + whatever i type. (e.g. C:\users\RILEY\Desktop\....\....\....\+(com.substring(5))) What I want to happen is when i enter: ./$ cat log.txt The console app writes what …

Member Avatar for gabrielko
0
258
Member Avatar for maybach_hp

Hello, I am newb to c# and I am working on an example. The challenge is to dynamically set the text of the label using the textboxes' text. - There are 3 textboxes and a label. All are asp controls. - The text should be displayed in the label as …

Member Avatar for gopaltiwari2012
0
6K
Member Avatar for vivekarora

Hello Friends, As we know, when we have virtual function in our class, compiler smartly puts vptr(virtual table pointer) in our class to access correct function at run time. Can i access this vptr in my program, to use/manipulate this directly? Regards, Vivek

Member Avatar for AliceJohn123
0
3K
Member Avatar for Diamonddrake

A couple of months ago I had wanted to keep a form active as long as it was visible, I couldn't find any help with this, a couple of forums led me into the dirt, as everything they suggested failed. I decided against the feature, but not before I found …

Member Avatar for chrisrmead
0
3K
Member Avatar for sam63

What is the difference? Is one better than the other? How do you choose between the two? Why does one not need to instantiate when calling a static method?

Member Avatar for MuhammadSaad
0
4K
Member Avatar for swatkat

Hi, This Microsoft Technet page has some cool information to do just about anything in Windows XP. Take a look here:- [url]http://technet.microsoft.com/en-us/windows/bb264763[/url]

Member Avatar for Azam Butt
1
307
Member Avatar for z_zendegi

Hi I want to khow about drawing methode in C# that has no dependence in pixel, do anyone can help me? I want to draw patterns and then print them, I can Draw them but when I want to print, I have Problems with measurments because I draw them pixel …

Member Avatar for jz_gook
0
685
Member Avatar for Diamonddrake

This simple static class contains a static method called sOnline that accepts a username as a string param. it make a call to an old yahoo api that will determine if a Y! user is online. This only returns true if the user is not using stealth, this will return …

Member Avatar for miladar91
0
349
Member Avatar for jas2010

I wanted to connect mysql with C# But I was faced with the following error error text:connection unexpectedly terminated Please help me

Member Avatar for shahnawaz1992
0
240
Member Avatar for kool.net

hi, can any one tell me how to i convert amount(in digitts) to word. thanks in advance

Member Avatar for kumarvarshadr
0
473
Member Avatar for itslucky

Hi, Dear Friends i m developing a Inventory System, and i want to show a progress bar until the data loaded from the database and displayed on the screen, so for that time a progress bar should be displayed and show the progress of retrieving of data from database, and …

Member Avatar for bhagawatshinde
0
3K
Member Avatar for emclondon

hello guys and girls, im new to this forum.. so please be gentle :) Im developing this application to improve my ability to develop applications in c#.. so far i've fingured out that im not that good at it. I fetched out my old college coursework case study to work …

Member Avatar for mndn
0
186
Member Avatar for sivananda2009

please help me to solve this problem,i want to insert data by checking the multiple entries in my form and retrieve the same data, the check box must checked the corresponding field retrieved.

Member Avatar for ahamed.suhail
0
110
Member Avatar for getkiran1

Hi all... How to get the full path of a file which is currently running?? suppose from cmd or directly someone starts an application or any kind of file( text file, word file, mp3 etc) my C# application need to get the path of the opened file... For eg: if …

Member Avatar for Ionesta
0
2K
Member Avatar for VibhorG

HIii I m making window application, for which i have already made a setup, but in that i want to include some more pages like terms and condition page etc, . Also in this i want to set the registries as well, like when my application is installed on the …

Member Avatar for dnlangela
0
2K
Member Avatar for Mitja Bonca

I would like to do an application which would be used for calling to all kind of telephones (stationary, mobile) from a pc, using internet. Anyone has any advice where to start and what to use? I read some stuff that I would need to use TAPI app. development. Application …

Member Avatar for cottom
0
286