C_Portugal's Q&A profile
Windows Forms Research on Terrarium...Please Help me ASAP!
Hello to all the developers here! My name is Logas ... I am a student in Malaysia doing my Final Year Project for my Degree.. Well basically my research is on Terrarium....indepth research. but i am stuck .... so here i am looking for help! basically i&n ...Show All
Visual C++ Pointers & Linked Lists
I'm working on a Win32 Console Project and have run into a problem that hopefully someone can point me in the right direction. Here's an idea of what is going on. Let's say I have a linked list class named "myList" and a node class "myNode", what I'm trying to do is now have a linked list of linked lists (so in effect, a list of myLists). Let call the list of lists by the class name of allLists. I have the linked ...Show All
SQL Server About OLE DB for DM!
I am a new comer in data mining, so I have some question that: Which MicrosoftR OLE DB Providers supported in Data Mining Services 2005 Is MSDMine provider supported in Data mining Service 2005 Why no mining model is created (althought there is no exception) when I run the program like that: (I use C# in Microsoft Visual Studio 2005). I look forward to hearing from you soon. Thanks and regards. using System.Data.Oledb; using System.Data; ...... ...Show All
Visual C++ Can C++ develop web-based applications?
Hi, All New to C++ programming. and have put resource in C++ and VC books and time learning it. But now I was told that C++ can not develop web based apllications. Is this true or some extensions of C++ can go around this limit I need develop a web-based database, so the users can input company names, location, phone numbers. etc. and the users can have a full text search on this database. Do I have to learn C# and and SQL to do this ...Show All
Visual C# Please specify the assembly explicitly in the type name.
I am trying to set up Global.asax and a Code behind page but I am getting the following error: The type 'Global' is ambiguous: it could come from assembly 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\aaw\2de92fac\492e65b1\App_Code.gyumgjze.DLL' or from assembly 'C:\Inetpub\wwwroot\AAW\bin\App_Code.DLL'. Please specify the assembly explicitly in the type name. How can I get the code to reference only the 'C:\In ...Show All
Windows Forms Custom Control Click Event
I Have created a custom control which has a couple of labels on it and a progress bar. When i use it on a form, i want to assign a click event to it, so that if you click anywhere on the control, its registered as a click on the control. Adding the control.click event to an eventhandler doesnt seem to work. What am i doing wrong What do i need to do to get it to do what i want Cheers When you design your control ...Show All
Visual Studio Express Editions Need Help
hi, i know it might seems silly and even i don't expect answer but anyway since Dec 2005 i starting to learn programming with .net i have learned lots of stuff but every thing i try to learn will be like i open a door for hell, every thing even small controls have tons of properties and methods and lots of stuff you need to learn , i know its natural thing to happend when you start to learn new things, and i know i'll not be able to memorize ...Show All
Windows Forms How to show image(eg: logo) in Forms.MainMenu in .NET2003
Cheers, I'd like to show a small logo in my MainMenu at the right end, is that doable BR, L Hi, Thanks for reply! I have already A 16*16 icon in the left top corner. Now I want to add a much bigger logo(85*20) on the right end of a MainMenu, that's a different question. Br -L ...Show All
.NET Development Write Text File with the same Culture
Hi, I developed a windows form application which writes a txt files with portuguese words with accents. The applications was developed in Windows XP in english and it writes the file correctly. But, when it runs in Windows 2000 Portuguese, the portuguese words have the accents changed to ascii simbols. How to fix it Regards, Marcelo. You need to install the font file in the machine under %System32%\fonts. You probably got the fon ...Show All
Visual Studio Express Editions Installing over VS 2005 Beta 2
Question 1: What is the correct way to install VS 2005 Standard over VS 2005 Beta 2. Should Beta 2 first be removed and then install the Standard VS or is it ok to install over the Beta 2 version. Question 2: I have been trying to use the different starter kits and the .vsi files are not recognized by VS 2005 Beta2. I am hoping that by installing VS 2005 Standard this will take care of this issue or is there something else I ne ...Show All
Visual Studio UserControl in tool box goes blank
Hi! I am trying to write a add-in that will display a new dockable tool window. I am writing this in C# and using the shim control as decribed in the sample 'ToolWindow'. My UserControl is very simple, just a button and a tree control. My problem is that when I create the tool window as decribed in the sample: objControl.HostUserControl(asm.Location, "ClassViewAddIn.CW_Control"); the control starts OK, and I can switch between docked ...Show All
SQL Server Linked servers and Windows Authentication
I have seen similar questions, but none of the answers have solved my problem. I have several SQL2000 servers running under Win2003. In the past, we have been using SQL logins, but I have been trying to transition to using Windows Authentication. It has been working great except that sometimes queries using linked servers fail. The linked servers are set up for the connection to use the login's current security context. For testing this ...Show All
.NET Development FTP to IP address
I need to send a text file on the local machine to a unix server. I know the IP address, username & password to connect. I have tried using the following line of code: My .Computer.Network.UploadFile( "c:\test.txt" , "10.2.2.10" , "username" , "password" ) This gives me the following error: '10.2.2.10' is not a valid remote file address. A valid address should include a protocol, a path a ...Show All
.NET Development Passing Dictionary in WebService
I tried to pass Dictionary as a return value of a webservice Here's a snippet of the code: //I marked BL.Customer class as serializable. [Webmethod] public Dictionary<string, BL.Customer> GetAllCustomer() { Dictionary<string, BL.Customer> customers = new Dictionary<string, BL.Customer>(); &nbs ...Show All
Visual Studio 2008 (Pre-release) Determaining isselected inside a data template
Anyone have any insight on how to determine INSIDE a listboxitem's datatemplete wehether or not it is selected (whether the containing listboxitem IsSelected). Stephen: i think the animation is not starting because you are trying to operate on an item named "ControlPanel" under the logical tree of the stack panel named "ControlPanel", and it can't find the name because it's not looking at the root. ...Show All
