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

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

SDerix

Member List

salex
BostonMerlin
Rhodry
Matt Hallett
Girish Chander
Asif Raza Ashraf
Nick Efremov
AKG
Sjefsmoen
Jaxbeachess
TylerSchlegel
Juan Manuel110953
Watson How
msorens
Frenske
Chip Zero
siodcrashme
Yuelin
korihelvete
bubbafett
Only Title

SDerix's Q&A profile

  • SQL Server Connection closes often

    Hi Team, I get the below error very often. java.sql.SQLException: I/O Error: Connection reset Caused by: java.net.SocketException: Connection reset Followed by a number of "java.sql.SQLException: Invalid state, the Connection object is closed.". Some time Invalid state, the Statement object is closed." I have checked out the network problem and time out of queries. And both does not seems to be an issue for me. Because my application ...Show All

  • Software Development for Windows Vista Request: Visual Designer walkthrough webcast for state machine workflow

    I'm having a few troubles with just getting a simple state machine workflow going with the vs designer. Can someone at Microsoft prepare a simple starter webcast that leads someone through creating a state machine workflow in the designer. Some of the confusion I'm getting... How do I wire up the InterfaceType on an EventSink How come I can't move states around on the designer surface The webcasts suggest I should be able to. Tha ...Show All

  • Windows Forms Menus

    I want to disable and enable my application menus.  I know that if my menu caption or text is called 'Create Invoice' and the name is mnuCreateInvoice, I can do this in C# (this.mnuCreateInvoice.Enabled = false) to disable it. Now, asuming the name is in a variable, i.e., ci = mnuCreateInvoice, what can I do to disable the menu now   ci.Enabled = false does not work.  What should I do I need help. ...Show All

  • Visual Basic Method POST to send Data from windows form to ASP web page and get response

    Hi Friends over here, I'm using httpwebrequest and httpwebresponse to send and recieve data between windows form in my project and web page (ASP) using GET method, what I need is how to send same thing Using POST I found some example in MSDN but it was not clear for me and not working !!! Please help me as soon as possible. Hi there,    The main differences between POST and GET methods is the quantity of data that can be sent an ...Show All

  • Visual Studio 2008 (Pre-release) Keeping base object in database across Page navigations

    I'm writing an application with a set of classes like so: Base class: List<Accounts> Account class: List<Transaction> Transaction class: Various properties Basically, I want one instance of the base class with instances of all it's subclasses. I really only want one copy for the entire application. Since my application uses a NavigationWindow this can become a problem. I've tried adding an ObjectDataSoruce to the Navig ...Show All

  • Visual Studio 2008 (Pre-release) RC0 Serialization Errors

    Once I upgraded to RCO tonight certain operations fail that have objects with Byte[] public properties. These objects are not DataContracts and are Serializable and marked with XmlSerialization attributes. This worked just fine in the Feb CTP System.ServiceModel.FaultException: The formatter threw an exception while trying to deserialize the message: Error while trying to deserialize parameter urn:gridgistics:fabric:manifest. There was an er ...Show All

  • Smart Device Development Disable Cert Check on WM5

    I am trying to ActiveSync over SSL, and can't get it to work. I have a feeling its because of the cert check like in PPC 03. I tried to run the same util in cradle mode, but it errors out. Does anyone know the actual registry key added/modified to disable cert checking on WM5 TIA Can you expand a little more on what you are trying to do what you currently have working. Can you cradle the emulator under normal c ...Show All

  • SQL Server Application as service inside SQL possible?

    I would like to run an application inside SQL CLR as a service so that once started it continues to run until explicitly shut down. The application would sit idle and only wake up in response to data coming in from data acquisition devices over serial ports (COM ports). Is this possible I read somewhere that this would be supported, but I have not been able to find any information on how to do it. Any help or pointers would be greatly appreciate ...Show All

  • Windows Forms Maximizing child forms

    I'm using vs 2005, and I have a project with a MDI. Does anyone know how I can make it so that every time I open a child form in the MDI, it opens up already maximized Thanks, smtraber myForm = new Form1(); myForm.MdiParent = this; myForm.WindowState = FormWindowState.Maximized; myForm.Show(); ...Show All

  • Windows Forms Open source version?

    Has anyone started an open source version of this If not is anyone interested in starting one Also would like to start/join a open source version of this. Not sure of the ramifications legally, but the TaskVision Workspace on GotDotNet (ht ...Show All

  • Visual Basic line break (next line) in textbox

    There is 2 problem I'm facing now. 1. how to pass each word in a line of text from the user's input textbox to an array     i.e. Sting in textbox = 'I am a girl'           when pass to array, I'm expecting ('I', 'am', 'a', 'girl') 2. how to determind a next line in a textboz     this is mean if there are 3 lines in a textbox, i want to pass each line to 3 different string. Tha ...Show All

  • Visual Studio Tools for Office VS 2005 RC1, VS Beta3

    Why is there a Beta 3 if a Release candidate is already out   this is rather confusing...should we be expecting any features in Beta 3 to be included in the release, or should we stick with RC1 also, i heard there is a tool to automatically uninstall previous beta version.  Can someone point me to that tool thank you Hi Farseer: The best place for you to recieve an answer to this question is in the VSTS General forum, which you ...Show All

  • Visual Basic Copy and paste

    Ok. i have been trying to figure out how to copy and paste text in my VB programs. And it just does not want to work (copy and cut don't). any one have a sample or somthing I want to find the hilighted text and deal with it accordingly when i copy or cut. Sure you can. In my exmaple, the sub it fired from the Keyboard _keyDown event. In the event args, there's ByVal Sender as object.   Sender will be ...Show All

  • .NET Development Error 25015 while installing .NET Framework 2.0

    Hi there, I try to install .Net Framework 2.0 and encounter this error : Error 25015.Failed to install assembly 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.VisualBasic.VSA.dll' because of system error: The filename, directory name, or volume label setup syntax is incorrect. Please help! Pl. make sure that no Antivirus is running while installing. Disable all AV services & then try installing the framework. ...Show All

  • SQL Server join results from multiple EXEC calls

    I would like to make inner join with results from different exec %procedureName% calls. thanks. insert into #temp exec Proc1 insert into #temp2 exec Proc2 insert into #temp3 exec Proc3 Then join or union the tables (depending on the data) If the reultsets are the same you can insert into 1 table instead of multiple tables Denis the SQL Menace http://sqlservercode.blogspot.com/ ...Show All

©2008 Software Development Network

powered by phorum