Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+6
Strength to Decrease Rep
-1
71% Quality Score
Upvotes Received
26
Posts with Upvotes
22
Upvoting Members
16
Downvotes Received
10
Posts with Downvotes
7
Downvoting Members
10
11 Commented Posts
~50.0K People Reached
About Me

I cannot be put into a nutshell.

Interests
Anything that can be feeded to my brain
PC Specs
A PC with 500 GB HDD and 4 GB RAMAnd with two 1 TB External HDD.
Favorite Tags
Member Avatar for pwolf

I am interested in technology, however I do not wish to go to university and after stumbling upon the MIT Challenge, I have taken it as a proof of concept. Clearly education is changing, and I would like to take a less traditional route. But before I go too far, …

Member Avatar for bendunk71
0
305
Member Avatar for ss125

Friends I have completed my engineering in India and now working as a software developer. I am now planning to undergo my higher studies abroad. But I am really got confused on the universities there and every one I asked told different universities as the best one. I want a …

Member Avatar for rajanraveendran
0
399
Member Avatar for KevinVernon

I saw this game at other forum. I think its interesting. Lets play ;) Post something about the person above you, I'll start.

Member Avatar for Dani
0
729
Member Avatar for vani krishnan

I'm about to make a video..But, I dont have an idea of which software to use. As I'm doing it for a contest I want it to be a better one.So,it would be very helpful for me if someone suggest me with a nice n easy to use s/w other …

Member Avatar for David_42
0
222
Member Avatar for anupam_smart

This is really simple. Just take the last letter of the movie name in previous post & put another movie name starting with that letter. Eg.:- if i put "The Matrix -Reloaded" answer may be "Doom" so let's start. I put : The Matrix Revolution

Member Avatar for blackmiau
0
4K
Member Avatar for ss125

I am trying to get the width and height of the uploaded html file. This is what i have done so far. WebBrowser wb = new WebBrowser(); int ht,wd; wb.Navigate("D:\\page1.HTM"); ht = wb.Height; wd = wb.Width; But the above code always return me the wrong size of the page. Can …

Member Avatar for ss125
0
266
Member Avatar for nitin1

hey,today someone asked me one question in my class that what is the fastest way to multiply a number by 7 ? I said yes you can use bit-wise operators. the code which i gave him is : int n=10; // for example n = (n<<3)-n; then he aksed me …

Member Avatar for rubberman
0
249
Member Avatar for gayzlein

hi all i want a program that allow me to import excel data into access database using vb.net knowing that the excel data contains duplicates and blanks.my table looks like this: Reference quantity unit_cost turnover once the data is imported, I want to perform calculations to calculate the cumulated turnover …

Member Avatar for gayzlein
0
2K
Member Avatar for Luckymeil

Hello, I need help, there are some important files that deleted a year ago in my SD card, now I need to to use them for my work, is it possibleto recover them? If possible, please reocmmend some methods or app that works, thanks!!!

Member Avatar for sophiaya
0
328
Member Avatar for nadimfaz

hello, i am doing a mini project in vb.net2010...BLOOD BANK MANAGEMENT...but i dnt knw how to connect vb.net2010 with ms access 2007..and how to code for add, delete,update records...plz help me

Member Avatar for nadimfaz
0
1K
Member Avatar for Affable zaki

i have page in classic asp which shows records from database. i have checkboxes in front of each row. i want to delete all records that are checked.

Member Avatar for designershiv
0
113
Member Avatar for MasterHacker110

I program mainly in C++ but recently took up Java for its advantages. I heard about the mono project and that C# is now cross platform but that the GUI of C# is not. I like Java but I also like C#, Java has some anoying restrictions sometimes (like no …

Member Avatar for sepp2k
0
252
Member Avatar for ss125

Hello friends, I am using sql server 2005 as a backend. I want to filter the datagrid based on fromdate,todate,companyname,employee name. I have done the date filter's.... The problem is with the other two filters. The actual problem is.. The application has to filter based on company only if the …

Member Avatar for ss125
0
260
Member Avatar for weeraa

I want to bind database value to combo box in C# windows form. I know this is a common problem for begginers. I search in the internet about this. Acoording to that I modified my code. But my problem is, it is not raised any error message and data not …

Member Avatar for weeraa
0
237
Member Avatar for mheja

please help me to do with my system. i want my txtempid.Text is auto generated evrytime i will add new employee . Field = "emp_id" i'm using vb 6 as ADODB and Mysql database thanks in advance...God Bless

Member Avatar for MEENAU
0
601
Member Avatar for zachattack05

Good morning strangers! I haven't posted in a while, but you always seem to be helpful... I have an application that uses SQL as a back-end to store data so that multiple users can access it at once. The question I have is, the requirements have changed and the SQL …

Member Avatar for zachattack05
0
250
Member Avatar for msubashrk

i'm inserted a image in sql server2008 as varchar(max).How to retrive in Data Grid view photo column ..i need code ...i tried many ways still getting Confused.

Member Avatar for ss125
0
103
Member Avatar for ss125

Hello friends, I am having a HCL PC in my home with configuration of 120GB HDD, basic graphics memory, Core2Duo processor and with 1 gb of RAM. Now I am planning to do some upgrades to it. First of all, I am planning on DVD writer(already out). Then to the …

Member Avatar for mayaestat
0
327
Member Avatar for gahhon

i have 3 text box which must be in numeric, but i just want shown only one error message once either one of the text box was incorrect formating. how can i archieve that?

Member Avatar for gahhon
0
233
Member Avatar for ss125

Hello friends, I had done some questions regarding function call. I had done an console application that can run a particular set of code every minute. For that i used System.Threading.Thread.Sleep(60000); That worked well too. But now i stuck in another problem. Now I dont wanna use the above code.Because …

Member Avatar for ss125
0
272
Member Avatar for Gazzmonkey

Hi all I have a problem that I've been trying to solve for a few days now, as the title suggests; I can access my file server using the IP but I have no access if I use the FQDN. A college of mine usually deals with these network related …

Member Avatar for Gazzmonkey
0
379
Member Avatar for jennafher

in sheet1, i have a table like this activities date completed drawing jan.1,2013 painting jan.6,2013 (note:this table is downloaded from web,everytime the value on the web changes,the value in the excel spreadsheet also changes.) then, i have a form . it is composed with a combo box and a textbox. …

Member Avatar for kRod
0
157
Member Avatar for ss125

My friends I was working on the concept like a user can upload his image as a user avatar, and that should be shown in all his pages. I have two pages namely get.aspx and show.aspx get.aspx contains image file uploading and saving the records in database. show.aspx is to …

Member Avatar for ss125
0
258
Member Avatar for themaj

Having another brain fart on what I believe is a no brainer. I'm trying to read the contents of a DBF and write it to an ACCDB table; this is a daily event and the DBF has between 500-1200 records each day. I have successfully read the contents of a …

Member Avatar for ss125
0
280
Member Avatar for fuhanspujisaputra

i have been doing like the code below, but why when i clicking the "delete" button, it is delete all records in the datagridview, but it does not updating to the database. And, how do i make only the selected row that has been selected by the user that gonna …

Member Avatar for ss125
0
165
Member Avatar for kal_crazy

Q: Write a program which will print all the pairs of prime numbers whose sum equals the number entered by the user. My program is able to find the prime numbers until an integer value, n, and outputs it correctly. Now how do I find the pairs of prime numbers …

Member Avatar for prakash4
0
211
Member Avatar for shashidhargm

I'm getting Recycler virus in every drive How to delete it or remove from my computer?

Member Avatar for shashidhargm
0
110
Member Avatar for Hazuan Nazri

anybody can help me? i want to add code after autocompletemode selected, code for autocomplete mode is running good, this is my code for autocompletemode: Dim AutoComp As New AutoCompleteStringCollection() Dim acs As String = "select NDP from DAFTARPELAJAR" acscmd.CommandText = acs Dim acsda As New OleDbDataAdapter(acscmd) acsda.Fill(acds) For i …

Member Avatar for Hazuan Nazri
0
137
Member Avatar for gahhon

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Data.SqlClient.SqlException: Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'. Source Error: An unhandled exception was generated during the execution …

Member Avatar for gahhon
0
972
Member Avatar for eshajoshi

Hi can andbody help me? Below is my code. I get this message: Run-time error '-2147217900(80040e14)': Table 'PreampAutoDetect' already exists. The error points to the line below with the stars around it. stringSQL4 = ... Please help me ... Private Sub Command4_Click() ' Copy Tables from List1 to Database(s) in …

Member Avatar for ss125
0
2K