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

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

Suneel

Member List

nebbioli
gabo_uy
Wilfred Tang
charismatic
UberNewbie
Rocket Rick
Swamy Subramanian [MSFT]
Frisco
Harley
sailendra
Yorch
sylvanascent
Brett M
Balaji Thiruvenkataraju
jimmy06
Ali Chant
antointhe
RajanikanthM
Bit_Flipper
Zeeshan8260
Only Title

Suneel's Q&A profile

  • .NET Development TcpClient that won't receive; self destructing

    Hi, (this code is running on .NET v2 Beta 2) I have this code that reads a NetworkStream from a TcpClient: Public Sub Read(reader as StreamReader)         Dim tmp As String = String .Empty         Dim tries As Integer = 0         Do While tmp = String .Empty             If r ...Show All

  • Visual C++ Code Snippets

    Will the Code Snippets feature that is available for C#, VB, J# and XML support C++ when Whidbey ships Hi Joshua, No, it will not. We didn't have room on the schdule for this feature in the 2005 release. It is on the list of features to consider for future versions. We concentrated in this version on improving the quality and performance of the faetures you use almost all day like Intellisence, browsing, project ...Show All

  • .NET Development Int32 - how related to ValueType?

    Hi! I am looking at System.Int32, for example, and don't understand how it's related to System.ValueType . Can someone explain how ValueTypes are implemented as structs in some detail, or refer me to a good explanation on the Web Thx, Jess C# Online.NET http://www.csharp-online.net/ the answer is in the object browser. if your going to search for INT32 you'l see that one of its base class is ValueType. CTRL + W + J = ...Show All

  • Visual Studio CRI with localreport

    hello, i need to use a custom control in my report. is it possible to use custom report items in an local report and are there any examples i only found some examples for server reports. thanks In local mode the ReportViewer control is not extensible. Custom report items, custom rendering extensions, etc are only supported by the Report Server. ...Show All

  • Visual Studio Unhandled exception on startup....leading to Registered JIT debugger is not available.

    I have a program that is failing (unhandled exception) & gives: Process id=0xa2c (2604), Thread id=0xa30 (2608) Trying to Debug gives: NotifyAlert.exe – No debugger found Registered JIT debugger is not available. An attempt to launch a Jit debugger with the following command resulted in an error code of 0x2 (2). Please check computer settings. Cordbg.exe !a 0xa2c I have seen these ids change, but aways get this ...Show All

  • Visual Basic I need help pls...

    I am a beginner in VB.. and i've only programmed a little about it.. is there someone who can tell me how can i learn the VB 2005 with only VB6 as my background can someone pls redirect me to a tutorial or beginner's guide to VB 6, VB.NET, and VB 2005.. plss i hope you won't ignore me... i just nid real help... On this page there is a series of videos for the beginners http://msdn.microsoft.com/vstudio/express/vb/learning/ Here you'll f ...Show All

  • Visual Basic cannot debug avalon application on vb express beta 2

    I m usin vb express beta 2 with win fx extensions (no previous intances of beta1) when i try to debug "avalon application" it gives me following error: Error 1 Unable to copy file "obj\Debug\AvalonApplication1.application" to "bin\AvalonApplication1.application". Could not find file 'obj\Debug\AvalonApplication1.application'. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets 2492 9  i got same e ...Show All

  • SQL Server How to Delete Files on Maintenance Plan

    Hello, I am creating a Maintenance Plan in SQL Server 2005. The 'Back Up Database Task' has the choice 'Create a sub-directory for each database' as SQL Server 2000 does. But when I add a 'Maintenance Cleanup Task' I do not see a choice to delete files on subdirectories. Looks like it only deletes the files from the directory I specify. So, looks like SQL Server 2005 is removing some functionality already available in SQL Server 2000. ...Show All

  • SQL Server oledb source issues with parameters

    Hi, I been having issues trying to use the OLE DB Source in the DataFlowTask.  If I use the SQL Command to build a SQL Statement, i.e. "select * from tablea a join tableb b on a.column1 = b.column1 where column2 = ", I can't get the query to parse and it won't allow me to set a value to the parameter.  It seems to be a bug as the only way I can see to get around it is to use a variable to place my sql statement into and use the "S ...Show All

  • Visual Basic Can I access my form's dataset from my class declaration?

    I finally got my head around how to utilise my own classes, so I'm putting some together for my current project, to sit between the dataset and the main program. The problem I've encountered is when I come to access my dataset (attached to my form) from my class declarations, which are outside the form's class. I thought maybe Form1.Dataset etc, but even though the dataset is public, it won't let me do that. I suppose I might need to a ...Show All

  • Visual Studio Express Editions Hide property disables list boxes

    Whenever we set the visible property of a list box to false, we can no longer access the list box.  When it is not hidden, we can get whatever information we want out of it.  If anyone can help with this problem it would help us out greatly. Thanks, Hoofe I would suggest to post your question over at http://forums.asp.net as it looks like you are using web controls. The group here is ma ...Show All

  • Smart Device Development show path of process

    i am trying to make a process viewer using OpenNETCF.ToolHelp.ProcessEntry. I am able to show the processid, base address, thread count and the exe name. however, i want to display the full path of the exe file. i understand that OpenNETCF.ToolHelp.ProcessEntry is a wrapper for the ToolHelp.dll ProcessEntry32, and it does not have a member for the path of the exefile. it only provides szExeFile, which is the name of the exe file. (http: ...Show All

  • Visual Studio Tools for Office Changes to App.Config not propagating to runtime in Excel VSTO 2005

    When I change a connection string in my App.Config for Excel VSTO 2005 the change is not being reflected at run time or in the debugger. Where is the runtime App.Config being kept It's not in the bin or obj\debug... My version also prompted me about updating the value in the .settings file and on the dialog it appears to have been changed but if you turn on show all files and check the actual method in .setting ...Show All

  • SQL Server nvarchar or varchar in function?

    I am using SQL Express I have a very simple function to retreive the maximum value (MemberID) from a member table.  The memberID column is in "nvarchar(8)" type. The following shows the function: ALTER FUNCTION dbo.GetLastMemberID() RETURNS nvarchar(8) AS BEGIN  RETURN (SELECT ISNULL(MAX(MemberID),'IM000000') FROM MemberInfo) END When i run the function, only the first 4 character (say 'IM00') is returned. If I change th ...Show All

  • Software Development for Windows Vista Setup Project from vS 2003 finds no .net in Vista

    Hallo, I have compiled a Setup Project in VS 2003. But when i'm trying to run it on windows vista, i see a messagebox, that there is no .net 1.1 at this computer and installation must be closed. ...Show All

©2008 Software Development Network

powered by phorum