- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
I'm an anti-thesis to the anti-thesis themselves. I live in a realm where anti-mothers exist, where the realm is the anti-mother itself. I'm hoping that someday the anti-thesis would learn how to choose and accept to make this anti-mother world the anti-thesis…
- Interests
- Beer Cigarette Poetry Music - Norma Jean Fan Magic The Gathering Gaming Coding Paint Ball Making people…
81 Posted Topics
Re: Manure is an interesting word for a frustrated farmer. | |
| |
Re: When common sense knocks on your door, never hesitate to open it with open arms. | |
| |
Re: You get a Barnyard DVD... I put in your grandma. | |
Re: My ears belong to Norma Jean (band). Have you tried lying inside a coffin? | |
Re: There are a lot of dependencies in order for you to install gtk. I have installed mine but I've got lot's of package lacking on my Distro, atk, pango, cairo to name a few. Be sure to have them first and make sure to visit the site John A posted. … | |
I don't really know where to post this thread but since my code in creating the firmware is in c, I'll try my luck here. I have an application that basically appends all files (u-boot, kernel, rootfs, etc.) into one bin file which forms my firmware file. I'm having a … | |
Is there a usb_reset() version in Winusb? I've been researching what function to use in order to reset the usb device. I tried WinUsb_SetPipePolicy and passed RESET_PIPE_ON_RESUME as the policy type but I think this is not the right function that corresponds to the usb_reset() of libusb which resets the … | |
Hello there, I've been having a hard time lately with implementing the drag and drop functionality outside the windows forms. I have no problem doing drag and drop within and between windows forms and from the desktop to the windows form. I have created an application where you can drag … | |
Re: Benevolent bigfoot's without their [B]fur[/B] spanking New Zealand polices therefore failed to annex Australia. | |
Re: Yes Have you ever been to a morgue with a stranger holding a knife and tries to stab a bystander but failed because he is blind? | |
Re: mage magnet cent efficient | |
I've been busy learning windows service these days. I have here a windows service application that monitors a folder then logs all the activities inside that folder. I want my windows service to show in the system tray, how do I integrate my windows service and the notify icon? Thanks! … | |
Hi, I've created an Outlook add in to my MS Office Outlook 2003. I've managed to create a Windows installer for it using Windows setup. My problem is, it does not install the add in when I use the .msi file created by the installer, but when I build the … | |
Hello there, I have a pc with 4gb ram and installed with it is Window Vista Premium 32x. I think it only uses 2-3 gb of my ram. Is there any way that could maximize it? I'm an avid gamer, I was suppose to buy the Windows Vista 64x but … | |
I've been new to c# and windows services. I've been studying for about a month and been doing a lot of basic stuff. I just want to confirm this issue to you guys. How would it applied to windows services? Would it be possible for IPC mechanism like the clipboard … | |
Hello there, I have here a solution explorer with 3 projects which composed of interfaces with implementation and one wpf project. I'm calling one of the interfaces in my wpf application which I have a function (which is implmented) but it throws an exception that it is looking for an … | |
Hello there, I've been messing around with System.Web.Mail these days and I was able to create an application that could send a mail using smtp. My problem here is, Idk how to connect my application to an exchange server and I don't have any server yet. I'm kinda noob in … | |
Hello there, I have created and application where the items in a ListView will be dragged and dropped over the desktop. So far, I was able to implement the drag but cannot drop the item. The function I used should be detected by windows but it cannot register the drop … | |
Hello there, I have already created an add in for my MS Outlook 2003 and I want to create an installer for it. When I run my code in VS 2008 it automatically installs my add in, but I want to install it to other pcs who doesn't have VS. … | |
Hello there, I've been busy nowadays with file manipulation and I've so far I've encountered a small problem in appending the contents of a file to another file. This is what I did: [CODE] string filename = @"C:\Temp.txt"; string body = null; StreamReader sr = File.OpenText(files); body = sr.ReadToEnd(); StreamWriter … | |
Hello there, been doing some tweaking with Outlook these days and I'm having a hard time with add ins. I'm using VSTO 2005 and I want to add a button to my MS Outlook but I couldn't find a good basis to start. Been googling around for a good tutorial … | |
Hello there, I've been working with threads right and I'm kinda stuck with how to implement the BackgroundWorker while I drop a lot of files in my form. I'm having a hard time how to arrange my code, specially on how to deal with the DoWork event of the BackgroundWorker … | |
Hello, I've been working with threading these days. I want to put a progress bar which is in a separate form but in the same namespace. My form1 class has all the controls for my drag and drop functionality while in my form2 class will be my progress form in … | |
Hello there, I've been doing some research about the Outlook.Selection interface and made an application out of it. My goal is to get all of the items in my inbox folder. I have already created a way to get all of them, my problem is to filter each types of … | |
Hello there, I'm having trouble of dropping items that reside on my ListView to the desktop or to any entity outside the form like the in outlook to make it as an attachment. I can now drag it using the DoDragDrop function and able to drop it to other ListView, … | |
Hello there, after days of researching I finally managed to finish my dragging and dropping of mail items in MS Outlook. But I have this annoying pop up thing in MS Outlook, a security pop up that grants you access from the range of 1-10mins so that I can drag … | |
Hello there, I've installed VSTO to my pc and I'm trying to make an application using the MS Office in my VS (2008). I've already added the reference to Microsoft.Office.Tools but when I compile it, it gives me the error: [QUOTE] The type or namespace name 'AddIn' does not exist … | |
Hello there guys, now that I have completed my drag and drop mail items from the outlook to my windows forms (you've been all very helpful, THANKS!), I am now doing the opposite. Dragging and dropping out the mail items out of the windows forms. I have no idea how … | |
Hello there, I'm currently studying a bit of mail data manipulation and I am having trouble with the concept to importing mail data to windows forms. As what I research right now, FileContents and FileGroupDescriptor could be used. I've been googling this topic already and I haven't found any good … | |
Hello there, I've been haunted by this problem for a couple of days. I'm installing Visual Studio Tools for Office and one of it's requirements is Office service pack 1. I've already installed the update and it still prompts that the sp1 is not yet installed. Please help. Thank you. | |
Hello there, been researching and doing some Windows Service development these days. I want to take my learning in to a higher level, I want to make a simple windows service that listens all the time and detects if a usb is plugged. What API should I use? Any suggestions … | |
Hello there! Been doing some Windows Service lately and I have created a simple Windows Service application that monitors a folder and logs the activities on a text file. I have also created a controller to my Windows Service application. My question now is: Is it possible for Windows Services … | |
Hello, I've created a windows service application that monitors a folder. Whenever there's a change inside the folder (like you created a text file or renamed a folder) it will log the changes. Now my problem is to determine that the change happened to a file or a folder so … | |
Re: IMO, familiarizing important function and method names would help. As what vckicks said, you will know what you are looking for which is an advantage for you. The reference would always be there. You could always take a look at it if you feel like you miss something or you … | |
Is it possible? What would be the classes to use to implement it? I'm just fascinated with steganography. :) | |
Hello there, I just would like to ask what are the basic needs in order for me to develop a mail library using C#. I've been googling around for good tutorials in developing mail libraries but haven't found any decent one. Thanks! |
The End.