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

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

JackDanielsDrinker

Member List

kashiro
Agustín León Robles
Robert Verheuvel
Nigel Watling
Lil endian
nobugz
Fleker
Ash Wahi
allen herring
Jasonlkk
zaher lafa
sr1
Carlos Lozano
Tayfun AKCAY
nad8
SergStone
R9
Joe234321
E. McDonald
Shanem
Only Title

JackDanielsDrinker's Q&A profile

  • Visual Basic Using FileGet to read Array in Structure (VB.NET Express Beta2)

    I encounter a problem when using FileGet to read structure that includes an array. The code is: Public Structure Test Dim a() As Integer Public Sub ini() ReDim a(3) End Sub End Structure The following code use FileGet Dim i As Integer Dim te As New Test te.ini() FileGet(1, te, 1) i = te.a(0) The error message is: System.IndexOutOfRangeException was unhandled "Index was outside the bound ...Show All

  • Visual C++ Error C2894

    Hello. I am writing simple pakcet sniffer and i am using WinPcap. And when i try to compile my project occurs error C2894 "Error 1 error C2894: templates cannot be declared to have 'C' linkage C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\wspiapi.h 44 ". Here is the definiton of the template: #ifndef _WSPIAPI_H_ #define _WSPIAPI_H_ #include <stdio.h> // sprintf() #include <stdlib.h> ...Show All

  • Visual Studio Express Editions Help needed on creating a chat program in visual basic 2005 express edition

    I have created a program but i would like to add a chat program in it as well, so it's built in how do i do this I don't want single users connecting to it but i want Multiple users like msn messenger but slighltly simpler. Im using visual basic 2005 express edition and would like help tj ...Show All

  • Windows Live Developer Forums :/

    ok, i found it apropriate to post here that msn can no longer have forced proxies, would it be posible to reintroduce forced proxies because they are one of the most powerfull forms of making an addon Great trick, works like a charm.... ca prouve encore que les rois des passes passes sont au Quebec ! ...Show All

  • Windows Forms Form Border Flicker

    In my project, I have a single (base) form that has IsMdiContainer set to TRUE. I load an initial form, and from there show and hide forms based on button clicks. Everything is working the way I want it to but there's a problem with t ...Show All

  • Visual Studio Welcome to the Report Controls Forum!

    Welcome to the forum for discussing the new ReportViewer controls and report designer in Visual Studio 2005. These controls make it easy to embed rich data reporting in your rich client and ASP.NET applications. If you are not familiar with the controls, take a look at the latest documentation update at  http://whidbey.msdn.microsoft.com/library/ url=/library/en-us/rs_vsrpts/html/0334cfba-2cb7-4d8b-8927-e08b888450cd.asp frame=true ...Show All

  • Visual C# User Controls in FlowPanel

    When I installed the release version of C# Express, the user controls that I add to a flow panel no longer are visible. When a control is added a momentary glimpse of the control is visible.  The control count for the flow panel increases with each user contorl added.  The user ocntrol visible attribute is set to true. This program was working OK in the Beta 2 versionof C#. The flow panel is in a splitter panel. I made the flow panel b ...Show All

  • Visual C# How do I test a button when running an event?

    I have a start button which runs a section of code continuously - how do I test the stop button while this code is running Here some sample code for using threads. I added 2 button event handlers to stop the thread loop First one will end the loop by using a variable to stop it Second one will abort the thread directly U dont need to use the thread.join method ... Lets say u start the thread ...Show All

  • Visual Studio Team System ASP.Net Unit Test produces 500 Internal Server Error

    Hi there, I am running ASP.Net unit tests using IIS (with the HostTpe and UrlToTest attributes). The tests occasionally work but fail most of he time. When I load the page in question manually it loads fine every time. I did find an old web link that talked about this error being caused by the test case inserting and xmlns tag in web.config but it was talking about a beta and didn't have anything about a solution. The test case code was ...Show All

  • Smart Device Development Adding a new target device to the VS2005 IDE?

    How can I add a new target device (a custom WinCE Emulator OS) that I built with Platform Builder to the target device dropdown in visual studio In short, I built a Win CE OS using Platform Builder. Now I want to debug an application on this device (it's an emulator build) using the VS 2005 IDE in which I built the program. I can't figure out how to do this 1. Build SDK in PB. 2. Install SDK. 3. Fo ...Show All

  • Windows Forms execution speed getting slow

    Hello guys. We have developped an application in VB.net 2003 which as been working great during some months. After some month, apparently without understandable reasons, after recompiling without noticable code modification, the application is running slower. When resizing the form, it's so slow that we can see the controls drawn on the form. This is the case on the development machine and on the other exploitation PC's. The ListView contr ...Show All

  • SQL Server SQL Server Destination [733] Error

    I am getting the following error on a FuzzyLookup transformation.  I have 1,000 rows in the source table and 331,580 rows in the reference table.  Both tables are in the same SQL2005 db on my local machine.  Any ideas [SQL Server Destination [733]] Error: An OLE DB error has occurred. Error code: 0x80040E14. An OLE DB record is available.  Source: "Microsoft SQL Native Client"  Hresult: 0x80040E14  Description: " ...Show All

  • .NET Development Bizarre GC behavior (while testing a WeakDictionary)

    I am encountering a bizarre GC behavior while testing a dictionary that I have designed. The designed dictionary is a WeakDictionary. That is basically a Dictionary where all values are kept through a WeakReference. The WeakDictionary does not prevent the values from being collected if they are not rooted elsewhere. Here below is the NUnit code that I am using to test the WeakDictionary. As you can see there are lines with REQUIRED. If those l ...Show All

  • .NET Development How can I change the page in writing data to excel file?

      using VB.NET,how can i go to next page anytime when i writing data to excel file Hi, Take a look at the following sample: Printing in VB.NET http://www.vbdotnetheaven.com/Code/Jun2003/2087.asp Regards, Vikram ...Show All

  • Software Development for Windows Vista Workflow won’t start...

    again, hi everybody: my problem: my workflow wont start. what i did, is the following: calling the workflow from a class: WorkflowRuntime workflowRuntime = new WorkflowRuntime(); workflowRuntime.StartRuntime(); updateStatus("WorkflowRuntime started..."); workflowRuntime.WorkflowCompleted += OnWorkflowCompleted; Type type = typeof(AdminToolWF.CustomerFlow_A); --> workflowRuntime.StartWorkflow(type); updateStat ...Show All

©2008 Software Development Network

powered by phorum