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

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

ilanthendral

Member List

GeneQ
chakravarthy_b
VinceAnguiano
joteke
ger001
Yanbing Hu
Jagan P
Steven Rosaria - MSFT
MightyMondie
JF G.P.
SQL Pro
ahmeds
derekjohn37
Inferno
Antonio Galvan
Tuchi
mcfs
rain0x01
Ingenious
Tom Lichtenstein
Only Title

ilanthendral's Q&A profile

  • Visual Basic run-time error '1004' general mail failure

    '*********************************************************************** ' Sub: ForwardToApproval 'Descript: Used to Send the Packing List File to a Level-1 Authority ' (Includes Code for Adding Buttons, Protection, and Routing ' Info to the Appropriate Packing List File) ' By: Jesse Davis - June 1998 '*********************************************************************** Sub ForwardToApproval() 'Declare Object Variables Dim UserEmail ...Show All

  • Visual Studio Express Editions App. performance degrade 2003 -> 2005

    After converting my project from VC++ 2003 to 2005 Express and rebuilding in release mode, I've found that my application's performance has dropped by about 25%. I reviewed all of the project's optimization settings to make sure that nothing got set wrong during the project conversion. I reviewed the documentation for optimization settings differences between VC++ 2003 and 2005, and made sure that I am using appropriate settings for speed ...Show All

  • Visual C++ STL.NET

    Does anyone know what is the status of STL.NET Apparently it did not ship with VS2005 or did I miss something I need STL's multimap container. Anyone know of an equivilant animal Thanks Bollwerk wrote: Does anyone know what is the status of STL.NET Apparently it did not ship with VS2005 or did I miss something I need STL's multimap container. Anyone know of an equivilant animal Thanks ...Show All

  • Windows Forms PNG pictures in pictureBox

    I've tried to add a transparent PNG to a picturebox but i can't get it to work. It looks good in the form-designer but when i start the program i only get a grey box. I've tried with a PNG that's not transparent and it also looks good in the designer but this time i get a black box when i start the program. Is it possible to use (transparent) PNGs in pictureboxes and how do you do it It should wor ...Show All

  • Visual C# "a" and "§" --- What's this ?

    Hi PPl, Have any body got Idea about the special character "a" & "§".what's the usage i found this in a Web Service. It goes here, { strReturn += PwdReader["STAFF_ID"] + "a" + PwdReader["EMPLOYEE_CODE"] + "a" + PwdReader["FIRSTNAME"] + "a" + PwdReader["LASTNAME"] + "a" + ...Show All

  • .NET Development Keep same State between queries

    Hi, Sample code is worth 1000 words, here is how I Proceed (It's obviously a bad method) public class Service : System.Web.Services.WebService { int i; public Service () { this.i=12; } [WebMethod] public int HelloWorld() { this.i++; return i; } } HelloWorld always returns 13, althought I want it to be incremented (13, 14, 15,..), even if there is several simultanous client request. I wan't a session-like method, but the appl ...Show All

  • Visual Studio Express Editions Cannot Create C++ Class from wizard

    I cannot create a class from the wizard from Project Add class. I get an error "Code model not available, cannot add class". Even if I manually create a class then also I am not able to add functions or members to it "The operation could not be completed. The parameter is incorrect". Any suggestions Please post a bug report on the Microsoft Product Feedback Center . ...Show All

  • .NET Development easy winsock question

    I've been using visual basic for a few years but I just switched to .NET today, and I can not figure out how to add a winsock control, can someone help me Thanks. I am very interested in learning how you used to use the VB6 winsock control. Do you use the control to implement a custom protocol ontop of TCP OR Do you generally use the control to implement a standard protocol such as HTTP or FTP to perfo ...Show All

  • Visual Basic TreeView

    When working with a treeview, I understand how to select a node by clicking on it.  However, if you are working with your tree in code, I am confused how to address/select a specific node.  Say I wish to loop thru my tree tree starting at a specified point and collapse all the child nodes of it that have have children. Example: Base     Level 1         Level 2   &nbs ...Show All

  • .NET Development Email Server

    All, I am trying to create an email server using VB.Net 05, specifically the .Net.Sockets framework and are having some trouble. I have it setup where the TCPListenener will listen on say port 8080 and wait for a client to connect using a Timer (100ms). When a client connects (through dnsreport.com) using the SMTP my app freezes and the request times out. To go into further detail. If I request my webpage through 8080 then the message that ...Show All

  • .NET Development Formatter class implementation

    I'm looking for information or a sample of how to implementing a Formatter derived class. I would like to implement a custom formatter and would like to know how to make use of the Formatter class functionality. Thanks, Ray I just posted a summary of the steps required to design a custom IFormatter (part of those information already appear in my previous posts in this newsgroup). Regards, Joannes ...Show All

  • Visual C# Enum question C# and VB

    Why this code in C# not work but in VB work Code C#: public enum eFilteringCode : ulong { None = 0, Gen = 1, BdF = 2 } static void Main( string [] args { int BitMask = 400; ulong uRes = BitMask & eFilteringCode. Gen; } Code VB: Public Enum eFilteringCode As ULong None = 0 Gen = 1 BdF = 2 End Enum Sub Main() Dim BitMask As ULong Dim uRes As ...Show All

  • Visual Studio Visual SourceSafe 2005 via the Web NOT!

    Could someone explain the business logic behind limiting Web access to Visual SourceSafe 2005 via VSS Internet plug-in only Are we the only ones that considered browser-based Web access to VSS2005 ones of the most important selling points Why not allow this intergation in the VSS client ! Dimitri Sungard SCT Hi Dimitri, Unfortunately we didn't have enough time to implement Remote access functional ...Show All

  • SQL Server What exactly does MAX_QUEUE_READERS=0 mean?

    I guess this sounds a little foolish, but what exactly does MAX_QUEUE_READERS=0 mean Does it mean literally that there will be no queue readers executed or does it mean that the number of queue readers is unconstrained Thanks, Wells ...Show All

  • Windows Forms Power user installs automatically in Just Me mode

    This is a weird behaviour that I am observing with my simple Windows Installer project. The installation of my utility when carried out under Administrator and "Everyone" selection goes fine and installs for everyone. The installation of the same utility, same version, same .msi when carried out under a Power User with "Everyone" selection goes fine and installs in "Just Me" mode....result two icons on the desktop, ...Show All

©2008 Software Development Network

powered by phorum