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

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

Jigs_1979

Member List

Juan.Faustino
Raphael39913
fredkarm
Grace Uy
Cesar GHALI
BNLBob
BlackSuperman
Dariusdm
scotland
ChristophB
BrettSchroeder
BSohante
gdltec
Adi.Condor
Michael Mullen
Peter Chr. Ryskin
Mark Kenworthy - MSFT
Aksi-
madhan MSFT
techvistas
Only Title

Jigs_1979's Q&A profile

  • Visual Basic Console textbox

    What is the best way to make a textbox behave like a console (command prompt) I have a System.IO.StringWriter that gets text appended to it. I can display the output of this in a textbox but the string grows bigger and bigger (i don't care about old stuff just a couple screens of the recent stuff) and anytime the textbox changes it is scrolled to the top, not at the bottom where the new text is located. This is what I have now but it's terrible: Private Sub ConsoleRefreshTimer_Tick( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ConsoleRefreshTimer.Tick If ab.ToString.Length > 6000 Then 'i ...Show All

  • Smart Device Development XML Programming on Pocket PC

    Please tell me ways to program application on Pocket PC by .NET Compact Framework, I can navigate XML Data by clicking buttons First, Previous, Next, Last to view XML record. Thanks for your help Not every XML has "records", but if particular one does you can use this sample as a base: http://samples.gotdotnet.com/quickstart/CompactFramework/doc/adonetdatabinding.aspx ...Show All

  • Smart Device Development infrared!

    Hi. I want to be able to send data (hex codes or whatever) using the infrared ports. I have imported the System.Net.Irda reference and able to access the IR classes. However, I do not wish to connect to a device but rather send data. The device I am sending data to will be a dumb device really, just as a "reciever"... this can be a remote control recieving box or a TV IR reciever for example. IS it possible to do this how I cannot seem to find a way in the .NET classes as it seems you have to connect to the destination then write data to the stream. Thanks! You will not be able to communicate with a TV IR receiver through your standard ...Show All

  • Windows Forms How to get last index of combobox

    Hi all, how could i get the last index of the item being selected by using ComboBox during the items being added to the combo box control since the last index of the combo box is depends on variance number, it was hard to get the last index of the combo box item being selected by default. I can't quite understand what you're trying to say. Do you simply need the count of the combobox items That's combobox.Items.Count. Last index is combobox.Items.Count - 1. ...Show All

  • Visual Basic Extracting Variables from Strings and Event for a Tabchange in a TabControl

    I have a program that is meant to take a user defined string (ex. x2 + 2x + 1) and divide it, and then store those values (the coefficents of x); there is a practically indefinite number of numbers in the coefficient. I've looked at the String.Split Method, but I don't understand it very well nor do I believe it's very practical when you have to keep splitting each variable to get the coefficient. Is there an easier way to the the opposite of concatenation --- Unrelated to my previous question, I also need to have some things(generate a MsgBox and set variable values) when the tab of a tab control is changed. I've read about what I ...Show All

  • Visual Studio Team System Installing Beta 3 refresh failed utterly

    My attempt to follow the upgrade instructions from Beta 3 -> Beta 3 refresh has not gone so well.  I have a dual-server install.  I successfully uninstalled everything on all machines, following the uninstall order given in the migration instructions and rebooted all machines. I installed SQL Server 2005 Standard Edition on the data tier machine, selecting all SQL Server components.  I installed the TFS data tier components after setting SQL Agent and SQL Browser services to automatically start. Installing the app tier didn't work.  About 90% of the way through the install, setup complained that it was unable to acces ...Show All

  • Visual Studio Tools for Office Databound ListObject and Paste Problem

    We are running into a problem with VSTO Excel spreadsheets using ListObjects and users Pasting data into the ListObject. Data pasted into the ListObject is being simultaneously lost and duplicated. Essentially the problem is occurring when the ListObject is empty. Here are the steps to reproduce it: Create a VSTO project with a ListObject (5 columns) and a Button on the spreadsheet. See the attached code below for event handlers. Run the project, and type any data into the first cell in the first row. Tab to the next cell or click the next cell to the right. Do NOT use the Enter key or click any cell outside the current row. S ...Show All

  • Software Development for Windows Vista How can I start instalation a Windows Vista os

    How can i start instalation of Windows Vista OS. I burn a DVD image, but i can not open it. I can read only a README file. What shall I do What does the Readme file say ...Show All

  • Windows Forms Clickonce vs. Updater Application Block

    We have a rather large ERP system in .NET that we are writing.  After considerable performance tuning, we have our main forms loading in 4 to 5 seconds on first load and and .5 seconds on second load.  Obviously we are taking a big hit on the jit compiling and began looking at the new 2.0 ngen to see if that will increase performance.  Ok, here is our problem.  After adding clickonce to our application we learn that you can not use ngen and clickonce together.  This now has us looking at the Updater Application Block.  Can anyone here give us any advise on the pro's and cons of the Updater Application Block as ...Show All

  • Visual C++ How to change owner of a process or thread?

    Hi, I have a Windows Service that run with SYSTEM user. When i create a new process in this process (using ShellExecute function) the new process got SYSTEM privilege too. I want it'll run as current user privilege. How can i done Any help Hieu I'm searching for a way to use same as CreateProcessAsUser function but for ShellExecute function. Because i want to be able to open a document instead of create a process. Hieu ...Show All

  • SQL Server Foreach Loop and Package Configuration

    I am trying to build a package that moves data from one server to another.  My plan is to make the package dynamic in that the source and destination connection and sql statements are strored in the package configuration.  Is it possible to have a foreach container loop through each configuration Thanks, Russ Jester I wanted to set configuration items and store them in a configuration database.  Idaally I would like to loop through each configuration item to load data from source tables to my target.  I saw this as a way to build a package that would load data based on the source ...Show All

  • .NET Development Change output date format in xmlserializer

    I am using xmlserializer to output an object to an xml file but my customer can not read the default date format.  Is there a way to change the default format for dates   This is an example of a field.  This is a VB project.  <XmlIgnore()> _ Public Property transmissionCreationDate() As string Get transmissionCreationDate = __transmissionCreationDate End Get Set ( ByVal Value As String ) __transmissionCreationDate = Value __transmissionCreationDateSpecified = True End Set End Property Thanks for any help. Why are you typing this property as a s ...Show All

  • .NET Development XmlSerializer deadlock/timeout in .NET 2.0

    I have experienced problems with the XmlSerializer in my application. Instantiating it causes a 10 minute timeout because the csc process seems to be deadlocked. The error is new since .NET 2.0. The problem only occurs in a slave process, not in any of the main processes which are started directly as services or from the shell. So what special about the slave process It's a .NET console application started fom a .NET service with Process.Start(), ShellExecute = false and RedirectStandardInput = true. The slave process reads commands from the master process in a background thread with Console.ReadLine(). In another background thread a ...Show All

  • Windows Forms Threading problems with Sys Tray Application,

    I have a small Sys Tray Application, with a notifyIcon. My applicaiton uses threads to handle a Tcp/Socket.  If a reseive a message in the Tcp/Socket Thread, and then want the Sys Tray Applicaion to show a window, how can I do this  The problem is that if I just try´s to show the window in the normal way, the new window hangs. I&nb ...Show All

  • Smart Device Development cant cradle emulator

    hi there, i have problem cradle my emulator and sync with my desktop pc, the green icon is just keep on spining and connecting, but never get connected and sync. it was strange that when i was using real pocket pc it successfully connected and sync...what happen Can you please try 1. "Clear save state of emulator using Device emulator manager and then try to connect and cradle again " 2. Kill wcescomm.exe from taskmgr and starting activesync again. -Thanks, mohit   ...Show All

©2008 Software Development Network