Posts
 
Reputation
Joined
Last Seen
Ranked #863
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
78% Quality Score
Upvotes Received
3
Posts with Upvotes
2
Upvoting Members
3
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
4 Commented Posts
0 Endorsements
~5K People Reached
About Me

My mom told me one time when I was 6 I had to use the washroom. When I got to the bathroom the toilet seat was down so i went in my pants. The point of the Story is I am not the type of person who can disturb the order of things just so i can shit comfortably.

Favorite Tags
Member Avatar for siji44

Hi, How can i clear picturebox at runtime in vb.net2005? Please help me....

Member Avatar for lil09romeo
0
126
Member Avatar for mike.mclennan

I was wondering if anyone has taken the time to go see Spiderman 3 yet. I have seen it twice already. In my opinion it was a decent movie, Sandman was cool, The New Goblin was really well done, but Venom... VENOM. The ultimate Spiderman villain was terrible done and …

Member Avatar for john.cooper
0
397
Member Avatar for someoneelse

is there a way to set a set a dynamic page size for gridview? for instance, i am choosing 10 from the properites window for PageSize, but I would like to have a form field on the page where the user can type the number of records they would like …

Member Avatar for sarawuthappy
0
1K
Member Avatar for mike.mclennan

Hey, I have created a searcher on my companies website that displays products that we sell. It displays the code, price, blah blah blah. basic stuff. but anyways i want to display some information for the product not on the page but on a tooltip like screen. I know a …

Member Avatar for araghuc
0
170
Member Avatar for olodu

Hi all, I need help in passing parameter value to a datagridview control on my form. I have a form with a textbox control, a datagridview control and a button. When the user enters in the title of a movie in the textbox and clicks on the OK button, I …

Member Avatar for Fritzeh
0
770
Member Avatar for mike.mclennan

I have created a new XML file and schema that is used to run sql scripts but I am having a problem doing a few things. below is an example of what I am hoping to create. XML file. [code] <root> <script> <name> Script for Upgrading </name> <file> C:\Files\Scripts\Upgrade.sql </file> …

0
83
Member Avatar for roryt

OK, so I don't have the perfect website and nobody does! But I though it would be really interesting for each person to post one thing they do or put thought into when designing a website, please be specific (eg, NOT usability). So, I'll go first, Nice, clean navigation that …

Member Avatar for MidiMagic
0
183
Member Avatar for mike.mclennan

Windows VS Mac - The War No One Cares About Ok, first I want to make one thing clear; I am and have always been a PC user, that is just what has always been available to me. But this does not mean that I have not used any other …

Member Avatar for joshSCH
0
424
Member Avatar for mike.mclennan

I am bored so here is my post. List your top 5 favorite movies, your pleasure movies, the ones you can watch over and over again. The movies you watch when your drinking or bored. But just 5, keep the list small. 1. Layer Cake 2. Donny Darko 3. Fear …

Member Avatar for lasher511
0
457
Member Avatar for usershan

Hi all , I want to disable a text box when i select a value from drop down list, but im not able to so can u please help me This is my code: [COLOR=#0000ff]Protected[/COLOR] [COLOR=#0000ff]Sub[/COLOR] type_SelectedIndexChanged([COLOR=#0000ff]ByVal[/COLOR] sender [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]Object[/COLOR], [COLOR=#0000ff]ByVal[/COLOR] e [COLOR=#0000ff]As[/COLOR] System.EventArgs) [COLOR=#0000ff]Handles[/COLOR] type.SelectedIndexChanged [COLOR=#0000ff]If[/COLOR] type.SelectedItem.Value = [COLOR=#800000]"Income"[/COLOR] …

Member Avatar for usershan
0
78
Member Avatar for rims

Hi, there. I am new in .Net and am seeking urgent help, please. I need to control the display in the data grid according to the selection in the dropdown list. how can I do that??

Member Avatar for rims
0
253
Member Avatar for ArchanaB

Hi all, I have a field named [COLOR=red]'UserDeleted' [/COLOR]which is set to [COLOR=red]false[/COLOR] by default. Records shouldnt be deleted from the database but the field Userdeleted should be set to true when user deletes a particular record. when i click on delete button a gridview is shown with delete commanfield …

Member Avatar for ArchanaB
0
166
Member Avatar for die nadel

[COLOR=green]Dim[/COLOR] cb [COLOR=green]As[/COLOR] [COLOR=green]New[/COLOR] OleDb.OleDbCommandBuilder(da) ds.Tables("me").Rows(inc).Item(2) = txtFirstName.Text ds.Tables("me").Rows(inc).Item(3) = txtLastName.Text da.Update(ds, "me") Im getting a hard time on updating the database, What should I do to update or even add to the database. The code above is what I use but still it gives me an error. Please help. …

Member Avatar for die nadel
0
96
Member Avatar for BalagurunathanS

Hi All... I have a datagrid with values bound to it..I have two columns in the datagrid.The first column is the name field and the second column is age field..Now i need to higlight the highest age which is found in the datagrid..I want to differentiate it from other rows …

Member Avatar for mike.mclennan
0
85
Member Avatar for mike.mclennan

[code] var ie4 = (document.all) ? true : false; var ns4 = (document.layers) ? true : false; var ns6 = (document.getElementById && !document.all) ? true : false; function openDesc(text) { if (ie4) { document.all["Description"].style.visibility = "visible"; document.all["TitleClose"].style.visibility = "visible"; } if (ns4) { document.layers["Description"].visibility = "show"; document.layers["TitleClose"].visibility = "show"; } …

Member Avatar for mike.mclennan
0
103
Member Avatar for NewVBguy

Hi there, I am very new to .net and I am starting to learn things. Can somebody share me a working code that will put the schema/structure of a table into a combobox. Pls. consider the ff: 1. file is mdbdata.mdb table is mdbtable combo is combobox 2. file is …

Member Avatar for NewVBguy
0
86
Member Avatar for jerryseinfeld

I am using that but I only get some strange words :( I get my coordinates from x and y array..... what is the problem??? [code] for(a=1;a<i;a++){ yyy=(y[a-1]- y[a]); xxx=(x[a-1]- x[a]); slope[a-1]=yyy/xxx;} yyy=(y[i-1]- y[0]); xxx=(x[i-1]- x[0]); slope[i-1]=yyy/xxx; for(b=1;b<i;b++){ yyy=(slope[b-1]+slope[b]); xxx=(1-slope[b-1]*slope[b]); angle=yyy/xxx; res=acos(angle) * (180/3.14); printf("%d. Angle %f\n",b,res);} yyy=(slope[i-1]+slope[0]); xxx=(1-slope[i-1]*slope[0]); lastangle=yyy/xxx; …

Member Avatar for Salem
0
77
Member Avatar for mike.mclennan

I am working with ASP.NET, C# and SQL Server. What I am trying to do seems simple enough, but is causing me alot of problems. I am trying to set up my DataGrid so that is updates only when i press the Update button. It is pulling information from 5 …

Member Avatar for mike.mclennan
0
102
Member Avatar for jerryseinfeld

hi again me .... I have a project about some stupid math calculations :)... NOw my question is how can user assign structure name??.. I mean in my program I ask from user some vertices and coordinates for polygons.. then I calculate lenght ,area.... kind of things... But I realize …

Member Avatar for linux
0
84