Software Development Network Logo
  • Visual J#
  • Visual Basic
  • Windows Vista
  • Visual Studio
  • Visual C#
  • Visual FoxPro
  • Smart Device
  • Windows Forms
  • Windows Live
  • Architecture
  • SQL Server
  • .NET Development
  • VS Team System
  • Game Technologies
  • Visual C++

Software Development Network >> djaiken's Q&A profile

djaiken

Member List

David
yanjie_li
DaveDonaldson
Jason Baginski
Michael J. Fuhrman
175726
swarnabha
JordanTan
BXSGolfer
izm_ka
BenDuvenage
Inmon
Marc Tomlinson
mat2000
kungfusheep
andy1114
Rob Roberts
Tony Pacheco
AlexandruS
AnilK
Only Title

djaiken's Q&A profile

  • .NET Development Assemblies in GAC

    Hi all, we need to figure out which version of a dll in the GAC our application is using and I hope someone here can give me at least a hint. Here is the situation: We have several VB.NET assemblies in the GAC and there are several versions of each of these dll's in the GAC. After a recent server rebuild, we found that we have no idea which applications need which version of the dll's. I can recreate the different versions for each dll from version control, since the dlls are small and there is a good version history in the assembly.info files. But the applications that use these dlls do not indicate which version they are looking for. ...Show All

  • Windows Forms Windows Forms Datagrid Problem

    Hi, I have a datagrid tied to a dataview.  I want to validate the information that is being entered.  I want to accept only numbers in a column or only letter in another one. I'll really appreciate your help on this matter. Thanks, Roberto Acevedo .Net Programmer Guatemala City, Guatemala Try to state what version of the framework you are working with when asking quesitons. I assume since the other post didn't help that you might be using 1.1. Here is a sample project I did for the 1.1 datagrid. http://www.planet-source-code.com/vb/scripts/ShowCode.asp txtCodeId=1591&lngWId=10 Hope this helps Jose ...Show All

  • Visual Studio Express Editions Formless Application?

    Is there anyway to create an application that (when created) doesn't have a form For example, I would like to create an application that has an icon in the notification bar and have it so that when I double click it a settings form is created. I would prefer not to have the form exist all along and just have it invisible because to my understanding that uses more memory then creating it on demand and the goal of this application is to make it as unobtrusive as possible. Thanks in Advance, Nick Dancer. I'm not sure what this application will be doing but what you're describing sounds like a Wind ...Show All

  • SQL Server SQL Server 2005 June CTP available ?

    Is the June CTP out, and if yes why can't I see it on MSDN Subscriber Downloads ( http://www.microsoft.com/sql/2005/productinfo/ctp.mspx ) Thank you Correct, this should work, it might also work if you just uninstall .Net and then try and install SQL Server June CTP. But uninstall both is best bet. ...Show All

  • Visual Basic VB and Compare Projects Versions Utility

    I am getting a runtime error when trying to use the Compare Project Versions Utility in MS Project 2000. The error is as follows: --------- Run-time error '91': Object variable or With block variable not set ---------- I've searched high and low for help with this, it looks like it's an error usually generated by VB. Any assistance would be MUCH appreciated. Thank you all. -Dustin its telling that you are using an object without declare a new instance. IT can be you are using a class or object from other dll component or other program class. anyway, this is forum for VB.NET not for Ms Project. Please repost i ...Show All

  • 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 Visual Studio express are in the c:\Program Files directory in their own directories). 4) I ran setup.exe from the PSDK download and selected to install only the core SDK. 5) The program created a direc ...Show All

  • Visual Studio Team System Any document about extensibility of profile, coverage and so on?

    We will try to support profile, coverage and so on , including Visual Studio Team Edition for COBOL Users. I heard that there is VS 2005 Team System Extensibility Kit , from a person in charge of VSIP , who is working for MSKK. But there is no document about how to extend Profiler, Coverage, and so on. Are there any documents about how to extend Team Edition. Best Regards Hi Shinya, Exclude (and include) command-line options: The /exclude (and /include options) take fully qualified names, with optional wild-cards at the end. Here are some examples: /exclude:Namespace1.Class1::Main - Exclude ...Show All

  • Visual C# c# switch best practice?

    I have some code that cycles thru all the controls on a form. As i'm doing this i want to take action on the controls based on what type they are. When doing this in vb I would use the select statement as follows: Select Case True Case (ctrl.GetType Is GetType(TextBox)) Debug.WriteLine("textbox") Case (ctrl.GetType Is GetType(RadioButton)) Debug.WriteLine("radiobutton") Case (ctrl.GetType Is GetType(Button)) Debug.WriteLine("button") End Select Near as i can tell the C# switch statement doesn't suppost this kind of useage. I get the &q ...Show All

  • Visual C# Bitmaps

    Hi, does anyone know of any good tutorials on how to use bitmaps Any tutorials would be helpful - people suggested me to use bitmaps for creating a Tetris game, yet I have never used bitmaps. ...Show All

  • Visual Basic Solution Explorer

    I am new to VB and have the following problom in the Solution Explorer:  I have several forms shown in the Explorer.  One of the form's icon has changed and is represented by a different icon then all the rest.  The icon looks like a Word icon with 'VB' overlayed on top as opposed to the other icons which look like a miniature form.  When I highlight this form, it is no longer accessible with the View Designer icon (in the upper right hand corner).  I can only access the View Code icon and can't open the form for editing.  I can only access the code behind it.  I have tried just about every toolbu ...Show All

  • Smart Device Development Minimum Possible Date

    Hi. I have run into a rather interesting problem while working with dates in my PDA application. Whenever I save a date with year less than 1930 (say 1929), its getting saved to SQL CE db. but when i retrieve it, it gets converted to 2029!!!!! is this a limitation of the datetimepicker control or is it the minimum date value SQL CE can hold [ like 1753 in SQL Server 2000 ] someone plz comment on this, or else i need to sit n think of some work around to handle this scenario in my ap : ) thanX. Most common reason for that issue (and all other format releated issues) is passing arguments inside co ...Show All

  • Visual Studio .net framework and crystal report

    hi! i face a problem after i using the .net 2005....below is my situation: i have 3 projects... A project is using .net 2002 B project is using .net 2003 C project is using .net 2005 (new project) A and B project already using in a PC, and this two project are complete and no probelm. but after i install the C project in to the same PC, an error occur for the A and B project, error is crystalDecisions.CrystalReport.Engine Load report failed. so i already done some testing, i found that when i uninstall the .Net Framework 2.0 will solve this error, but of course after uninstall .Net Framework 2.0 the C project will fail t ...Show All

  • Windows Forms datagridview: need to format and give localization to Columns

    My problems are follow: on my datagridview, my columns are days of a month, and i need to: 1) Give a different color at days which are holidays (ex.: 25 dicember) 2) Format the columns in this way: M 1 (means Monday 1st) instead of Monday 1 3) Need to localize my months and my days in some other country format (ex. Spanish or German etc..) Thank you in advance :) Solved point 1) too if (dt.ToString("ddd", myCustomCulture) == "Sunday") //for example...but better enum some days {      DataGridViewCellStyle myStyle = new DataGridViewCellStyle();      colStyle ...Show All

  • Visual Studio Express Editions (Newbie) Listbox.SelectedIndex problem

    Hi EDITED post: changed question. This is the very last thing I need to do to complete my first project. I have found that to select an item from a Listbox, the user needs to use the up/down control and then click to highlight anthe item before a call to ListBox.SelectedIndex will return the correct item in the list. Even if a different item is showing in the Listbox, the return is always the last item that was 'selected', How do I programatically force the item showing in the Listbox to be 'selected'   The reason is because you are setting the value of Skill's SelectedIndex to 2 then even though you Dim diffic ...Show All

  • Visual C++ Linker issue LNK2019

    Hi, I am trying to do a class template for matrices. Everything compiles well but when I try to use it in another project I have a small issue. Source for the matrix class: class Matrix { public: //Generic functions short int Rows(); //Returns the numbers of rows short int Cols(); //Returns the numbers of columns Matrix(short int rows, short int cols); //Default constructor Matrix(short int rows, short int cols, T value); //Constructor for the identity matrix with valu ...Show All

©2008 Software Development Network