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

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

jczarni

Member List

kmcclung
Suggestion
Wolly80
BCullenward9
bendodge
piaqt
RakeshShah
Gary Miller
mrshrinkray
Mickey J. Malone
Yoni_Nijs
zachz
richardhsu
Timothy Cox
Ben Shemmeld
RichardPro
Robert McKee
mattmatt321
10kap
Ooogaleee
Only Title

jczarni's Q&A profile

  • Visual Studio ReportViewer bug over SSL / HTTPS

    Hello, Recently I was testing the new ReportViewer Control and found some behaviour of which I think it's a bug. I developed my asp.net 2.0 application using the asp.net development server. I configured a Web User Control containing a ReportViewer. Everything worked until I wanted to publish the web site. I had an exception. The problem is mentioned in several threads, including this one: http://forums.microsoft.com/MSDN/ShowPost.aspx Post ...Show All

  • Windows Forms trouble with tablelayoutpanel.RowCount

    Dear all, why don't return GetCellPosition, GetRow, RowCount methods and properties the correct values if automatic layout is used Instead, GetCellPosition and GetRow return -1, and RowCount misses all dynamically added rows. I want to program a panel that automatically adds a new line with forms if the user changes values in the last line. I try tableLayoutPanel1.GetPositionFromControl((Control)sender).Row = tableLayoutPanel1.RowCount-1 to ...Show All

  • Windows Forms comparing strings

    Hi I have a class that loads up stuff from a database Basically if i want all the items from a column called "Categories" from the database I can type this             For Each objCategory In myManager.MediaCategories ...Show All

  • .NET Development Sending a web page with SMTP

    I have developed an Web App that summarizes all of the information that I want to present to the user.  I have a submit button that I want to have send the resulting page to the end user for confirmation. I have been working with SmtpClient and it successfully sends a test message but I cant figure out how to embed the resulting web page in the email. Can this be done from the server   Does anyone have any sample code Vincent Fournier ...Show All

  • .NET Development Get connection string from app.config file

    How do i read my connection string from app.config file I also know that connection string is saved in settings.settings, but i don't know how to get value from there either (I found info about this only for vb, not for c#) Here is the app.config file: < xml version="1.0" encoding="utf-8" > <configuration>     <configSections>         <sectionGroup name="userSettings" type=" ...Show All

  • Visual Studio Express Editions INSTALLATION ERRORS

          I downloaded Visual Basics 2005 Express, Microsoft  MSDN 2005 Express Edition, and Micrsoft SQL Server 2005 Express x86, as a pundled package. The first 2 installed fine. But I'm having some issues with the SQL Server, it stoped in the middle of the instalation and said instalation failed.( An unexpected error occoured during setup. The data file C:\DOCUME~1\DJARTS~1\LOCALS ~1\Temp\sit27125REBOOT. ...Show All

  • SQL Server where is "Create Stored Procedure Wizard" in sql server 2005

    Does Sql Server 2005 contains "Create Stored Procedure Wizard", like we have in sql server 2000 Thanks in advance. I understand your problem, the better help that SQL 2K Create Stored Procedure Wizard give is to generate sp's to ins/upd/del for ALL tables fast and correcty. Following this suggestions you will just create one sp per time and will need interacty hardly with the generated code. The real soluction is looking fo ...Show All

  • Visual C++ User message handler in CDocument derived class

    hi, I am trying to handle a user message from the CDocument derived class. I am adding a message handler to my MyDoc(derived from CDocument) as follows ON_MESSAGE(UM_SHOW_SOMETHING, OnShowSomething) and the message handler is LRESULT MyDoc::OnShowSomething(WPARAM wParam, LPARAM lParam) { //Do something return 0; } I get an error as follows error C2440: 'static_cast' : cannot convert from 'LRESULT (__thiscall My ...Show All

  • Visual C++ Build + Compile "Hello World" Program with Visual C++ 2005 beta

    I am not able to build and compile a primitive "Hello World" Program with Visual C++ 2005 beta. Although I have been searching the Internet for 2 hours, I have not found any solution, but I hope there is anybody out there who is able to create projects in Visual C++ 2005 beta My program is: #include <stdafx.h> #include <iostream.h> void main() {             cout << “Hell ...Show All

  • Visual Basic Display border around text

    Hi, I'm creating a program which writes text onto a picture box. Here's a segment of my code that runs on the Paint event of picResult (the picture box): 'Text stuff Dim textFlags As TextFormatFlags = TextFormatFlags.Right Or TextFormatFlags.Bottom Dim textFontFamily As New FontFamily( "Visitor TT2 (BRK)" ) Dim textFont As New Font(textFontFamily, 12, FontStyle.Regular, GraphicsUnit.Point) 'Some other co ...Show All

  • Windows Forms Error: "The error 'System.TypeInitializationException' has occurred"

    Hi, We have an application written in Visual Studio 2003 that was successfully converted into Visual Studio 2005. When running the application in our development machine (has the Visual Studio 2005 Professional Edition installed on it), it works great.  No problem, error or any warning messages, whatsoever. When I deployed the application into another machine using the .msi file created, I cannot bring up the application.  Whe ...Show All

  • .NET Development LinkedList<string>.ToArray() ???

    is there a way to do the equivalent of these in 2.0: List<string>.InsertBefore() List<string>.InsertAfter() List<string>.InsertAt() I also tried using LinkedList<>, but I can't find this method: LinkedList<string>.ToArray() You can actually do this: List< string > list = new List< string >() list.Add("World"); list.Insert(0, "Hello"); list.Insert(2, "1");   ...Show All

  • Windows Forms dll is not included in the application files when publishing

    Hi, we want to deploy our solutions company intern via clickonce. which is a nice technology and very useful. But I think the developers of the studio should have given the users more freedom in managing the installation file. In detail we have different software solutions for different problems and for this many of the solutions use the same dlls. The dlls can not be rewritten in the studio beceause we got trouble with the garbage collecto ...Show All

  • SQL Server Installing SQL Express 2005 - [Microsoft][SQL Native Client]Shared Memory Provider: No process is on the other end of the pipe.

    Hi Everyone, I'm really in a desperate situation. I've tried installing Visual Web Developer including SQL Express 2005. I kept getting the error: [Microsoft][SQL Native Client]Shared Memory Provider: No process is on the other end of the pipe. I tried tinkering with the registry and that made things worse. I even re-installed Windows! I completely nuked my hard disk, formatting it totally. After re-installing Win XP Pro and the rest of my app ...Show All

  • Visual FoxPro show certain record in gridbox

    dear all, i dont want my form show ZZZZ product code that i make hardcode to my table. sele b SET ORDER TO 2 GO TOP thisform.grdSales.RecordSource = "b" thisform.grdSales.RecordSourceType = 1 thisform.grdSales.column1.Bound = .F. thisform.grdSales.column2.Bound = .F. thisform.grdSales.column3.Bound = .F. Thisform.grdSales.column1.text1.ControlSource = "P_name" Thisform.grdSales.column2.text1.controlsource ="P_c ...Show All

©2008 Software Development Network

powered by phorum