juunas's Q&A profile
Visual Studio Express Editions Platform SDK install problems
I have successfully installed both 2005 Express edition development environment and Visual C++. Now I went to install the core platform SDK. Here are the steps I followed: 1) I downloaded the PSDK files and placed them in a temporary directory on my C drive. 2) I ran the PSDK-Full executable, putting the files into C:\Program 3) I created a directory c:\Program Files\PSDK and moved everything there. (both Visual C++, .Net framework and Visu ...Show All
Visual Basic is there any way to find the network information
hello friendz, i like to find out what r the computers are connected in my network ( name of all computer and IP and some information regarding those computers). if anyone knows the solution for this probs.. then please send reply. thx, kamaraj As ...Show All
Windows Forms C# 2.0 RTM Textbox Validating event swallows tab key press when AutoCompleteSource set to AutoCompleteSource.CustomSource
Hi all. I have a problem with a custom control in that in a specific case I cannot tab out of the textbox, but I can use the mouse to click out. I have hooked into the Validating event on a textbox, and inside it, if I set the textbox to have an AutoCompleteSource of CustomSource and an AutoCompleteMode of anything other than None, at runtime I am unable to use tab to leave the textbox. It is a simple inherited Textbox that I put on a f ...Show All
Visual C# Database and password encrypting
I have a project that will verify login credentials from a database table containing UserID's and passwords. the application will also create them and store them into the database. my first question is, what is the best way to encrypt the passwords and, how can I code this if it's not a simple explaination and someone has a URL to explain this please include it here. Thanks. http://www.kbcafe.com/iBLOGthere4 ...Show All
Visual C# Question on Generics
Hey all, I have a question here regarding generics. I have a class that looks like this (only code relevant to the question is listed here): public abstract class BusinessObjectFixture <T> where T : IBusinessEntity { public static Collection <T> GetNewTestEntities<K>( int howMany) where K : BusinessObjectFixture <T>, new () { K fixture = new K(); return fixture.GetTestEntitie ...Show All
SQL Server Dynamically define the height of a chart
Current Situation: I have a "Stacked Bar" chart and it has a certain ammount of lines depending on its data source. Sometimes if there are too many lines, only every other label shows up for that line on the left hand side (See image ). What I need: Basically I need a solution that fixes my current situation. My first thouts were to dynamically size the height of the chart, but I haven't had much luck doing that. Also, I have tried t ...Show All
SQL Server Reference Documentation on VBA in relation to SSIS
Hi, I have heard alot of people talk about using C# for scripting withing SSIS and the answer to that question is no apparently. You can only use VBA but there is no extensive or in my respect any documentation as reference for using VBA in SSIS. I am new to VBA because i used to use jscipt and vbscript in early version of sql server. But in order to learn using VBA, I need to learn it in which there seems to be no reference in relation to SSIS. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. about install XNA
I use winxp and vs2003 and after i install xna, i can't find " XNA Build Project" from my vs2003' Project Types, so i can't follow the Tutorial 1: Creating a Basic XNA Build Project How can i do, or how to install xna corrently.. Thanks 3600s, This sounds like a known bug I have seen in the Community Technology Preview which is due to your Visual Studio profile settings. From within ...Show All
Visual Basic Confussed about Visual Basic Versions
I have trouble finding what I want on MS sites. Could some expert please tell me the following. 1) Which version is the latest for Visual Basic..... is it VB 2005 or VB Net. Or are they same with different names 2) Is VB 2005 available or just the Beta versions Where do you down load if only Beta or how do you buy VB2005. It appears that VB2005 contains .Net capability. Thanks ...Show All
Visual J# Assembly info Attributes
Hi, I am looking at accessing the attributes that you can set in the AssembyInfo file ( I am attempting to do Soup to Nuts lab 5 using Visual J# ) there is code written in VB and C# to access these events, the closest I can come up with, with the help of Instant J# converter is: Assembly asbly = Assembly.GetExecutingAssembly(); System.Object[] attrs = asbly.GetCustomAttributes( true ); System.Collections.IEnumerator e1 = attrs.Get ...Show All
Visual Studio Express Editions Manipulate other forms in a project
Hello! I have more than one form in my C# project. From one from I want to change the settings of another form in the project. Can anyone tell me how to do this Greetz, Martijn ...Show All
Visual Studio Express Editions VC# 2005 will not update an SQL Server Express Table
Steps: 1. Added new data source 2. Connected to Data Source. 3. Dragged table to Form. Here is the code.I will press the '+' button to add a row. I will type in the data directly into the Data Grid View . Press the save button. here is the code: private void authorISBNBindingNavigatorSaveItem_Click( object sender, EventArgs e) { this .Validate(); this .authorISBNBindingSource.EndEdit(); this .authorISB ...Show All
Visual C# ref class
Hi, Just a general question here. In regards to ref class. What would be a good use for this Thanks Hoop Are you talking about the C# ref keyword or the C++ ref keyword For C++, see the following page on MSDN: Classes and Structs (Managed) For C#. see the following page on MSDN: ref (C# Reference) ...Show All
Game Technologies: DirectX, XNA, XACT, etc. beach bar (sims type game)
Hi all, For a university project I've decided to design a beach bar game that has a isometric sims type feel to it. Below is a list of ideas/proposals I've managed to come up with. If anyone has any ideas on how to improve or elaborate on any of the point listed, please drop a message, all feedback is appreciate, thanks! BEACH BAR GAME: Theme Set in tropical paradise beach resort, user competes with computer (or another networked pc) to see ...Show All
Visual Studio Tools for Office wordObject and Printer Tray selection
I’m developing a windows based application in .net and I’m using Word object for maintaining and printing documents. Well, here is my problem: I managed to do the printing stuff using the word object's property itself. I picked the Bin Numbers of my printer and I assigned them like wrodObject.FirstPageTray = (int) 260; (the number for "Tray 2" I got it from DeviceCapabilities API). But still the paper is not picking from the "Tray 2" it is tak ...Show All
