Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
60% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Member Avatar for penguin22

Hey guys i'm trying to figure out how to open a new message window from outlook when i click a button on my form any help greatly aprreciated thanks.

Member Avatar for Ketsuekiame
0
1K
Member Avatar for penguin22

Hi I need to change the FROM: address from [email]xyz@server.com[/email] to something like [email]abc@website.com[/email]. I need to do this without changing the .muttrc file any ideas?

0
78
Member Avatar for penguin22

Can anyone tell me where my error is I can't seem to find it.. Thanks, Penguin Code Snippet [code=c#]"UPDATE AddressEntry SET Cell = '" + txtCell.Text + "', Home = '" + txtHome.Text + "', Work = '" + txtWork.Text + "', Name = '" + txtName.Text + "', Address …

Member Avatar for penguin22
0
148
Member Avatar for penguin22

Hi, I keep getting the error Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) when i try to make a guid. [CODE] string entryNum = Convert.toString(entryNo); Guid key = new Guid(entryNum); [/CODE]

Member Avatar for penguin22
0
3K
Member Avatar for penguin22

could not find a Direct 3D device that has a Direct3D 9 level driver and supports pixel shader 1.1 or greater hi i keep getting this error when I try to run an xna game i created. My graphics card is Intel(R) 82865G Graphics Controller

Member Avatar for majestic0110
0
112
Member Avatar for penguin22

Hi, I was wondering if it was possible to change an exe settings through dos? For example, instead of right clicking and going to settings to change the settings I would like to right a bat file to do that.

Member Avatar for stvrich
0
160
Member Avatar for penguin22

Hi I am creating an installer and want the .net framework dependency to install silently any help appreciated

Member Avatar for serkan sendur
0
505
Member Avatar for penguin22
Member Avatar for penguin22

Hi guys I'm creating an installer for a program and one of it's perquisites is the .NET framework well when i try to install the software on Windows XP it downloads the framework but what i want to do is install it from the installer

Member Avatar for sknake
0
122
Member Avatar for penguin22

Hi guys i'm creating a windows installer and i need it to install flash after it installs the program im trying to install

Member Avatar for penguin22
0
100
Member Avatar for penguin22

Hi i want to make a program windows seven compatible its currently made into a windows installer and want it to be made compatible. How do i do this

Member Avatar for Rik_
0
53
Member Avatar for penguin22

hi guys i can build and clean the vs solution in python and get the exe's to build but don't know how to create a window installer

Member Avatar for jlm699
0
141
Member Avatar for penguin22

not to sure why this does this [code=python] server = smtplib.SMTP("smtp.mail.yahoo.com") server.connect("www.mail.yahoo.com") sendEmail("FlexPt1.txt") Traceback (most recent call last): File "<stdin>", line 1, in <module> File "<stdin>", line 10, in sendEmail File "/usr/lib/python2.5/smtplib.py", line 691, in sendmail self.rset() File "/usr/lib/python2.5/smtplib.py", line 453, in rset return self.docmd("rset") File "/usr/lib/python2.5/smtplib.py", line 378, in …

Member Avatar for zachabesh
0
1K
Member Avatar for penguin22

I want to delete a directory through python and the cmd window but i want it to open the command do the rd and then close and continue on with the program with out me having to type RD /s folderName

Member Avatar for jlm699
0
108
Member Avatar for penguin22
Member Avatar for penguin22

Hi i can not seem to find out how to put the output of mxmlc file into an output this is wat i have [code=python] os.system("mxmlc.exe swick.swc -output location/swiff.swf")[/code]

Member Avatar for JasonHippy
0
136
Member Avatar for penguin22
Member Avatar for penguin22

When i try to build a visual studio solution it does not want to build so far this is what i have [code]os.system("devenv.exe filename.sln /Build")[/code]

Member Avatar for penguin22
0
155
Member Avatar for penguin22

i need help trying to open an .exe file then opening a file in said exe program i.e i wanna open a file in flash after opening flash. so far i can open the exe file with no problem but from there I'm stuck. this is what i have [code] …

Member Avatar for sravan953
0
143