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

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

cbwick

Member List

benlung
foxX
boexi
ltaylor934
mclagett
AnilMenon
Satyendra Gupta
Arieth
thelastdevil
V J V
Ziper
Trivial
Andy Bounsall
Nagie_Stopy
Caroline_C#
craigclow
Darren France
slopera
Jack Michaelson
Blueshark006
Only Title

cbwick's Q&A profile

  • Windows Forms help with drawstring over a rectangle

    Hi all I have a loop that draws rectangles and I want to draw text only on the first box in the loop.  How can I do this, here is my code.  It draws the text in each box but I only want it to be in the fi ...Show All

  • Visual C# How to create a setup project for the C# application?

    It seems visual studio express edition only supports ClickOne mechanism. I want to ask what other functions do visual studio 2005 standard version support(what about more advanced versions) And how to create a setup project for the C# project. Thank you! you can have a overview of the differences between the different Visual Studio versions on this page http://msdn.microsoft.com/vstudio/products/compare/default.aspx ...Show All

  • Visual Studio VS 2005 he&&

    Hello All, Hopefully someone can steer me in the right direction:) I have installed VS 2005 with success. After about a week of using it I had issues with the IDE not accepting certain key input (eg. arrows and enter). After a few days of mucking around and searching on forums I found an answer that worked. Now, I get 'Package Load Failure" error messages. I once again browsed the forums for answers. I had tried to reinstall then uninst ...Show All

  • Visual Basic File Open Dialog

    I am trying to code to get the File Open dialog.How do I do it Can anyone post a sample code, please Try this: Using dialog As New OpenFileDialog() If dialog.ShowDialog() = DialogResult.OK Then MessageBox.Show(dialog.FileName) End If End Using ...Show All

  • Windows Forms XSL Editor

    I need to implement an xsl editor in my window forms application.  I tried to find a ready made solution with no luck...  why cant i use the exsiting editor the VS is using    I thought the entire VS was built using the .Net fra ...Show All

  • .NET Development Is it possible to change the namespace of parts of a wse3wsdl.exe generated proxy?

    My web service uses typed DataSets quite a bit, and so the typed DataSet is part of the proxy file generated by the wse3wsdl.exe tool. The problem is that all the generated proxy code lives in one namespace. For most of the objects, this is fine, but for the DataSets, it doesn't make sense. Is there any web service attribute I can use that will change the namespace of certain classes in the proxy If not, this would be a very useful feature, a ...Show All

  • Visual C++ FileLoadException VC2005

    Hi I try to run my project (which run ok at VS 2003) on VS 2005 pro edition. The project include native c++, MC++, and C# projects with MFC GUI and C# GUI The project is build ok, when I try to run it, I get FileLoadException before it get to my main function. The additional error is : Could not load file or assembly "MyprojectName" or one of its dependencies. HRESULT: 0xE0434F4D The file MyprojectName.dll exist, and all of the dependencies ...Show All

  • Visual C++ accessing CDocument class

    Hi I am a newbie to vc++ and am trying to write a basic program that will display the contents of an array on a dialog box.  I am using mfc class library for this.  Can anyone tell me how and even if I can get my Dialog class to be able to access my array which is held in the Document class. thanks. Hello, Dooker. You can call the GetDocument() function, which is a member of CView. This will get you a ...Show All

  • .NET Development Sockets and Serialization

    Hi, I'm building a windows forms app that needs to connect to a server farm via the internet. Performance is of the essence. I'm thinking to use .NET remoting but I prefer sockets to avoid the complexity of remoting; the data I need to pass are small in size anyway. For larger data I'll use Web services. I know that sockets connection can pass array of bytes and not objects. Can I pass a serialized object from socket to socket There' ...Show All

  • SQL Server Using ReportingService.GetReportParameters with Forms authentication

    Hello, I have implemented Forms security and am trying to create a C# application that will execute certain reports (by implementing the ReportingService web-service). When I try something basic like the following: ReportingService rsReports = new ReportOmatic.com._xxxx.ssl.ReportingService(); ReportParameter[] rpReportParams = null ; ParameterValue[] pvParams = null ; DataSourceCredentials[] dscCredentials = null ; rsReports.LogonUs ...Show All

  • SQL Server Recursively Calling A Stored Procedure Problem

    I am writing a stored procedure that fetches the topmost value from a table, based on an ID parameter. If this value is a number the stored procedure should simply return it. If the value is an operator the stored proc needs to recursively call itself until it has two operands to use the operator on. Fairly simple logic. However I am running aground trying to get this into T-SQL. Basically I have this call in the sp: (CREATE PROC EvalFormula @b ...Show All

  • Visual C# No clue about arrays, everything fails ...

    I want to fill an array in the constructor of my object, and then use it in in another method. But no matter what I try, I can't get this right. It is too different from how arrays used to be. Either it does not compile, or the array remains null as in the example below. How should I do it class Calendar { private static int day,month; private static int [] daysPerMonth; public Calendar() { day=16; daysPerMonth[1] = 31; daysPerM ...Show All

  • Visual Basic folderBrowserDialog path issue

    I am really confused on this one, so maybe you all can help me out. I am using a folderBrowserDialog control to browse for a folder location. When the user presses the browse button, the selected path was set in the folderBrowserDialog and it would show up just fine. Now, when the user presses the browse button, only the Desktop (or whatever the root folder is) shows up initially. What happened Here is my code... Private Sub btnBr ...Show All

  • Visual C++ Splash Screen

    How can I make SplashScreen in Visual C++ .NET 2005 I know how to realise it in VB .NET - it is very easy to do it there. Managed code, MFC, ATL, pure Win32 API Here is one for the MFC. http://www.codeproject.com/dialog/CSplashWnd_Extended.asp ...Show All

  • Windows Forms What is that control? Like the Toolbox/Server Explorer in VS.IDE

    Hi, all! I want to find a sample of how to develop a control in my windows form that is pretty much like Toolbox/Server Explorer control in VS IDE. The one that will dock to one edge of the form, and will pop up a menu with icons when mouse hovers over it. Then users can launch other windows from there. I am sure you know what I am talking about. But I don't even know what to call them, so I have no idea how to google. Now a days, ...Show All

©2008 Software Development Network

powered by phorum