- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
19 Posted Topics
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.
Hi I need to change the FROM: address from [email][email protected][/email] to something like [email][email protected][/email]. I need to do this without changing the .muttrc file any ideas?
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 …
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]
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
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.
Hi I am creating an installer and want the .net framework dependency to install silently any help appreciated
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
Hi guys i'm creating a windows installer and i need it to install flash after it installs the program im trying to install
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
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
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 …
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
Don't know how to do it can't find anything online to help :(
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]
hi i need a list of command line arguments for flash cs4
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]
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] …
The End.
penguin22