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

Software Development Network >> Ajish M's Q&A profile

Ajish M

Member List

David Hale - MSFT
S Robbins
batub
flamingwoodchuck
IanMc
Dinus
WDLI
Newm
Mr-Asrawi
shureshs
Anthony Alvarado
mgattani
Helena5
poppy33611
brad7x7
Ypsilon
guoguowenzi
Tom Scogland
arunr2002
PeterNL
Only Title

Ajish M's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. DirectX certifications?

    I just got my MCAD certification (VB.NET), and playing some with the directx sdk, which I find really fun. Are there also any certifications on DirectX or trainings Greetings, Project-a I'm not aware of any similar certifications existing for DirectX - I did have a brief look for some about a year or so back, but had no luck. I guess I could be wrong though. Given that the popularity/usage of DirectX only seems to be going up, ...Show All

  • Visual Basic How do I get the latest version of the application to display

    I used the splash screen template and the code is already written for the version, but it does not work. Is it something I did wrong or was it shipped like that and will be fixed in release. I have create an "About" item on the menu and have tried all type of "system.assembly.version" namespaces without any luck.   This appears to be functioning and the version is using the My.Application.Info.Version.Ma ...Show All

  • Windows Forms How do I convert txtBox (txtEffDate) to show as Date

    Can someone please help me   I am somewhat new to VB..... I'm trying to get the textbox value (me.txtEffDate) to display in Date format when it added to my Excel worksheet via CELLS Function, after the user inputs data from a form then clicks t ...Show All

  • Visual C++ VC2005 %50 Slower then VC2003

    I just migrated a graphics application from VC2003 to VC2005.  After building it, I ran a small benchmark & found that VC2005 code was about %50 slower. The Application does a great deal of floating point and integer calculations.  It also converts doubles to int quite a bit (the VC2003 version used SSE to handle this). The VC2003 version used /G7 and /Ow (which are not available in VC2005) Compiler Switches Used: (vc2003)/arch ...Show All

  • Visual Studio Team System Problem adding / removing servers from the DomainProjectPicker control

    I have an issue related to adding servers to the list of servers provided by the DomainProjectPicker control (Beta 3 Refresh). Basically, if you remove a server you cannot seem to re-add it during the run of the application that launches the control. You need to restart the application in order to add the server back... Here are steps to reproduce it: create a WinForms app that shows the DomainProjectPicker control from a button handler ...Show All

  • Visual C# Get Random Row From Table

    Hello. All other questions that was before i solve. Thank you all for ideas. Taday i have other problem :)   i have Table "PLAYERS" i want receive only one row from it but it must be randomly choosed AND obey special createrias (Field1 equel to 1 , Field2 more than 76 something like this) before i used dataset and it was easy DataRow [] NotPlaying = dataSet11.Tables["PLAYERS"].Select(Creteria ); if (NotPlaying.GetLength(0) != 0 ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Problem setting the attribute table of a mesh

    I have a problem setting the attribute table of a mesh. The original mesh has only one attribute range. I like to change it and to add another one like this:     D3DXATTRIBUTERANGE ar[2];     ar[0].AttribId = 0;     ar[0].FaceCount = 2;     ar[0].FaceStart = 0;     ar[0].VertexCount = 6;     ar[0].VertexStart = 0;     ar[1].AttribId = 1; & ...Show All

  • Windows Forms setup and Deployment with .net framework 2

    please anyone how  to deploy a project with VS 2005 .net framework 2.  make a exe  file to run on other computers. VS 2003 has a setup project, VS2005 does not. thanks hz VS2005 does have setup projects. When adding a new proj ...Show All

  • Windows Forms Opening a website in a browser, in a NEW window

    Hi Rck   Process.Start works pretty much like cmd.exe. For that you have to use Process.Start("IExplore.exe", sLink).   If you want the same behavior as WinKey+R, you'll have to use Process.Start("Explorer.exe", sLink). -- Paulo Morgado MCSD.NET - C# MVP https://mvp.support.microsoft.com/default.aspx/profile=D4A89909-0CCC-4D8B-8E7B-AB0F3DEB1E66   <Rick Hodder@discussions.micro ...Show All

  • Visual Basic How Can I Get The Form Tabbled Style Like Visual Studio 2005?

    Hi! I have a mdi aplication and i want to use the Forms Tabbled Style like the Visual Studio .NET 2005 Forms which auto hide on the mdi parent.. Regards.. ...Show All

  • Visual Studio Express Editions I think the solution is simple:

    Im just trying to get for loops to work properly and just basically messing around. This does actually work properly; yes i realize the names are retarded but they just came out :P Basically in this program you highlight an item in the textbox, and when you press ok that selected item will come up in a messagebox and say "you have selected so and so" Anyway... my question is how would i get this to display "You have selec ...Show All

  • Visual Studio Express Editions Internet Explorer in C#

    Hello, First of all, I am very thankful for these forums and I am glad you guys are here to help! Anyway, I have Visual Studio 2005 Express C# Edition and I am working on a program and let me explain what I need to do. Okay, so I am working on this program. I was talking to the head manager on this and he said here is what we need. We need to have one text box and one button to load a website. Inside the text box the user will type the URL in ...Show All

  • .NET Development SQL UPDATE - "No value given for one or more required parameters"

    I've used this structure in several other C# database programs with success, until this app.  Now I'm receiving this: "No value given for one or more required parameters." The key is SAMS_ID. The data is text, no numeric fields.  The code I used is below.  I've tried removing the single quotes from around the date field and also from around any fields that contain numbers but still receive the same error. Anyone know w ...Show All

  • Visual C# Insert to Access DB from C# webform

    I have a web form, where values are submitted and displayed on a table on a form. What I want the user to be able to do is view these values, and if they are satisfied with them, submit them to a table in an Access database by clicking one submit button. Any suggestions I don't understand what data you are prompting the user to insert, then bulk inserting. You are dynamically creating a table, but what v ...Show All

  • Visual C++ C++/CLI Interoperability Issue

    When you create a project (class library) type of C++/CLI, the compiler changes all of the int/double, ... to Value type. for example consider this (a method in a class):     public: void MVTSetup([Out]array<double>^ %nus,                 [Out]int^ %Sumnu,    [Out]array<double, 2>^ %Tds, [Out]int^ %Hp, [Out]array<double>^ %Q3range, [Out]ar ...Show All

©2008 Software Development Network

powered by phorum