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

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

HeyTad

Member List

MonktonCharlie
GethWho
MotJuste
Kevin Frei
TommyBB
Yovav
vbkris
Hans Preuer
John Mitchell
hoogli
ChrisMcV
FinnurJ
beave
magrute
AGervais
RandyC
Claudio Caldato
Herdez
SVadali7881
PBuchetta
Only Title

HeyTad's Q&A profile

  • .NET Development Communication between USB, MOdem and TCPClient

    Hi everybody,   I never programmed using sockets over networking, I know a little about using TCPClient. That's it. So, I like to asked how this is done, for a program to send and receive data from windows application to TCPClient then to a Network Connection class (via USB) and then to Modem.   My question how do you programming codes fro TCPClient to connect to a USB port and then to a modem. Say you use a TCP Port 8000, local USB port and local GPRS Modem. How you will write the code for connection between them How do you connect to a local USB Port and know the name like in serial port there is "COM5" Right Then How would you c ...Show All

  • Visual Studio Team System TF26198: The work item does not exist, or you do not have permission to access it.

    hi all.  I have been running VSTS at home, but for security ( as in, in case of fire, etc ), I've moved it to my in laws house, put it online using a program called Hamachi, and connected to it over the web.  It all seems to work great.  I can check out code, I can add work items, but when I try to check code in and view the list of work items, I get the error above.  Note: I am logging in as the same user as when the computer was under my desk here, nothing has changed, except the location.  I get the same error when trying to view the list of work items. Obviously, I lack permission to view the list suddenly, al ...Show All

  • SQL Server Database Mirroring vs SQL Server FailOver (Performance)

    Hi there. I’m running some tests in a database with Mirroring and without Mirroring. As expected there is a performance hit using Database mirroring. The tests i’m running are just simple functions inserting and updating the database, and then counting the number of sucedeed inserts and updates in a time interval. My question here is: What if i use Sql Server failover mechanism I know that failover time will increase and management is more complex, but what can i expect in terms of performance Fail-over clustering will perform better than database mirroring (in synchronous mode), s ...Show All

  • Visual Studio Express Editions Dual threaded bitmap creation

    Hi there, I have a simple example below showing how I create a bitmap from a data array: void Form1::ImageUpD(array<double,2>^ image) { ImageBmp = gcnew Bitmap(image->GetLength(0),image->GetLength(1),PixelFormat::Format24bppRgb); BitmapData^ data = ImageBmp->LockBits(Drawing::Rectangle(0,0,image->GetLength(0),image->GetLength(1)),ImageLockMode::WriteOnly,PixelFormat::Format24bppRgb); unsigned char *bits = (unsigned char *)data->Scan0.ToPointer(); int bytesPerPixel = 3; // 3 bytes per pixel for 24 bpp rgb int val; for (int i = 0; i < data->Height; i++) { for (int j = 0; j < data->Width * bytesPerPixe ...Show All

  • Microsoft ISV Community Center Forums ActiveX RICHTX32.OCX

    I am using  the RICHTX32.OCX in a vba application.However, when I installed the program on a new pc with WinXP SP2 this ActiveX was different from the one on my SP1 machine.ThisActiveX was suddenly not allowed in VBA. Why Please, what is a "Microsoft Visual Basic 6.0 UserControl control", or where is it ... Thanks RESOLUTION If you design solutions for Microsoft Office, you must avoid using this control directly. If you have to provide the functionality of this control, create a "container" control, such as a Microsoft Visual Basic 6.0 UserControl control, an ATL 6.0 Composite control, or an ATL 7.0 Composite control that ca ...Show All

  • Visual Studio Team System Project Portal Reports only showing top selection criteria

    I have installed TFS Beta3 with VS2005RC0. Everything by and large appears to be working correctly. One thing that isn't. If I show the project portal web page the four default reports on it only show the criteria selection headers but no data.  I just want the charts here with no critieria selection like in Beta 2. How do I fix this All my reports from the report node and http://localhost/reports run fine. Thanks, Chris Hi, i figured out the problem, quite simple actually. The report is generated but the problem lies in the webpart. it is to small to show the webpart. when I gave the webpart a height of 400 px the report showed u ...Show All

  • Windows Forms Problems inheriting a form with DataGridView on it.

    Hi! I have a few problems with inheriting a form that has DataGridView on it. How to reproduce an error: - Create empty project - Add dataset and add one table to it - Create a new form called Form1 - Add DataGridView and BindingSource to it (set public access to both) - Link DataGridView's DataSource to your BindingSource - Create a new form called Form2 that inherits from Form1 - Add DataSet and DataAdapter from step 2 - Bind DataSource's DataSource to your dataset and set it's DataMember to your table - Overload form's OnLoad to fill the DataSet using your DataAdapter - Modify application entry point(Program.cs) so Form2 gets displayed ...Show All

  • Visual C# how to add columns in listview

    hi friends, any body tell how to insert multipul column in the listview using the datareader while (reader.Read()) { ColumnHeader column = new ColumnHeader(); column.Width = 50; column.Text = (String)reader["Text"]; listView.Columns.Add( column ); } ...Show All

  • Windows Forms Server monitoring windows service?

    Howdy.  I have an XP server running .NET 1.1 and IIS 6 that needs to be monitored to make sure that the IIS process does not hang or crash.  If it does, a message (email) needs to be sent out, IIS needs to be restarted, and if that's not successful, I need to reboot the server.  Since the server is 1000 miles away, I  ...Show All

  • .NET Development UDPClient Slow Connection

    Hello, I was developing an UDP sender service (for an applicatoin in my company) and I used the UdpClient, which came to be really handy and useful. But when I tried to send UDP datagrams to an unknown IP, this means a fake low IP (for example 10.198.0.105 whick was not present on my network) the UdpClient in fact sent the data but after a huge amount of time... 10 seconds or even more. First I used the Udpclient Send method passing the byte array, the lenght, the string host and int port for the destination host. That method was producing the delay, so I started to split it a bit more making the Udpclient call for the "Connect" me ...Show All

  • Visual Studio Express Editions Cannot install Visual studio 2005

    Hi all, I don't understand why I cannot install Visual Studio 2005 while my friend could using the same copy of exe file. I keep on getting " Error. Writing to file: Microsoft.VSDesigner.dll. Verify that you have access to that directory. " I am not sure what could be the reason. Could it be low memory Please help. Thanks in advance. Have you made sure that you are using the latest Windows Installer, Do a quick check on Windows Update and make sure that you are up to date. ...Show All

  • .NET Development Webservice SSL issue

    I have a secure webservice that uses SSL (and basic authentication).  I also have a client application that calls functions on this secure web service. We get an error " Could not establish secure channel for SSL/TLS".  We have tried all the suggestions on the net and have finally run out of options.  Has anyone else had this problem   This problem happens sporadically on some machines, and on others it happens with every single call.  The function I am testing is called "CheckConnection" and simply returns a 1.  I am passing all of the logon credentials. Like I said, on some machines this error never comes up.& ...Show All

  • Visual Studio Team System Reources: Team Edition for Software Testers

    Articles MSDN Chat: Team Edition for Software Developer and Software Testers , June 2005 A Unit Testing Walkthrough with Visual Studio Team Test , March 2005 Enabling Better Software Through Better Testing Related Articles Test Run Lightweight UI Test Automation with .NET -- MSDN Magazine, January 2005 Videos & Webcasts DEV 364: Enabling Better Software through Better Testing , TechEd 2005, June 2005 MSDN Webcast: Drill Down into Visual Studio Team System: Team Test (Level 200) VMS353: Enabling Better Software Through Better Testing , DevConnections, November 2004 Team Tester Edition ...Show All

  • Visual C# Copy Local Fails

    I have a large solution (16 c# dll projects, 1 c# exe project) where the dll projects are project references  of the exe project.  I have set copy local true for all the projects. The problem is on alternating rebuild-all builds one or two of the 16 dll's are not copied into the exe's bin/debug directory.  On the good build, all references are there and on the next build, some of the dll's are missing. Any suggestions SB The problem was fixed by toggling the references to copy local = false and then back to copy local = true.  This causes the following entry to be written into ...Show All

  • SQL Server Assigning properties to variables

    I have a package level Event which runs a stored procedure, to log the error.  What I want to do is assign some of the properties of the erroring task to package level variables so that I can use them as parameters. I can see how to assign properties from variables, but not the other way round.    Can anyone explain to me how to do this   Many thanks Rudy Andy Can you explain me what your script task exactly does I'm searching for a script that changes the sql-commands Thx ...Show All

©2008 Software Development Network