| Thread | Last Post | Replies |
|
| Panda Platinum Internet Security 2006 blocks my openfiledialog | 05 Sep 2006 21:28 GMT | 3 |
here is another issue i found. When i try to show an openfiledialog in my application withh panda antivirus activated it blocks indefinitely. when i pause the debugging and look at the call stack i find that the last entry of the stack is about the PavSHook.dll, a dll of the ...
|
| In vb dot net, what is the syntax to see if something is a string? | 05 Sep 2006 21:26 GMT | 3 |
In vb dot net, what is the syntax to see if something is a string? For example, if I read FieldX from a table I want to do something like: If FieldX is string then 'Do something
|
| Problem with FileInfo class | 05 Sep 2006 19:01 GMT | 3 |
Hi i have an application wich have to retrieve information of files. I have an openfiledialog on which i cans elect a file and then i retrieve the path to the file selected on it by the user.I create a FileInfo object with that path
|
| Get machine name path from relative or absolute path | 05 Sep 2006 15:58 GMT | 4 |
Hello, is it possible in C#.Net to get a path to a file in the form "\\Spain\Madrid\readme.txt" from a relative path i.e "readme.txt" or from a absolute path in the following form "C:\Madrid\readme.txt" where "Spain" is the name of the machine that the file is on? Thanks in
|
| Developer Toolz.Com | 05 Sep 2006 13:58 GMT | 2 |
You guyst might find this website useful, there is a lot of different utilities/add-in's that make a programmers life easier. You can also share your own tools or tools that you use. The tools are freeware so that should make it easier on some of us who
|
| HttpWebRequest.GetResponse throws StackOverFlowException | 05 Sep 2006 13:35 GMT | 2 |
I am having a issue I couldn't figure out how to solve. I have a function that does WebDav Request against Exchange Server 2003. I can do about 3000 request and afterwards I get a StackOverFlowException on HttpWebRequest.Create();
|
| When will VS 2005 SDK final release will be available? | 05 Sep 2006 12:02 GMT | 6 |
I only see beta versions and some cause terrible problems when uninstalled. Anyone know?
 Signature Thanks in advance,
|
| update graphics between debugger stepping | 05 Sep 2006 03:38 GMT | 7 |
Ok, while troubleshooting painting code, I am trying to see my canvas after each step. My OnPaint handler ultimately updates the screen with: pe.Graphics.DrawImageUnscaled(bmpCanvas, -scrollOffset.X, -scrollOffset.Y); So I tried writing the following, and calling it from the watch ...
|
| Is this the forum for ClickOnce Issues? | 05 Sep 2006 03:13 GMT | 1 |
I notice there is not ClickOnce forum so where is the proper forum for those issues? Here? Windows Forums? I'll post my first one here anyway for now... Thanks,
|
| Creating a Collection Class | 04 Sep 2006 19:43 GMT | 3 |
I already have a colleciton class that implements IEnumerable but I also what to be able to implement this inteface: MyCollectionClass["somestringkey"]. EX: //MyCollectionClass is s collection of MyObject objects
|
| DataSource/DataBind | 04 Sep 2006 19:14 GMT | 7 |
This question probably went back a couple of times, but I didn't find anything about it on google, so I ask here... What is the best way to use the DataSource/DataBind pattern in a class? I would like the user to be able to set a data source and I'd like my class to
|
| saving common settings without non-administrative privileges | 04 Sep 2006 18:36 GMT | 1 |
I am trying to find a way to save common data in my program that will not change from different users. I tried both HKEY_LOCAL_MACHINE and writting to an ini file and storing it in my Program directory. However, in order for this to work, all the users need administrative ...
|
| Hilarious error message | 04 Sep 2006 16:23 GMT | 2 |
I am sorry if this is not completely business-like, but the day before a weekend it was just too funny not to post. I am working on getting a custom principal working in VS2005. The following line:
|
| Plugin Archtiecture | 04 Sep 2006 11:04 GMT | 2 |
I am Working in a plugin Architecture for Windows application and using which i create a menu inside a parent form.for MDI Child Windows in which i need to create a MENU SEPERATOR to differentiate between two different groups of menu items.
|
| Converting 1.1 webapp to v2 | 04 Sep 2006 10:09 GMT | 4 |
We've finally got around to getting VS2005 for our development team and will be slowly, but surely upgrading all our in house projects accross. However -we have fallen at the first project! when converting a V1.1 web app to V2 - when compiling we get the following
|