Gustyn's Q&A profile
.NET Development access permission probelms. HELP ME!!!
I have two computers, a desktop and a laptop, both running win xp home. Both are wirlessly enabled and connect wirelessly to the internet through a belkin router. The desktop will happily see the laptop and share files, and everything seems to work just fine. The laptop, however, refuses to see the desktop. I have shared all folders properly, both are part of the same workgroup, and I have run the network set up wizard, and tried to connec ...Show All
Visual Studio Team System VB Web Applications - naming fields with camel (WithEvents)
Hello, I'm having problems analysing VB code. When a visual component is used in a Web Form, a code will build in codebehind, like that: Protected WithEvents nextButton As System.Web.UI.WebControls.Button After compile this line of code, a property will happens in the assembly. However this property will be in Camel case. With this rule many events from "Identifiers should be cased correctly" occur. Is there any so ...Show All
Software Development for Windows Vista Help! a confused trouble about my cumstom activity.
hi, I am coding a custom activity, which has a DependencyProperty named myProperty1. and this myProperty1 is a subclass of DependencyObject in the same assembly. My custom activity works well with Designer. However, while i run the assembly compiled from the XAML file generated by Designer, it allways fails. Then i disamble this assembly by Reflector, it confused me that Compiler DOESN'T generate a field matched with myProperty1. Why Is it a ...Show All
Visual Studio Wheres SQL2005 Enterprise Manager?
Just installed visual web developer 2005. It makes you clean your computer of everything before installing...so I uninstalled SQL 2000. When you install it, it gives you an option to install SQL 2005 so I selected it. It appears that SQL 2005 looks somewhat installed...but I don't see an Enterprise manager equivalent... Whats the name of Enterprise Manager in SQL 2005 Where is it Why is it not on the programs group Wev Dev does not re ...Show All
Windows Forms Extend default context menu
Probably a very stupid question, but how can you extend a default context menu with your own menu items. My question is: I want to have my own context menu, but in there I want to have the default Copy/Paste/Cut, ... functionality. Thanks Jim ...Show All
Visual Studio VSS & Virtual Directory Problem with Web Projects
Hi All, We are using VSS for centralize versioning of our .Net project. Its a VS 2003 ASP.Net project having one Website. Now, i tried to deploy the same solution to our Testing machine. I got one problem. It asks me to give a name of virtual directory and i gave same name. It creates the physical directory under wwwroot folder. to solve this problem i started deploying the application on another machine. Here, i created one physical ...Show All
Windows Forms Disappearing Controls Visual Studio 2005
In my winform app, I have numerous .cs forms. One of the major forms (form1) has lost all of the controls in the form1.cs[Design]. Yet, in form1.cs[Desgin] all of the controls can be displayed in the properties display. I have reviewed form1.Designer.cs file and it seems to be set up the same as other forms which are working. I have reviewed the suspend/resume lines plus the Performlayout lines. They all seem to be there. The form1 did ...Show All
Visual Studio 2008 (Pre-release) How can I determine the remote IP in WCF Service?
I understand that the title is fundamentally flawed -- the binding used might not have the concept of an IP. But, assuming I'm using HTTP or TCP bindings, how can I access the remote IP and similar data I looked into OperationContext, and it seemed to have a lot of interesting things, but I couldn't figure out what exactly to look for. It seems that the message headers aren't exactly useful (like OutgoingMessageHeaders.To) -- they always r ...Show All
Visual Basic To get access to e-mail attachments-Any code snippets, utility routines, classes?
in my question " My code works, my form doesn't - reading .ATT " I process a text file with extension .ATT that was put out on the disk by assigning the .ATT extension to Notepad, opening the e-mail, opening the .ATT (since Outlook 2000 has a bug that prevents direct Saves), and saving the text from Notepad. This .ATT is the information from filling out an HTML web form. Is there a tool out there that will allow me to look in ...Show All
Windows Forms Local Stats
Is there a way to track stats in a local terrarium I am intereseted in trying some combinations of plants and critters in a controlled enviroment. It would be nice to get a breakdown of population over time and see charts. I looks like&nb ...Show All
Visual C++ IStorage problem
Hi, I have implemented simple program which use imapi-interface to burn some files to the CD. The problem is that program can't handle large files and unhandled exception occurs. I think this happens because files are loaded to the memory and after that streamed to the burn location. Is it possible to stream the files directly to the burner without using memory as a temp file - L Interfaces like IStorage ...Show All
Visual Studio Express Editions overriding a read-only property
How do you override a read-only property, e.g. tlstrpmnuitm_example.CanSelect = False If you are trying override a property from a base class and overrides does not work try shadows instead. ...Show All
.NET Development OOPing my code
I built a quick and dirty app to iron out the DCOM issues. Now I've got to make it readable, maintainable and bug-proof. 1] Currently, all database access is through a class - I'm not sure how to name this class - it doesn't seem right to simply name it 'Database'. At the moment I'm calling it 'DBAccess'. It's not that naming it is any big deal, it's just that I've learned that OOP is so elegant, particularly at facilitating self-docume ...Show All
.NET Development how can i use MsComm.Ocx Control for RS232 programming
hello all, i am very new to VC++.Net. i got a problem in programming Rs232 using MsComm.Ocx control. Could any one plz suggest how to send and receive data to and from COM1 using this. Thank u. In .NET 2.0, you can use the managed SerialPort class. ...Show All
Windows Forms help please
This MS is really get out of hand. Whay can't they make stuff simple. I am trying to populate a datagridview, whey can they just leave the datagrid , with the following code and that &*^&$%^$(^)(* *** can't seem to work. Private bs As New BindingSource Private dr As SqlDataReader Private Function GetTransactions( ByVal sDate As String ) As SqlDataReader Try dr = SqlHelper.ExecuteReader(CONNSTR, ...Show All
