Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
10
Posts with Downvotes
9
Downvoting Members
6
2 Commented Posts
0 Endorsements
Ranked #4K
~75.2K People Reached
Favorite Tags
Member Avatar for Mislam

I was asked to come by a friends house to fix a monitor problem she had, but now I have one. She came to pick me up, and I put my monitor in her trunk for the ride, which was about 10 minutes. I forgot that she had a small …

Member Avatar for sam07
-2
8K
Member Avatar for dorkwad

Hi i'm looking to create a dynamic website that allows me to showcase my personal picture collection. I want a table in a MySQL database that has the fields: -Image ID -Image Name -Actualimage -Description -Date Added -Views then i want a PHP script that creates a page (i assume …

Member Avatar for asadjaved64
0
2K
Member Avatar for dorkwad

Hey, i'm trying to have 2 browse file dialog boxes, one that allows you to select a file from a folder, and the other folder should allow you to chose the location to copy the file to. Thanks

Member Avatar for zakeer.ms
0
177
Member Avatar for Phaelax

My friend has a Gateway FX laptop or something with Vista. The right speaker stopped working (i checked all the balance settings). I've searched around for how to change the output from stereo to mono, but they all say the same thing; set it to mono (laptop output) in the …

Member Avatar for rreighe
0
485
Member Avatar for superjacent

I'm self studying from the book, C++ Primer Plus Fifth Edition, by Stephen Prata. The following relates to Chapter 13, Page 699, Programming Exercise #4. One task is to write the derived class method definitions based upon the given prototypes. The following are the said prototypes. [CODE="cpp"]class Port { private: …

Member Avatar for sheldonrobinson
1
58K
Member Avatar for dilipgelli

hii all, i am working in a organization where all social networking sites, Meesage boards.... are Blocked. we are using some proxy servers to see that sites , well these are also blocked by our IT department. Can any body send me Proxy servers..... to surf all sites with out …

Member Avatar for Sikander Khan
0
175
Member Avatar for evilsilver

Operating System: windows xp hey guys, i was playing around in the command prompt of my computer and started playing with the net user command and found the user support_388945a0 and saw how it was used by microsoft and was wondering, is there anyway that i can use this account …

Member Avatar for dorkwad
0
898
Member Avatar for dorkwad

hey mates We're writing a class "intArray_t" in c++ and we're supposed to forbid operations like: [CODE] intArray_t* t = new intArray_t(); intArray_t* t2 = new intArray_t(); //some code here, inserts and so on t = t2; [/CODE] and [CODE] intArray_t* t = new intArray_t(); //some code here, inserts and …

Member Avatar for dorkwad
0
191
Member Avatar for mith_cool

protected void Button1_Click(object sender, EventArgs e) { MailMessage message = new MailMessage(); message.From = new MailAddress(YourEmail.Text.ToString()); message.To.Add(new MailAddress("purohit.mith@gmail.com")); message.Subject = "Message via mith from " + YourName.Text.ToString(); message.Body = Comments.Text.ToString(); SmtpClient client = new SmtpClient(); client.Host = "203.92.50.112"; client.Send(message); } // this is what i used to send the email …

Member Avatar for virang_21
0
186
Member Avatar for capiono

I currently moved my windows form project to a different PC. In the project UI have some text boxes with a default value of "0". Before the move this worked fine. now if I run the code the UI does not show this default values. designer Code: [CODE] namespace PersonalBudget …

Member Avatar for capiono
0
117
Member Avatar for dorkwad

I have seen many JavaScript applications of this being done on the internet and would like to create on designed on Java. As I am new to this, I have no clue on what to do. I have a fair idea and so far I have this: package dice_game; import …

Member Avatar for javaAddict
0
105
Member Avatar for khess

This year is not the year of the Linux desktop. Next year is not the year of the Linux desktop. In fact, NO year is the year of the Linux desktop. Every year, there are at least ten writers (Ashamedly, I'm included in that ten) who proclaim that the current …

Member Avatar for techevar
0
2K
Member Avatar for khess

Does it seem to you that Linux distributions have fallen into to a [I]well[/I] or other deep support chasm that defies the space-time continuum? It seems so to me. Linux distributions are lagging behind Windows and Mac in significant ways. Well, it doesn't work for this chipset. Well, it works …

Member Avatar for jaanu123
1
735
Member Avatar for gptArun

Hello there, How to setup Sandbox Paypal subscription button code? i googled out but only found code for paypal.com not for sandbox.paypal.com .. thanks , Arun

Member Avatar for blocblue
-2
218
Member Avatar for dorkwad

I'm attempting to output a 7 digit number in a space 7 columns wide with cout, where loan is my 7 digit number: [code] cout << "$" << setw(7) << fixed << showpoint << setprecision(0) << loan;[/code] Any attempts fiddling with this result in the number being converted to 1e+006. …

0
61
Member Avatar for dorkwad

please help me to convert php multi dimension array to JavaScript multi dimension array[code]Array ( [nonveg] => Array ( [0] => mutton [1] => Chicken ) [veg] => Array ( [2] => sambar [3] => rasam ) ) [/code]this is my array value i pass it to JavaScript function i …

Member Avatar for wilch
0
373
Member Avatar for dorkwad

I compiled a project I made in visual studio 2008, but for some reason it only works on the computer it was created on, on any other computer I just get the "... has encountered and error and needs to be closed..." error message. At first I thought it was …

Member Avatar for dorkwad
0
121
Member Avatar for dorkwad

Hey guys, I'm programming a tool for creating PowerPoint slideshows from an images directory. I get the error "Error HRESULT E_FAIL has been returned from a call to a COM component" on the second line of this code: [code=csharp] ApplicationClass powerpoint = new ApplicationClass(); Presentation ppt = powerpoint.Presentations.Add(MsoTriState.msoFalse); [/code] I …

Member Avatar for dorkwad
0
143
Member Avatar for dorkwad

i am a real noob in php i have a php url say [url]http://xxxxxx.php?chat=[/url] if i give zzz at the end of the url like this [url]http://xxxxxx.php?chat=zzz[/url] the output is yyy i want a script to get the zzz from another script using $_REQUEST['msg'] and the final output of the …

Member Avatar for dorkwad
0
101
Member Avatar for dorkwad

Hi, I have an old legacy application developed by someone else many years ago that we use day to day in our business. My boss would like to update the logos and images used within the application to give it a re-vamp. I do not know what the program was …

Member Avatar for Duoas
0
1K
Member Avatar for jaybie

can anyone here help me out? i've used hjsplit for splitting mpeg files, works great but splitting avi files generates files that no longer can be played? thanks for your help jaybie

Member Avatar for dorkwad
0
865
Member Avatar for dorkwad

Hey,new to stl, in c array, we can declare an array like [CODE]int a[]={2,4,5,6,7,7}[/CODE] how can u do it for a vector without pushing back n times???

Member Avatar for Tom Gunn
0
91
Member Avatar for maui_mallard

Hey, I use Microsoft frontapge and I would like to make my own forum.....how would I do that???

Member Avatar for jbennet
0
116