Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for carey_amanda

I am not sure whether is this call dynamic path. but what i want to do is to make a directory that is at the root of the C# file. because when i search for directory if i put [CODE] if (File.Exists(@"D:\hello.txt")) { Download(@"/root", 0, 0, 0, -1, 0, true); …

Member Avatar for devloper
0
191
Member Avatar for carey_amanda

just want to ask you guys whether there's any coding i can type or do to make my button more 3D or pop out without using WPF. cos my button is very big and i have select the FlatStyle to Popup yet its still flat. i guess its because of …

Member Avatar for ddanbe
0
104
Member Avatar for carey_amanda

HI, I have finish my project and need to make my project into EXE(windows application) by using project setup. does anyone know how to go about doing that? i mean those EXE where when you double click on it and it will prompt you to install and those agreement statement …

Member Avatar for sknake
1
108
Member Avatar for carey_amanda

I am doing a DLLimport in my C# program. And now i need to do a setup project to make it into a windows installer application. But after i install it. there's an error saying, [ATTACH]13246[/ATTACH] i have already put my dll in my application folder. still the same result. …

Member Avatar for carey_amanda
0
185
Member Avatar for carey_amanda
Member Avatar for carey_amanda

Im doing a school project. have to do dllimport as the SiUtil.dll is written in C++. But im not sure the coding below is correct as there is error. Please advise needed. [url]http://www.silabs.com/Support%20Documents/TechnicalDocs/an117.pdf[/url] Thanks a million. [CODE]using System; using System.Collections.Generic; using System.Windows.Forms; using System.Runtime.InteropServices; namespace ProgrammingInterface { static class Program …

0
70