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

Software Development Network >> shyam kodam's Q&A profile

shyam kodam

Member List

Ramachandran V
dest201
Mon2
James Xiao
RayB1
mlal
Peter Brouwer
cdeck
ian field
DiamondDave
steve19
IdahoErick
rokana3
Tatterdemalian
Hamish Gunn
0oseven
tarunkapur
Lakshmi Kiranmayi
SpoonsJTD
janekw
Only Title

shyam kodam's Q&A profile

  • Visual Studio When i export a crystal report to excel format I am getting an extra page while prinitng.

    Hi All, This is regarding the issue which I faced while exporting the crystal report to Excel format I am using visual studio 2002 version.  In my application I am exporting the report to excel, pdf and word formats. The problem I am facing is that, what ever be the report exported to pdf is coming in one page while printing. But, the excel exported is printing in two pages. Is there any way we can set “auto adjust to page” while p ...Show All

  • Windows Forms Inheritance and designers

    I have a class 'SyntaxBox' which extends richTextBox to do some rudimentry syntax highlighting. How do I determine what designer richTextBox uses inorder to inherit it The thing that I usually do is check reflector. Reflector is a little program that disassembles .NET so you can browse the managed code. It can be found here . In reflector, search for System.Windows.Forms.RichtTextBox. You can do that by simp ...Show All

  • Visual Studio 2008 (Pre-release) design question regarding generated proxy classes/DataContracts

    Hello all, I have a design question not neccessarily directly related to Indigo: Let's say I have two services dealing with Customers, both will use a (or the same) Customer class as arguments in a servicemethod like == [Serializable] [DataContract] public class Customer{ private int _id; [System.Runtime.Serialization.DataMemberAttribute(Name = "Id")] public int Id { get { return _id; } set { _id = value; } } == Now users of the service ca ...Show All

  • Microsoft ISV Community Center Forums VBA training resources

    Started by admin at 03-31-2005 12:27 PM. Topic has 0 replies. 03-31-2005, 12:27 PM admin Joined on 12-16-2004 Posts 14 VBA training resources VBA Courseware: http://office.microsoft.com/en-us/marketplace/EM011722011033.aspx CategoryID=CE010171961033   VBA for ISVs: http://msdn.microsoft.com/isv/technology/vba/default.aspx *you might check with Summit Support to s ...Show All

  • Windows Forms control.invalidate

    I am still at a lose on this on why, after the loop, the form's picturebox will not show the very last images.  It just goes blank.  It won't do that if I use refresh instead of invalidate, but with the refresh, I get the flickering..... public void printGraphics() { g = this .pictureBox1.CreateGraphics(); //pictureBox1.Refresh(); pictureBox1.Invalidate(); Pen myPen = new Pen(Color.Blue); myPen.Width = 1; for ( int ...Show All

  • Smart Device Development Using an ActiveX control

    I'm trying to use an Windows CE ActiveX control in a C# Form. The documentation for AXHost states: You typically do not use the AxHost class directly. You can use the Windows Forms ActiveX Control Importer (Aximp.exe) to generate the wrappers that extend AxHost. When I run AxHost, I get the following error: AxImp Error: Did not find a registered ActiveX control in 'c:\wf\WMPCEOCX.dll'. Is there something else I should be doing Thanks ...Show All

  • Visual Studio Express Editions Optimization and processing macros

    I am doing a product comparison for my company and I am having trouble finding answers to two questions. I was wondering if anyone could help me out. Does the express edition allow for optimization and other compiler directives . Does it have the ability to process macro's, and use make or project files The compiler includes the optmizations except advanced ones like PGO. You can find a list for comparing e ...Show All

  • Windows Forms syntax help for select case

    Hi, please tell me what I did wrong. I have a select case it is working like this: Select case mycombo.selectedItem case "Company" DoSomething But if I replaced 2nd line with Case "Company" or "Account", I got this Cast from string 'Company' to type 'long' is not valid error. What is the right syntax here Thanks! Dim s As String = "Account"   &nbs ...Show All

  • Visual Studio 2008 (Pre-release) leasing mechism in WCF

    Hi everybody, In a WCF lecture I presented last week for the local Visual C++/C# user group one of the attenders asked me the follwing question: I wanted to ask about the alternatives I have in WCF for leasing CAO. That is, I have server instance per client (similar to DCOM), and I am using the leasing mechism in order to know (at the server side) when the client died. Thanks! Ido Samuelson http://www.devauthority.com/blogs/sam ...Show All

  • Visual Basic How to detect a connection loss in .Net Sockets

    Right now, i already create a simple chat for my application with vb.net. and it's allready done, but there is a problem, sometime a client close the program with unpredictable disconnection ( exp : computer hang ), afterthat my server side will be error to, because my server will be send a data every second to client. please help me to solve the problem You can implement ping pong system following way ...Show All

  • Smart Device Development Windows Mobile 5 and secchk.lib

    I'm trying to add a WM5 target to my PPC2003 solution (Visual Studio 2005). I installed the SDK, added a new build type (I derived it from my PPC2003 build type), and chose the correct emulator for the target device. The problem is that even if I have /GS- in the compiler settings (disable security checks), I am still getting LNK1104 for secchk.lib. As far as I can tell, secchk.lib doesn't even exist in the WM5 SDK. I can't find any expli ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Different results between REF and HAL devyce

    Hi! When executing my pixel shader, results are ok. But when I execute with my recent new grpahic card Quadro FX 3400/4400 results are rubbish. Exactly what happens is that! In my pixel shader I have these four operations Output.weights.x = (1-frac2.x)*(1-frac2.y);\n" // 1 float output Output.weights.y = frac2.x*(1-frac2.y); // 1 float output Output.weights.z = (1-frac2.x)*frac2.y; //1float output Output.weights.w = frac2.x*frac2.y; // 1float o ...Show All

  • Smart Device Development Cannot Connect dialog balloon

    I have an app that uses HttpWebRequest etc to gather information, however on a failure I was hoping to do something similar to Pocket IE. In other words pop-up the Cannot Connect dialog balloon. Any one know whether this is possible Thanks HttpWebRequest will throw an exception on error. In most case it will be either WebException (includes HTTP return code) or a SocketException. You can see a ratherr reasonabl ...Show All

  • Microsoft ISV Community Center Forums Glass effect in vb.net whitout dwmapi.dll, maybe dwm wrapper

    Hi, I'd like to ask, how can i use glass effect in vb without dwmapi.dll because im using xp. But from Joejoe'site i downloaded vista welcome center, and it has glass effect..without windowblinds. How Or maybe i should use dwm wrapper if yes, write a little sample.. thnx Hi Atis, The support engineer wrote a sample app for you, but I can't post it here. Please email me at budsup@microsoft.com so that I can send it to you. ...Show All

  • Software Development for Windows Vista WF and Office 2007 beta2

    Is it possible to create a workflow in visual studio and utilize it in SharePoint If yes, how to I depoyit to SharePoint Do I need to use a SharePoint activity library Mikael Please use the newsgroups at http://www.microsoft.com/office/preview/community/newsgroups.mspx for questions about Office 2007 Beta 2. ...Show All

©2008 Software Development Network

powered by phorum