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

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

Jaylach

Member List

Justin C
srjing2
Brian Weje
Visual Basic Fan
Torsten K.
Steven Bone
Digital Human
somalezu
Chris Menegay
sgtpazo
JASAILOR
gjb17
sandPR
Vasu Sankaran
sudhakar_k
jerjer
JW
Mr.Nam
DDB007
marcelv
Only Title

Jaylach's Q&A profile

  • Visual Basic Icon Editor in Visual Basic

    Hi there! I have a dull question. I am using the integrated symbol editor inside Visual Basic (d'oh! my Microangelo installation is on my PC at home - 400 kilometers away!). Is it possible to create windows-xp styled icons (with 8-bit-transparency) That would be cool... best greetings Jan VS2005 icon editor allows you to create Mono, 16 color and 256 color icon. To create a 256 color (8-bits), Open the icon editor -> Image -> new Image type... ...Show All

  • .NET Development New Rows do not appear in SQL database

    Hi all, I am busy with a project that requires I store information in a database. I'm using VS2005 Express and SQL Server 2005 Express. My problem is no matter what I try I can't get inserted data to appear in my SQL database. I believe I have setup everything correctly, I have a DataSet (smsdataDataSet) and TableAdapter (smstableTableAdapter) setup, the code I am trying is listed below: smstableTableAdapter.InsertQuery(MyGuid, SMSMessage.SMSOrigin, SMSMessage.SMSMessage, null, "SMSMessage",DateTime.Now); smstableTableAdapter.Fill( smsdataDataSet.smstable) ; smsdataDataSet.smstable.AcceptChanges(); smstableTableAd ...Show All

  • .NET Development com interop and framework 2

    I have an application written in vb.net (Visual studio 2003). From this application a com object is instantiated using myObject = CreateObject("comObject.comClass") If this com object is written in vb.net (Visual Studio 2003) everything is fine. If this com object is written in vb.net(Visual Studio 2005) i receive a "Cannot create ActiveX component". If i create a dummy app in VS2005 and call the com object written in VS2005 it works fine. It'll be greatly appreciated if anyone can tell me how to make my VS2005 com object be accessed from my VS2003 application I'm assuming that this problem is due to two different versions of ...Show All

  • Visual Studio 2008 (Pre-release) c#3

    how can i program whith c#3 in vs.net 2005 prof it does not suuport c#3 I have a message which mean this vs.net does not suuport c# 3 many features may not work Please Help me! I need to download winfx sdk but how can i found it Here is a quote of the MSDN page about WinFX beta, that can be found here . If you want to develop and run WinFX applications: WinFX RTC [Optional] Visual Studio - You can use either a full version (available in the MSDN Subscribers Download section) or the free Visual Studio 2005 Express Edition . Windows SDK [Optional] Visual Studio Code Name "Orcas&qu ...Show All

  • Visual Studio Express Editions Numeric 101

    Okay, can a knowledgeable programmer explain to me numeric types with examples such as...   Long short double Int32 int64 Integer   My main problem is I will be working with numbers ranging from 1 to billions and I want to know when to assign value types.  For example, if a variable will not exceed 300, what's the best type to use... whereas, if I'm working with billions, I'll have to go long.  So when do I use these diff types   Thanks Actually, it was for a DB.  I was figuring which data type was best to use and when.  Knowing th ...Show All

  • Visual Studio Express Editions I am fairly new to C++ and need help with an error

    Hello- I am very new to programing in general, I am a freshman in college currently taking a C++ class and our final exam project is to make a chess game. At first this seemed impossible with my current knowledge of C++ however with a little work and what not I have started the project and I see where it is headed. However I tried to compile the program and I am recieving this error 1>cl : Command line error D8016 : '/MT' and '/clr' command-line options are incompatible I have no clue what the error is telling me, if someone could/would help me out I would be greatful. Max- P.S.- Since I am a New-B to coding and everything if you do try ...Show All

  • Windows Forms How to convert a .NET Application(WinForm) to Active X Control

    Dear Friends,  How to convert a .NET Application to Active X Control. is there anybody who can give me some guidence. Thanks in Advance Mukkesh ActiveX is just the fancy marketing name for COM. And yes you can create Controls in .NET and expose them as COM objects. http://www.codeproject.com/cs/miscctrl/exposingdotnetcontrols.asp ...Show All

  • Visual Studio Use Of Keyword DataDirectory Causes Visual Basic 8 To Prompt For User ID And Password

    Problem solved Thanks, ...Show All

  • .NET Development Keeping a service running

    I have an app that was originally written as a WinForms app that I need to convert to a Service. Most of that work is done, but I'm running into one last problem... The app was architected such that it creates N instances of a class. The class instances do all the work, and the WinForm app just listened to a particular event to give feedback. In the original app, the WinForm Message Pump loop kept the app alive, but now that its a service, it doesn't stay alive. IE, when the service starts, it creates the instances of the class, then exits. And once that main thread exits, the whole app exits. How do I keep the main thread alive I'm assu ...Show All

  • Software Development for Windows Vista Customizing work flow

    Hi, I have a requirement where I should be able to define a workflow for approval process (ASP.NET). However, it should be possible to configure the workflow for different client needs. For example, my workflow has 10 steps. First client might go through all 10 steps of the workflow but the second client might not require a couple of steps inside that workflow. Is it possible to configure the workflow like that In that case, what kind of workflow should I define to cater this need Is it possible to configure the workflow steps on a parameter (e.g. per client) I don't want to define different workflows for different clients. Any he ...Show All

  • .NET Development Update command for "SQL Server 2005 View" Table Adapter in ADO.NET 2.0

    Hi, I've A SQL Server 2005 view and I added it to an ADO.NET 2.0 DataSet.. My problem is: I Can't find "Update Command" in the view TableAdapter and when I tried to add that command I Couldn't.. So please help me to create An Update command for the "SQL Server 2005 View" table adapter.. I'm using Visual Studio 2005 and SQL Server 2005.. Best Regards, ...Show All

  • .NET Development net remoting problem

    Hi! I have a remote object that was runing fine over iss, but active directory was installed on the server and now the remote object is not available anymore. I get the next error:   System.TypeInitializationException: The type initializer for "System.Net.IPAddress" threw an exception. ---> System.TypeInitializationException: The type initializer for "System.Net.Sockets.Socket" threw an exception. ---> System.DllNotFoundException: at System.Net.OSSOCK.WSAStartup(Int16 wVersionRequested, WSAData& lpWSAData) at System.Net.Sockets.Socket.InitializeSockets() at System.Net.Sockets.Socket..cctor() --- End of inner ...Show All

  • Software Development for Windows Vista Tracking the workflow (State Machine)

    Does anyone run the WorkflowMonitor Example on Beta 2.2 If you did it - please, write in this thread about your system configuration (windows version, framefork, wwf etc) or post working example. I tried to run TrackingProfileDesigner example also. The same thing! Otherwise I have writen my own application, which may connect to database store and draw the Workflow using embedded Designer. I whant to tracking the workflow (State Machine) in the middle of execution to see, in what state it is now. Is it possible Thanks, Pavel. I've had workflow monitor working many times. The key is to put your wo ...Show All

  • SQL Server Join tables Count problems

    Help,   I have 2 tables one called ProjectHeader and the other called ProjectSuppliers.   There is a one to many relationships. I’m trying to get a count of the total number of projects for a certain supplier where the Date Entered is less then 5/1/2206 with the Bid Date greater than 3/31/2206.   When I run the query below the count comes back wrong.   I know it’s because the ProjectSupplier table can have multiply entries of the supplier under the same Projectid. For example, the query below gives me a count of 206 projects for Miller in Tampa. Where he really only has 169 projects entered. I know y ...Show All

  • Visual Studio Team System ASP.NET - Unit test question

    We are developing some ASP.NET web controls and need to test this development effort. I am beginning to write unit tests using Team Test so that I can test the controls with different flavors of datasets. One of the problems I have hit into is that the source code has logic and UI development tied together. Some of the functions expect a value for variables such as Page, Session and Control IDs.  When I create regular unit tests these variables have null values because of which the functions fail even though they may return expected values within the ASP.NET environment.  So I am trying to create a test website that has these cont ...Show All

©2008 Software Development Network