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

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

zreclay

Member List

Sarge1
Raventhorp
CGuyArun
AnonymousMe83
wangzhongtao
Bsraju
MattNorby
Terry Nguyen
klettke
kondapanaidu
Obsolete Profile Please Remove
Milo7874
Turbojohn
dipeshnepal
DharmeshP
pankaj sharma103086
Ruslan Popov
aCiD2
Mr. Bob Dobalina
Neil Waterworth
Only Title

zreclay's Q&A profile

  • Visual C# running two thread

    Hi. I need a sample code for running two threads simultaniously that each of threads fill own progress bar Here is a little self-explaining example: private void button1_Click( object sender, System.EventArgs e) { Thread thread1 = new Thread( new ThreadStart(FillProgressBar1)); Thread thread2 = new Thread( new ThreadStart(FillProgressBar2)); thread1.Start(); thread2.Start(); } private void FillProgressBar1() { while ( pro ...Show All

  • Windows Forms WS-Security Problems with a firewall?

    I used this article to send security tokens in my soap header using WSE 1.0 from my WindowsForms Client to my WebService for authentication (with the help of this article: <a href="http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnwssecur/html/wssecauthwse.asp">WS-S ...Show All

  • Visual Studio PInvokeStackImbalance was detected

    I am trying to create a smartdocument using Office 2003 professional edition and implementing the same on VS.NET 2005 edition. As soon as I load the winword.exe(as startup from VS.NET 2005) and attach the manifest in debug mode the following error is displayed. Can someone shed some light on how to overcome, any Microsoft VSTO or VS.NET Debugger team members, pls help ASAP. NOTE THAT IM NOT USING VS TOOLS FOR OFFICE 2003 ERROR: ...Show All

  • Visual Studio Express Editions .Net2 Beta 2 & DirectX SDK

    ...I don't seem to be able to install any of the DirectX SDKs, the Dec2004, Feb2005, April2005 or June2005...keep getting Error code (9). Anyone else have similar issues Davey ...okay...nuked everything to do with 'DirectX' out of the registry, gave WinXP an upgrade re-install, installed DirectXJune2005, re-installed VC# cuz I lost all my templates, now I'm good Thanks for the replies guys. Davey ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Broken Link to MechCommander 2 Shared Source Release

    Microsoft XNA Build March 2006 Community Technology Preview featured at http://www.microsoft.com/downloads/details.aspx FamilyID=868fe562-5ded-4bb1-8648-708d3481bda3&DisplayLang=en has a link to the MechCommander 2 Shared Source Release download. The link is http://www.microsoft.com/downloads/info.aspx na=40&p=2&SrcDisplayLang=en&SrcCategoryId=&SrcFamilyId=868fe562-5ded-4bb1-8648-708d3481bda3&u=http%3a%2f%2fgo.microso ...Show All

  • Smart Device Development Will there be a Compact Framework 3.0?

    I noticed that WinFX was recently renamed Framework 3.0. Does this mean we will be getting a Compact Framework 3.0 as well :P Alex, Does this mean that the CF 2.0 will be included in the ROM for new releases of PDAs and the 3.0 will be distributed Will we ever see these new releases of the CF distributed through the ROMs of the PDAs (Like the CF 1.0 is distributed now) ...Show All

  • Visual C++ Inside SHGetFolderPath

    Hi, I just discovered while running my application with Application Verifier , that a call to SHGetFolderPath causes the application verifier to log an error related to RegCreateKeyExW. That is, a call to SHGetFolderPath , internally calls RegCreateKeyExW for the reg key HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders I was wondering why would SHGetFolderPath need to create a registry key All i ...Show All

  • Visual Basic Adding Value and text to a Listbox or a combobox

    Hi... I have a very basic question, but i have suffered for it for more than 3 days. I need a sample code or a method to add text and value to a combobox and listbox..   Can you help me in that please   Thanks If you are trying to simulate itemdata in VB6 which enabled you to store a text and itemdata pair in the combo or listbox this is fairly easy. The example here requires a ComboBox and Button on a form. &nbs ...Show All

  • Visual Studio Team System No report image in Project Portal, but do see one via IDE..

    I can see a nice chart when I use my IDE and view a report. However, with RC release, when I goto project portal, I have no image under "Remaining Work", but I do when I view report using IDE... Any suggestions You mean if you right click on team explorer to get to the portal page then you do not see the "Remaining Work report" How about if you tried to click on the Quick Launch on the left hand side of the s ...Show All

  • Windows Forms Icons in System Tray

    My icons in the system tray display only in 16 color mode and look very choppy. For instance, I have a circle that looks like an octogon. Does anyone know how to fix this This is now fixed. To see what I did, <po ...Show All

  • Visual Basic Where is LoadPicture in Visual Studio .Net?

    Hi, the book I am using is for VB 6. To load a picture into an image box, it says do this: imgBox1.Picture = LoadPicture("Blah\Blah.jpg") But, in Visual Studio .Net, it first of all doesn't recognize .Picture (it wants .Image ), and says that Name 'LoadPicture' is not declared. How do I load an image from a file in VB .net Hello Imagebox.Picture has been replaced now. Simply use PictureBox1.Image = Im ...Show All

  • Visual C# How do I create a simple table in C#

    Hey, Iam designing a inventory software, and I need to make a table that shows the item number, description and price of each item. Iam not using any databases, just want to store all the info in 1 file. Whats the best way I can do this in C# I am not sure about your definition of 'table' ... whether that be a HTML Table, DataTable ... etc. But I would suggest using XML for data storage. If you could give mor ...Show All

  • Visual Studio Partner question

    I noticed the "Alliance Marketing" partner level includes "Visual Studio Team Developer Edition + MSDN Premier Subscription" Since I already have that exact level of MSDN subscription, what would be the additional cost of becoming an "alliance marketing" partner Robert The only relation is both are MS programs and both cost 3K. They are separate teams in separate divisions. The fact that the VSIP program ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. directx mesh drawsubset

    hey, im coding a simple 3d scene and encounterde the following problem: whats in the scene: loading a mesh : D3DXLoadMeshFromX( "tile.x", D3DXMESH_SYSTEMMEM,                                    c.d3dd, NULL,            & ...Show All

  • Visual Studio Team System Without SQL Express?

    Firstly, nice to see such a product as VSTSDBpro from Microsoft, can't wait until it is offically released. Is there any way of using the product without having SQL Express I would like to try the CTP on a pure SQL 2000 environment and was hoping there would be a way of configuring it to setup its own databases in SQL 2000 Thanks, Gurbhajan I had that problem too. Bring up the Tools/Options box and rem ...Show All

©2008 Software Development Network

powered by phorum