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

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

sstackho

Member List

Prospery
farsh
jpkuzma
Apteryx
Camey
Gareth Bezett
Eugene Kogan
Michael Bartlett
Jeff McKune
MrTufty
Priddin
Chandrasekaran C N
John Semmel
SuperPoney
seigo
DomiS
Akiwa
Bud Pritchard
swfranklin
SanderV
Only Title

sstackho's Q&A profile

  • Visual C# A C# Program Failed to initialize on friends computer, please help

    Hello all, I know this maybe a stupid newbie question, but I need help with it all the same, so please bare with me. I'm a graduate student in psychology who has a BS in computer science. I am currently writing a program in C# that I need to be able to give to other researchers to use. I wrote a beginning sample and when I sent the release .exe off to a colleague to check it out an error appeared when he clicked on it that said the program failed to initialize. Is this because he does not have the .Net framework installed on his computer If so, is there a way around this that I don't have to have all these different researchers go to wi ...Show All

  • Smart Device Development Using VS2005 for WinCE 5.0 development

    I have a native C++ Windows XP app that I need to migrate to a WinCE 5.0 ARM platform.  My project is currently in VS2003. I hear that VS2005 can be used to develop native WinCE 5,0 apps.  That is great for me, because I could easily move my existing code from 2003 to 2005, and then it should be easy to keep my WinXP and my WinCE code in sync since they will use the same IDE and compiler front-end. Do I need a particularr edition of VS2005   I have ordered the Beta2 CD. Does VS2005 come with a version of the STL for WinCE   Or is that supplied by the Platform Builder   Again, if the STL for WinCE is similar to the ...Show All

  • Visual Studio Team System 403 Forbidden Error.

    Hello, I created a web test, then a load test and in that load test I got more than 1000 403 errors, when I see the details, all are files that actually exist and I am admin on my PC. Thanks I have more questions for you 1. Is the website on the same box where you ran the test 2. What is your operating system 3. Are you running test locally or through controller Thanks. ...Show All

  • Visual Basic MDI help

    Hey everyone, I'm new to using mdi forms.  Basically, the problem is that when I maximize my child form an extra line is added to the top of my main form with control box/max/min buttons for my child form.  I don't want that line on there at all!  I've tried everything, disabled everything.  Any ideas on how to shut this off would be great! Here is a screen shot of what I'm talking about. http://www.accs.net/users/anonymous/mdihelp1.jpg Hi, I forgot to mention that I handled the SizeChanged event of my child form. Here's the code:    if (this.WindowState == FormWindowState.Maximized) {    ...Show All

  • SQL Server Email Export?

    Hello, In the Crystal Report Viewer control, there is a way to export a report to the file format of choice (i.e. pdf or xls) and have it emailed. This is probably a stupid question, but I have to ask it... Is there a way to have an exported report in SSRS 2005 emailed without saving the report and then attaching it to an email I know about the scheduling services, but that will not work for me as my reports are created dynamically and displayed throught the ASP.NET 2.0 Report Viewer Control. Thanks!!! -Brian Hi,        Have you tried Report Subscription using "Report Server E-mail" op ...Show All

  • .NET Development Order of webmethods

    Hi,     I've whole bunch of web methods in my web service and they are all appearing in random order instead of the order specified in the cs file. Can somebody tell me if there is any attribute or setting that will let us specify the order, please Thanks for your time! Regards, Swamy  Yeah, I've just found it on web. Thanks anyway for your help! http://www.dotnet247.com/247reference/a.aspx u=http://www.dotnet247.com/247reference/msgs/12/62668.aspx http://dotnetjunkies.com/WebLog/razor/archive/2004/03/28/10229.aspx ...Show All

  • Visual C# AspNetSqlProvider

    I have an error when i am try to make web partzone without using sqlexpress I want to use sqlserver2005 entreprise when i am try to create AspNetSqlProvider test failed and i have this error (An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) ) Please post ASP.NET related questions in the ASP.NET forum. The UI experts there can better answer your questions. Please re ...Show All

  • Visual Basic Access Database and Bin Folder

    I hoping someone can help me out here. I had a similiar problem on a recent project, and I just copied all the files to a new project, and that cured it. But I wonder am I doing something incorrectly. My project has an Access database. It is added to the project. Lets just call it DB_Original J:\AssetNet\AssetReg\AssetReg\Assets.mdb When the project runs, it updates data in DB_Debug J:\AssetNet\AssetReg\AssetReg\bin\Debug\Assets.mdb If I change data when the project is running, DB_Debug is updated. However, when I stop the program running, DB_Original is not updated. So if I add assets for testing, I have to re enter them every tim ...Show All

  • Visual C# trouble using delegate in WndProc

    when i use delegate like this: ----------------- [System.Security.Permissions.PermissionSet(System.Security.Permissions.SecurityAction.Demand, Name = "FullTrust")] protected override void WndProc(ref Message m) { delegate_ReplyFromDataProcess = new PrepareDelegate_ReplyFromDataProcess(ReplyFromDataProcess); delegate_ReplyFromDataProcess.BeginInvoke(m, null, null); } delegate void PrepareDelegate_ReplyFromDataProcess(Message m); private void ReplyFromDataProcess(Message m) { IntPtr pnt = dp.OnReply(UInt32.Parse(m.WParam.ToString()), Int32.Parse(m.LParam.ToString())); } ----------------- i met the error: * ...Show All

  • Windows Forms Communication between two user controls ?

    I've made 2 very very simple user controls named uc1 and uc2, I've put then on my main Windows form, but how can we for example :: displaying the text from the textbox uin uc1 on the label in uc2  Sorry for my bad english, here is a screenshot :  http://dyt4.free.fr/shot1.jpg Thanks for your help I don't know why you posted THAT ...Show All

  • Software Development for Windows Vista difference between state machine and sequential workflow

    hello every body can some one help me to know the difference between state machine workflow and sequential workflow. what's the advantages of every one thanks for help One of the best advantages to a state machine workflow is the ability to describe a process based on business events. Especially in document management types of workflows. Describing workflows based on state also enables users to see clearly what the status of a workflow is. Also, state machine workflows are easier to code based on events and the process of listening for them. Sequential workflows are more ideal for processing and linear stepping logic type of w ...Show All

  • Visual Studio 2008 (Pre-release) FaultException -- Debugging in IDE does not work.

    I am making an atempt a error handling in a WCF Service Client. The crazy thing is...everything works fine if I don't run the service and client in the IDE but if I try to step the code then the problem appears. When I run it in the IDE, it stops in the Service Code on the line where it throws a FaultException and says: Fault Exception '1 was unhandled by the user code. Why is it not throwing the exception back to the client Again, the code works fine if I am not running inside the IDE. Below is the code. Thanks! SERVICE: using System; using System.Collections.Generic; using System.Text; using System.ServiceMode ...Show All

  • Visual Basic VB.Net 2003 Programming Proper Case

    How do I convert a string like "john doe" to proper case; i.e., John Doe I would prefer a method like ToProper rather than having to write a loop to scan across each letter. Thanks in advance. Use STRCONV... strNewText = StrConv(strOldText, VbStrConv.ProperCase) ...Show All

  • Visual Studio How do you remove outdated history information?

    In the Visual SourceSafe help there is a page entitled " How to: Reduce the Size of a Database".  One of the things it mentions to do is "If your projects have outdated history information, remove it."  But there are no instructions on how to do that. In the file history dialog there is no delete button.  There appears to be no simple way to delete unwanted versions.  I could delete ALL the history by getting the latest version, delete the file from the database, then add it back.  Or I could get the latest version, rollback the file to some previous version, check it out without getting latest, then ...Show All

  • Visual Studio CreateToolWindow2

    Does anyone have any code examples (C#) on how to use CreateToolWindow2 method Sorry to bring this up again... I want to create a toolwindow and place a usercontrol in it. So far, the CreateToolWindow2 method would work, if I want visual Studio to create the usercontrol (I think it uses reflection). But in my case, I already have the usercontrol instance and I just want to pass e.g. the reference to the toolwindow method. How does that work ! And another question: The GuidPosition parameter in the CreateToolWindow2 , what's that for ! Is that for Visual Studio to remember the position of the toolwindow ! An ...Show All

©2008 Software Development Network