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

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

emichaeltal

Member List

luyan
Bruce Englar
Anando_Paul_edc3ee
stige
RichardSny
Bill Armstrong
schapman
Bern McCarty
Lee Webb
ASPman
Paul Berge
manguyus
Paul Revere
Sinical
angelok
Tithtlhm
Tony P
bjohnso2
BrianBrian
aggala
Only Title

emichaeltal's Q&A profile

  • Smart Device Development Can we use Arraylists in CF?

    Hi. I have some images as Byte arrays in my application. Can anyone tell me if it is possible for me to store those images in a Arraylist So that I can just run a for loop and insert those images one by one to the SQL CE database Thanks. Yes, you can. By the way, why could not you just insert them into SQL CE database right away instead of storing them in the list This way you will save some memory as images won't be in the RAM all at once. ...Show All

  • Visual C# Visual C# Look and Feel nice in XP, ordinary in 2000, why?

    Hi, I downloaded and am running Visual C# Express on my Windows 2000 machine. At first, I was slightly taken aback by the clumsy, clunky look of some of the dialogs in the IDE itself. That is, some of the buttons were strangely large and the size of some dialogs just didn't come anywhere near the professional, smart look of say, Office 2000. For example the "Edit Rows and Columns..." dialog if you right-click on a TableLayout panel. I'm not being picky here, I'll send a screenshot when I get home - it looks quite unproportioned and particularly ugly ;-) I have 1152x864 resolution. I was guessing that it was something to do with the ...Show All

  • .NET Development Client Side Proxy Class

    I am a newbie to web services and I am using the Visual Web Studio Express edition. I have created a web service that interfaces with Navision and testing shows that it works. When I add a web reference to my client side app that points to this web service the code generated is in C#. How do I get it to generate VB Hello Michael, Not sure if that version of VS.NET comes with the utility wsdl.exe but if it does then you could manually create the web service client proxy using "wsdl /l:VB http://myserver/myservice.asmx". Check here for more info. hth -Todd Foust ...Show All

  • Visual C++ Microsoft Visual C++ Runtime Library error question

    I recieve this error when I launch Internet Explorer - version 6.0 OS Windows XP Home edition 2002 Service Pack 2.  Error is as follows: Microsoft Visual C++ Runtime Library Runtime Error! Program C:\Program Files\Internet explorer\iexplore.exe This application has requested the Runtime to terminate it in an unusual way.  Please contact the application's support team for more information. I am not certain where to post this question and problem.  Your assistance is greatly appreciated.  Currently, I am using Firefox as my back-up web browser.  had the problem with runtime error, removed google tool bar, ...Show All

  • Visual C# How do I get buit in data type only from the system namespace

    Hi, I want to display all built in data type to the console output like int, float, char, string..... How can I get this using any loops Please help me whether it is possible or not. Hi Vijay, Please try with the System.Data namespace. It contains a sealed type as fallows, I found this when I am trying for some other means. Please try this an let me know if this helps. public sealed enum DbType : System.Enum Member of System.Data Summary: Specifies the data type of a field, a property, or a Parameter object of a .NET Framework data provider. Thanks, Nanda. ...Show All

  • Visual Studio Express Editions how to access the parallel port?

    i want to send and recieve data through parallel port i dont what class shall i use or function i need help plz John_Mac wrote: Excellent! The second ref to DLPortIO works great. I have written a pulse generator routine with it that will write to a particular data bit on the parallel port with a specified pulse width and delay. Glad to share if anyone is interested. hi i am using C# and i am a novice user u can say that. can u send me the code for using EPSON printer through LTP1 through code sending direct string through it. or send your code for IO. Thanks ...Show All

  • SQL Server Sql Server Merge Replication vs. Sql Server Transactional with updatable subscribtion

    Hi, Transactional replication allows updatable subscriptions where changes at the subscriber are replicated up to the publisher, this can happen via Immediate Updating subscriptions, Queue subscriptions and P2P (new in SQL 2005), all forms of Transactional replication. Any compared document between merge replication and Transactional with updatable subscribtion Thanks, Tarek Ghazali SQL Server MVP There is no doc, just what's in Books Online, which can be summarized as: Transactional replication is typical for server to server environment requiring low latency. Typically there are few su ...Show All

  • Windows Forms Controls inside a control being added twice

    I'm trying to make a textox that is supposed to have a button inside of it. I add this button to the textbox in my control assembly, in the constructor. Then I compile the control, add it to the toolbox and drag an instance to one of my forms. the problem is, when i run the program and the form shows up, it shows two buttons instead of only one. when i look at the designer generated code, i realize that Visual Studio (both 2003 and 2005) is adding a line that re-adds another instance of the same button to my control. if i added this line in the constructor of my control's assembly, why is it showing up in the InitializeComponent event of my ...Show All

  • Software Development for Windows Vista Fork and parallelism

    Trying the product and then reading some comments I realized that the activities in a fork does not run in parallel, instead they run from left to right, and top down. Why is the purpose of a fork if it doesn't run in parallel   If I would want the current deterministic fork behavior I shouldn’t implement it a as sequence instead of a fork Is there a simple way to implement the desired parallel fork behavior Maybe I'm missing some concepts that are misleading me, so any help is appreciated. Marcos, Our workflow model is single-threaded, i.e each workflow instance runs on one thread.  This si ...Show All

  • Visual Studio Team System Need to check a property of a Windows.Forms.Control

    Hello! Great forum btw! I need to check some properties of a text box on a form, let say the ForeColor. so far, I got the name and the type of the member, but I don't know where to look to get the value of the ForeColor property. Can anyone help me Thanks You can certainly do something like this using Reflection, if you have a valid object instance. In our static checker, however, you don't have an object that can be queried for a specific value. If you want to accomplish something statically, you'd need to follow the initialize component logic to see if the ForeColor is set to any particular value. I don' ...Show All

  • SQL Server SQL Server 2005 Remote Connection Problem... Big Time.

    Hi, I installed SQL server 2005 express edition on my windows server and I had no problem with connecting it remotely through Management Studio, then I removed it and installed a full edition SQL server 2005. That's when it's gone all wrong. Now I can't remotely connect the server through Management Studio. The error I get is the same as some of the people in this forum has which is: "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 In ...Show All

  • Visual Studio Express Editions Multiple installations?

    Can I have the WebDeveloper edition AND C# Edition installed on the same computer Sure, you can, as long as you use final versions and you have removed all previous betas ...Show All

  • Windows Forms AxSHDocVw.AxWebBrowser

       Public WithEvents AxWebBrowser1 As AxSHDocVw.AxWebBrowser     Private WithEvents mHtmlDoc As mshtml.HTMLDocumentClass    mHtmlDoc = CType(AxWebBrowser1.Document, mshtml.HTMLDocumentClass) Works fine on my notebook. However after deploying the app (on a Win2K Server with .NET Framework installed)  the CType will always return <nothing>. Does anyone know a workaround  Any hints appreci ...Show All

  • SQL Server Doing a SELECT on a different field than the field in the GROUP BY

    I'm using SQL Server 2005. I've got table tblSaleAddresses which looks something like this: AddressID   SaleID   Address1                  Address2                .....    DateEffective ------------   -------   -------------------       ---------------------             --------------- 1                 100      Unit 20                     100 Easy St         &n ...Show All

  • Visual J# Simple Echo Server

    I am using Visual J# 2005 Express Beta 2 to create a simple echo server. I have created the form and design and able am able to launch the program. I have created a RichTextbox to display the connections and 'echo's. The problem is when after starting the echo server by clicking on a button, the program stops responding. But the echo server is running in the background because I am able to connect to the echo server (localhost/port with telnet) and am able to "echo" messages. After the the telnet connection to the Echo Server is closed, the Echo server program starts responding and displays all the messages in the RichTex ...Show All

©2008 Software Development Network