Posts
 
Reputation
Joined
Last Seen
Ranked #27
Strength to Increase Rep
+16
Strength to Decrease Rep
-4
89% Quality Score
Upvotes Received
574
Posts with Upvotes
467
Upvoting Members
183
Downvotes Received
128
Posts with Downvotes
103
Downvoting Members
18
259 Commented Posts
~1.04M People Reached
About Me

Software Engineer

Interests
Software Development
PC Specs
vrooom!!11!
Member Avatar for Duki

Well I just started eating dinner and thought this would be a neat topic. Everyone knows we love to eat while on the computer; two birds, one chair. I'll start it off: Deli Sandwiches, macaroni salad, potato salad and a Pepsi :)

Member Avatar for Dani
22
17K
Member Avatar for zambetta

hi im new to c# and am looking for a way to radomly shuffle an array and split it into 2 groups. i cant find a way to do this so far :( any steps in the right direction would be gratefully recieved many thanks z

Member Avatar for adajames
0
1K
Member Avatar for Bhoot

i am developing a visual studio solution that contains two projects. Each project has its own namespace : Project1 : namespace MainProject.Project1 Project2 : namespace MainProject.Project2 My problem is that i cannot access 2nd project's namespace in the 1st project and vice versa. I tried to add the namespace through …

Member Avatar for V._549
0
11K
Member Avatar for gianrocks

hey everyone, i am to create a database filled with pdf files and its stored into binary. i was able to convert each file into binary but the problem is dat now i cant display it in the viewer.. can someone help me? i remember that i used to do …

Member Avatar for Owais_4
0
3K
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 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 progtick

I am using a code similar to the one below inside my stored procedure: [CODE]declare @tempVar decimal select @tempVar = amount from tempTable where <<conditions>> IF (CONDITIONAL STATEMENT) BEGIN select @tempVar END [/CODE] now I am supposed to be getting 4.25 something and I get 4, when I can clearly …

Member Avatar for happygeek
0
646
Member Avatar for siddhesh123

Hi, I am working on getting MAC address of a newly connected client using C#. I have written server application and when client connects to my server, I want to get MAC addresses of clients and store it in database. I could get IP address of client but could not …

Member Avatar for JamesCherrill
0
2K
Member Avatar for snakay

Hi, I'm having CLI0100E Wrong number of parameters. SQLSTATE=07001 exception when I try to [code] private void PopulateTable() { bool IsConnecting = true; while (IsConnecting) { try { cn = null; cn = new OleDbConnection(strConn); cn.Open(); sSqlCommand = "select a.sicil_no ,a.adi||' '||a.soyadi as isim,b.unvan_aciklama,a.ilkgir_tarihi,a.ayrilma_tarihi,a.sua,a.dogum_tarihi " + "from per015_ssk a,per003_ssk b"; …

Member Avatar for Reverend Jim
0
6K
Member Avatar for metalla_nz

Hi all, Im developing a small app that stores information in a database. When I first released, I tried to make sure my DB was future-proofed against any changes. However i'm about to release a new version that requires a change to the DB schema. Currently my terrible way of …

Member Avatar for Garr
0
311
Member Avatar for bincy_2050

Hi, I am developing a website. I have a folder containing some images. Please somebody help me with the code so that the users can download the folder when they click on the download button. Bincy

Member Avatar for sai_10
0
9K
Member Avatar for q8_dreamy

Hiii I want to use select in select clause this is my statement which got an error: [code=sql]Select count(*) as cnt, (select count (answer_q1) from answers where (answer_q1 = 'ضعيف'))as a_q1 FROM Answers[/code] and this is the error: Error in SELECT clause: expression near 'SELECT'. Error in SELECT clause: expression …

Member Avatar for Sirisha_2
0
1K
Member Avatar for G_Waddell

Hi, I'm writing code to connect to Oracle through ODP so I added a reference to the Oracle.DataAccess dll on my machine. Trouble is I'm writing a 64 bit app and I appear to have both x86 and 64 bit versions of this dll on my machine. No matter which …

Member Avatar for JOSheaIV
0
336
Member Avatar for santhanalakshmi

Hi, Please anyone help me out............ I want the users to enter the data in the textbox of the minimum length of "10" and maximum length can be "ANY"(or above "10"). Thanks in advance...........................

Member Avatar for Sagar_7
0
2K
Member Avatar for Dmennite

Everything I have found shows how to add a row to a database for new images... I am trying to update an existing row with a longblob field to store a logo and cannot seem to grasp what to do Any help would be greatly appreciated

Member Avatar for Ehab_1
0
2K
Member Avatar for yash777

Hello all, I am using Office.Interop.Excel.Application in which i have to save a file using saveas() but before saving it i have to disable the Excel's OverWrite prompt . I did tries Application.DisplayAlerts = false; But it's not working , How to do this??? Pl Help ?

Member Avatar for creiglee
0
4K
Member Avatar for iamahar

/// This is my code and my file already open in window i want to close it first and then delete pls help var directory = new DirectoryInfo(path); { if (!IsFileLocked(file1, file) & file1.Name == file + ".xlsx") File.Delete(path + file + ".xlsx"); // DELETE THE FILE BEFORE CREATING A …

Member Avatar for ddanbe
0
160
Member Avatar for ddanbe

Hi all, Want to write some data from C# to Excel. Code enough I thought, here at DANI's and on the web. So I managed to come up with this : [CODE=csharp]private void DoExcel(string Fname) { Microsoft.Office.Interop.Excel.ApplicationClass excel = null; Microsoft.Office.Interop.Excel.Workbook wb = null; Microsoft.Office.Interop.Excel.Worksheet ws = null; Microsoft.Office.Interop.Excel.Range rng …

Member Avatar for HaiLuong
0
4K
Member Avatar for george_82

Hello All, Can somebody tell me what is designer.cs file in C# and what is its use in programming. I'm new in C# and I also want to know more about this automatically created designer.cs file while programming. Thanks, George

Member Avatar for asdfiuo
0
7K
Member Avatar for rastafarian

Hi folks, Generally, i access my internet without using any proxy servers ie my firefox/IE always has this option unchecked. Then i ran ultra surf this one time (on vista x64) and it worked fine but then once i closed ultra surf i couldn't connect in either browser, inspite of …

Member Avatar for yomawm
0
6K
Member Avatar for anithasalavadi

Hi all, <a href= "filename.xls" target="_blank">Open Excel</a>; by using above line of code i can able to open the excel file as separate file. But i want to open that excel file with in the same asp.net web page not separately.

Member Avatar for Makara
0
4K
Member Avatar for derekn

Hi, I have a small home network which I will try to give as much info about as possible. I have 3 PCs connected to a Linksys WRT54GS router. Each computer is assigned a static IP in the network. What I want to do is to find some way to …

Member Avatar for jasonkaven
0
1K
Member Avatar for Gaurav arora

Hi all, I have created a table in which i have a DateTime Column . i need that i dont want to insert values in that column from the front end. i have created a trigger for that purpose. whenever i insert a row in that table the dateTime column …

Member Avatar for Timothy_3
0
212
Member Avatar for arunmagar

Hi, I am working on project Signature Based IDS. For that reason I need to install libpcap on my machine. I have problem in installing.I have libpcap source directory. as I give command # ./configure I found following error configure: error: Your operating system's lex is insufficient to compile libpcap. …

Member Avatar for Web Spider
0
1K
Member Avatar for VIeditorlover

Hi everybody, I'd like to ask you if there are some ways how to protect .NET exe and dlls against decompilation. [B]I am not interested in any form of obfuscation[/B], only methods based on (or equivalent to) compiling traditional compilers to machine language. There doesn't matter if commercial or open …

Member Avatar for JOSheaIV
1
1K
Member Avatar for Bhoot

First of all, the keylogger that i am developing is not at all for offensive and destructive purposes. :) I am developing a client monitoring application in C#.NET. Keylogging is one of the features in my application. Though i have developed the code for the keylogger, i have not been …

Member Avatar for Jay Cox
0
219
Member Avatar for mansoorhacker

hello every body . specially scott snake i am an entry level developer in c# and i want to develop a barcode reader application in c# i dont know how to do that. plz help me in this project .. thx. every body

Member Avatar for brent-me
0
324
Member Avatar for facadie

HiHi seems like i have so many queries for programming.. EG. textbox use to set the password how can i make a program so that i can set MINIMUM character to be inserted in textbox is 7 then i can save the data if not validate[ insert password with at …

Member Avatar for vadde
0
4K
Member Avatar for sknake

Here is a sample code snippet of logging in a user against a user table in an MSSQL database with password encryption. Scott Knake

Member Avatar for pritaeas
10
7K
Member Avatar for sivamoni

Hi I want to display the html content of the web pages(url address) in a c# window applications, but it is possible to get the dynamic content of a web pages also. If yes please query your comment.

Member Avatar for nathanmannar
0
2K