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

Software Development Network >> Vallari Kamble MSFT's Q&A profile

Vallari Kamble MSFT

Member List

JoelDKraft
Strandberg
Frosty_Tigger
Stephen Turton
JoelBarish
stu5601
GlenW
JohnWein
Blackjmk
compucv621
lest
MDougC
BobCa
Terry McKiernan
Traveler2
I need
TheOneFD
Joris van de Klundert
Psinha371
pmanisekaran
Only Title

Vallari Kamble MSFT's Q&A profile

  • SQL Server using Microsoft SQL Server 2005 JDBC Driver with JDK 1.3 (or JRE 1.3)

    Hi, It seems that the Microsoft SQL Server 2005 JDBC Driver available from Microsoft and the requirements are : Java Development Kit: 1.4 or later SQL Server 2005 or SQL Server 2000 However, we have applications that use Java Development Kit: 1.3 and would like to upgrade to SQL Server 2005 , we run SQL Server 2000 now. Is there a solution other than upgrading our apps to use JDK 1.4 Are there known bugs or workarou ...Show All

  • .NET Development Determining hidden members via reflection.

    What's the sane way to determine, via reflection, whether a type member has hidden a method or not ***CODE*** namespace Goomba { public class Base { public virtual void Action() { System.Console.WriteLine("Happyness is for fools!"); } } public class Subclass : Base { public override void Action() { System.Console.WriteLine("Get happy!"); ...Show All

  • Visual Studio Express Editions Export string in textbox to a csv file

    Dear all, I'm relatively new to C# so apologies if this seems like a dumb question. I need to export a string in a winform textbox control to a csv file. The csv file has already been created and resides on one of our servers. I need to append to the csv not create it from the app. There's loads of examples of how to export a dataset to a csv but I'm struggling with exporting just one single string. Once again, apologies if this soun ...Show All

  • Visual Studio Express Editions still problem

    #include "stdafx.h" #include <iostream> #include <string> #include <stdio.h> #include <stdlib.h> #include <fstream.h> #include <math.h> #include <conio.h> using namespace std; i've done so. I need fstream.h to use files. Is so difficult visual c++ 2005 :D Please follow your previous post at http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=271063&SiteID=1 . If don't understand ...Show All

  • Microsoft ISV Community Center Forums ned help with excel

    i'm trying to insert an image on the top of the excel the code im using is Sub ClearAndClose() Excel.Application.Quit End Sub Sub PrintPriceListF() ' ' PrintPriceListF Macro ' Comments ' ' Keyboard Shortcut: Ctrl+f ' 'Move the header to right Range("A1").Select Selection.Cut Range("e1").Select ActiveSheet.Paste Range("A2").Select Selection.Cut 'Delete the ol ...Show All

  • Visual Basic Changing the Name of a Project

    How do you change the name of an existing vb.net2003 project. Thanks, Fred In Visual Studio, in the Solution Explorer, right click on the project name and select "Rename" from the context menu. ...Show All

  • SQL Server Copy Data from Access to SQL Express in Code?

    I have tried the upsize wizard from access 2000 and access 2003 and get records transfer in 90% of the tables I have data stored an 89 meg MS access database (2003) on an XP machine.  I can use, compact and copy etc in MS Access without problem.  With the upsize, I get No errors, just does not reliably move ALL data.  I have run it multiple times and occasionally get some data in these tables, but never all data in a few t ...Show All

  • Windows Forms Binding CompboBox after form has loaded

    I have a situation whereby my form loads and populates comboBox1 which works fine. However, when the user selects a value from comboBox1 I want to populate comboBox2 with values based on the selection but can't seem to get it to work: Here is&n ...Show All

  • Visual C# Executing a method of a class as soon as the class is reffered!

    Hi, It would be great if someone could provide me a solution to my problem. I am creating a class ( say the class is named as Checkconnection.cs) that would check if my system is connected to the internet. I need to continously check for an internet connection and if there is a connection I need to carry out the required operation. Now imagine a third party is using my class, Checkconnection.cs in another application (say HisApplication),and ...Show All

  • Windows Forms Custom Control issue

    Hi Everyone! I’ve a tricky question. I'm creating a new control, this new control will inherits "UserControl" or maybe "Panel". And in the new class i will have two others private control. a textBox and a Combobox. Now to access the Combobox private member I’ll have to create a property that will give accessibility to this control and the same thing for the TextBox. Then to point to the Combobox inside the new class I’ll have to write something ...Show All

  • SQL Server SQL Instance name in web script

    Hi, I'm tring to connect to my SQL Express instance from PHP but I get each time an error because PHP is unable to find the SQL server. Is there a specific name I have to fill in to access to my database this is the actual connect command i'm using: <      mssql_connect('server\SQLEXPRESS','webuser','pass'); > Thx in advance David Hello, I am having the ...Show All

  • Visual Studio Team System MSTest deployment

    I am trying to introduce MsTest into an automated build which involves running the tests on a remote box. Is it possible to drop mstest onto this remote box like we aready do with nunit, what are the licence implications I see that there is a controller-agent model which looks promising however it seems I need "Team Edition for Testers" to get this little featurette - again what are the licence implications if we get a copy of th ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. HLSL question.

    I'm just wondering why this pixel shader works fine... PS_OUTPUT RenderScenePS( VS_OUTPUT In, uniform bool bTexture ) { PS_OUTPUT Output; // Lookup mesh texture and modulate it with diffuse if ( bTexture ) { float4 meshRGB = tex2D (MeshTextureSampler, In.TextureUV); Output.RGBColor =meshRGB * In.Diffuse; } else Output.RGBColor = In.Diffuse; return Output; } ... but this one c ...Show All

  • .NET Development Help debugging bad web services call

    I'm fairly new to the web services side of .NET.  I've inherited some code I'm trying to get to work.  It was only partially implemented and the original programmers are gone. Sorry if I don't have all the terminology right.  Basically I'm making a function call from regular code to a web service function (Validate(string s, ...)).  There is a "Web References" folder that's been created, and a References.cs file that has been ...Show All

  • SQL Server How can we trust Outer Joins

    In the future =* or *= will not be suportted but I found more then one examples that show outer join does not bring all the rows =* does. Can any one tell me what is wrong Market table has 19 markets Budget table has rows for BudgetYear=2006 but none for 2007 BTW the same is true in SQL2005 and 2000 ---------------------------------------------------------------- SELECT Market_code, Description, Revenue = SUM( CASE WHEN BudgetType = ...Show All

©2008 Software Development Network

powered by phorum