KevinSwiss's Q&A profile
.NET Development Object Error In Microsoft Development Environment
Hi All, I am facing a problem with Vs.net Studio 1.1 In that i am unable to create any new vb.net project however i am able to open existing vb.net projects but cannot add any new item to the project . While trying to create new project or add an item to existing project the Studio gives error of "Object error" microsoft development environment Does any one do have the solution for it .please do let me know at govindsinghyadav@hotmail.com . My O.S is W2k3 . Thanks Govind Try (re)installing the dot net framework 1.1 service pack 1 . If that does not solve the problem reinstall vs 2003. ...Show All
Visual C++ C++ Programming using keyboard inputs to control the camera's movement.
Hi... I am here to seek help in programming, C++. Basically, i've got to type a programme using keyboards input to control the camera's movement. Upand down arrow controls the camera to move up and down vertically. As for the right and left arrows, controls the camera to move right and left vertically. Additionally, when "Page Up" and "Page Down" buttons are pressed, the camera should zoom in and out, respectively. So far, i've come up wif one, but it's not working. i would greatly appreciate, if you could help me. Thank you. My programming is: #include <graph.h> #include <stdio.h> #include <stdlib.h> #include &l ...Show All
Software Development for Windows Vista win32 api future???
is microsoft going to stop supporting the win32api is it going to create a new api for win64 or will it stop with the unmanaged code. if so wont it kill the language because c++ is aimed towards performance not simplicity and that's what managed code is all about, so wouldn't c++ become history, and c# be the next ruler will microsoft create, maintain and support the win api for unmanaged code, using c++ Windows Vista contains over 4000 new Win32 style APIs so it's safe to assume that Microsoft will continue to support and possibly expand Win32 for years to come. Lori Pearce Windows SDK Team ...Show All
Visual Studio Team System no notifications...
see... this is where having an actual "Admin" is usefull... I dont know where the problem is, so be gentle. after getting TFS setup (which felt more like surviving a train wreck), getting users with the right permissions setup on the domain, and everything else under the sun that has to be done to get this bad boy up and running, I still have one last problem. from the sharepoint site, I'm trying to add users. I've used sharepoint before, and when I've added users for the site, it usually sends an email. also (I have no clue if these 2 things are related, but I have a strange feeling that they are), when I create work i ...Show All
SQL Server Custom connection manager development sample?
Does anyone has code/sample/tutorial/pointer to developing custom connection manager with a custom UI. And then developing a custom task with a custom UI that can point to this custom connection manager... and passing values during runtime from UI to the custom class. TIA, Nitesh I assume you mean a custom UI for the component not connection. You follow a similar pattern to tasks, but inherit from IDtsComponentUI Interface . Developing a User Interface for Components ( ms-help://MS.MSDNQTR.v80.en/MS.MSDN.v80/MS.SQL.v2005.en/dtsref9/html/10b829a1-609b-42e3-9070-cfe5a2bb698c.htm ) A sample is available from here, Ch 14 & 15 - Wr ...Show All
Visual Basic May i know what happen here??
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click PictureBox1.Image = "1.JPEG" Label1.Text = "what text" End Sub when i clck this button, the text "what text" will appear. but the picture stil can;t be display. the error showed is " value of type string cannot be converted to 'System.Drawing.Image'" May i know what happen> Assuming that 1.jpeg is a file that you're trying to load: Dim img as Image = Image.FromFile("1.jpg") something like that ( I don't do VB ). Then PictureBox1.Image = img is what ...Show All
SQL Server Creating a double entry book keeping system
Can anyone please tell me how to create a basic double entry book keeping system database using SQL Server or Access. I need to know what tables amd fields I need to create, and what relationships need to be defined. I just need to know the db structure here. Also how should I go about designing the forms ( I use visual Basic 2005 Express and SQL Server 2005 Express, and Access 2002 ), the front end user interface for creating journal entries, how should I display the ledgers, and how do I calculate the totals for the ledgers, because we also need to take into consideration the opening and closing balances as well. I tried a lot using Acc ...Show All
Visual Basic Auto Include referenced assemblies
I have a feeling this is going to be one of those questions where I should already know this, but... I have a component that I created as it's own project that I have used in a couple of apps. We'll call it "Component A" I also have an a class library with common tasks in a separate project that I use in almost all of my projects. We'll call it "Class B" I have a reference to "Class B" in my "Component A". The problem I am running into is that in a brand new application, I will add "Component A" to a form from the toolbox, but a reference to "Class B" does NOT get added! How do I set up my component so that it w ...Show All
Visual Studio Express Editions Registration possible without internet connection?
Hi Please let me know how to activate the Visual Basic 2005 Express Beta 2 for the machine, which does not have an internet connection. I downloaded the beta from my office system and then after burning a CD i installed it at my home. Please let me know as soon as possible as the trial period has expired. Thank you Sandy Monique2005 wrote: I had this problem. It turned out that my browser security features was the problem. I added an allow for cookies(w/prompt) and after I ok-ed the cookie the registration completed.{In IE: Tools, Internet Options, Privacy, Advance} I received my key in the emai ...Show All
Smart Device Development Date Time changing based on timezones??
I have a application which passes dates/times back and forth via web services. The server is EST. The pda is CST -1 hour. The PDA downloads the data from the web service and insterts it in SQL CE. When the user views the info it is 1 hour off. If the user adjusts the timezone on the pda to EST it works fine. Any help on how to tell the app to ignore timezones Thanks, Aaron OK, and just to be sure, this is right after sl.GetTickets returns And is the conversion 2005-09-27 -> 2005-09-07 a typo, or does this actually happen Anyway, it seems the PDA is misin ...Show All
Windows Forms How to display a "Static" Form
Hello. On the Main form of my application i have an ItemMenu with a Search Option with the floowing code: SearchCustomerForm frmBusqueda = new SearchCustomerForm(); frmBusqueda.Show(); On frmBusqueda in the button for closing it I have: this.Hide(); all i want is to hide the form and then show it with the same info the next time the user invoques it on the main  ...Show All
Windows Forms Setting colours in TabControl & TabPage ignored - how can I do this?
Hi all, I'm having a problem changing the background colour of the tabcontrol so it matches the BG color of the form - currently I just get boring old grey. I also want to set the background colour of each tab to be the same as the buttons on the form - so I get a uniform look to the whole app. The code I use in Form_load ...Show All
Visual Basic How Can I Access Other Open Application Windows?
I am trying to write a program that interacts with another third party application window. They do not expose an API that I can use, so I have to hack my way through it. The sad thing is I have actually done this in the past (I had to process a large number of cases, so I wrote a routine that pulled case numbers from an open excel window, and then closed them out in this third party application). I just can't remember how I accessed and discovered the other open application windows! What I am really trying to accomplish is to be able to verify the appropriate application window is open, dock my application to the side of it, and read ...Show All
Windows Forms How to trap event for control+s key press
Hi, I have a simple app that has a save method behind a button, now I want to make this save routine run when the user presses ctrl+s, how do I do it Thanks Ben ...Show All
Windows Forms is possibility to add next combobox to OpenFileDialog?
C# - I need to add next combobox (for additional information for selecting file) to OpenFileDialog, but OpenFileDialog is sealed class and isn't possible to inherit from the one. Does the possibility exist how to add combobox or I have to write whole OpenFileDialog myself ...Show All
