Software Development Network Logo
  • Windows Vista
  • Game Technologies
  • SQL Server
  • VS Team System
  • Visual Studio
  • SharePoint Products
  • Visual C++
  • .NET Development
  • Windows Forms
  • Microsoft ISV
  • Visual Basic
  • Smart Devicet
  • Visual FoxPro
  • IE Development
  • Visual C#

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

JesusReagan

Member List

mEt
zdrae
James S. Jan
Scott Boyd
StriderIRL
Boot2TheHead
ezikiho
tyaramis
jjcchheenn
Blazing Hornet
RaviKanthReddy
Gurpreet Singh Sawhney
Helen999888
Jon Limjap
AlexDcosta
Daphne.cheng
Martin Koppmann
ste_brough
Wee Bubba
AbelMorelos
Only Title

JesusReagan's Q&A profile

  • .NET Development data multiple bursts?

    Hi. This is a question I've been meaning to ask but then sometimes able to resolve it by adding a small delay before sending the next message. I have a server/client app client connects and sends data via the network stream.   .. this .theNetworkStream.Write(bytesOfData, 0, bytesOfData); this .theNetworkStream.Flush(); Thread.Sleep(140); //small delay     this works fine when sending 1 piece of data at a time, but when sending it in a loop, sometimes the data is sent properly whilst other times the data for some reason is recieved at the server end in 1 big string, instead of chunks of data, even with the delay from the client.   When recieving  data on the server, I am doing ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Requires Visual C# 2005 Express

    Every machine I own has a copy of Visual Studio 2005 Team Developer or Professional on it. Do I have to remove VS2005 Pro in order to get C# express and GSE installed, or can I install express side-by-side with VS2005 Pro/Team so I can work on GSE on one of my machines I didn't see this addressed in the FAQ. Can you let me know if it worked for you. It nerfed my configurations in 2005 pro. Ah. No worries. I got my problem solved. Jamie ...Show All

  • Software Development for Windows Vista Problems Imapi v2 in WDK build 5600

    1.Regarding to "IDiscFormat2RawCD Interface" When calling functions below, it occurs an error. put_RequestedSectorType() PrepareMedia() The target media is CD-R. Please advise! 2.Regarding to "IDiscFormat2TrackAtOnce Interface" When calling functions below, it occurs an error. put_BufferUnderrunFreeDisabled() When using IDiscFormat2Data, it works OK. Please advise! Hi Kata, Can you please provide the function parameters you used, as well as the precise error code you received for each call This information is critical to understanding how to best assist you. Thanks, . ...Show All

  • Visual Studio Team System Linking to a work item inside team explorer

    I need to create a link that when clicked, will bring up a specific work item inside Team Explorer. I'd like this to happen whether or not Visual Studio is running. I've done a little bit of preliminary work, and it seems feasible with the VSIP linking code. Can anyone provide insight Is this do-able Thanks, Jonathan Cran jcran@iastate.edu Are you talking about having a web url, clicking on which opens VS TE and shows a specific workitem We do not have protocol handler for this yet and is not possible in V1. You can open a query though by giving a path to a ".wiq" file. There is no equivalent for workitem like wiq file in V1. One option is to create a wiq file with a query that says "id = <id-number ...Show All

  • Visual Studio Tools for Office powerpoint web display

    It looks like IE is doing this behavior, but i'm not positive if i'm right. If you link directy to a large powerpoint file (20mb+) on a website, does it download only a few slides at a time in order to quickly display the ppt This is pretty cool if it does. It looked like every few pages i paged down, it would ask if i wanted to view or save, then continue showing me slides in the browser. Is this right I just want to be sure. It would prevent us from having to do anything special to display large powerpoint files on our web servers. When you see "Office" in the forum name, and in no other, it is tempting to ask here . VSTO is, however, a specific technology Add-in to Visual Studio (.NET ...Show All

  • Visual Basic sum of numbers

    Hi Im trying to create a program that when btnEnter is clicked an input box appears that asks the user to enter a positive integer value. When the OK button on the input box is clicked, a message box should appear with the sum of all of the integers from 1 to the value entered by the user. Here is what I have so far but I'm stuck: Dim userinput As String ' User Input Dim sum As Short ' To hold the sum Dim count As Short = 0 ' Counter initialized to zero Dim userNum As Short ' converted user input userinput = InputBox( "Enter A Number" , "Number" , "10" ) Do While count <= 0 userNum = userinput Loop MessageBox.Show(userNum) End Sub ...Show All

  • Visual Studio Team System Setting for URL in Reporting services

    Hello, When viewing the project portal and drilling down into the Work Items report, the ID links href is not showing the fully qualified URL. It links to: http:<servername>:8080/WorkItemTracking/Workitem.aspx artifactMoniker=xxx instead of http:<servername>.ucr.edu:8080/WorkItemTracking/Workitem.aspx artifactMoniker=xxx I have looked all over the server in XML and config files, Sharepoint and Report Server configuration, the database tables, and in the registry, but can't find where this value is being set. I have run TFSAdminUtil activateat, and that hasn't fixed it. Does anyone know where else I can look Thanks, James Hi James, The URL you are talking ...Show All

  • Visual Studio MSCTF.dll exception

    Hello, Im trying to debug this application which works but gives some exceptions in the complete beginning. Why would a program try to call MSCTF.dll (which has something to do with office..) 'video1.exe': Loaded 'C:\WINDOWS\system32\MSCTF.dll', No symbols loaded. First-chance exception at 0x7c918fea in video1.exe: 0xC0000005: Access violation writing location 0x00000010. 'video1.exe': Unloaded 'C:\WINDOWS\system32\MSCTF.dll' 'video1.exe': Loaded 'C:\WINDOWS\system32\MSCTF.dll', No symbols loaded. First-chance exception at 0x7c918fea in video1.exe: 0xC0000005: Access violation writing location 0x00000010. 'video1.exe': Unloaded 'C:\WINDOWS\system32\MSCTF.dll' umm hello i dont know anything about programming, but i keep receiving an e ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. My first game... Asteroid Defense.

    In this game you are a ship protecting a planet from incoming asteroids. Controls: 360 controller: Left Joystick -- Move ship left and right. A -- Shoot Right or Left Trigger -- Change Weapon. Keyboard Left and Right Arrow Keys -- Move ship left and right. Up and Down Arrow Keys -- Change Weapon Space -- Shoot The weapon you are using is shown in the top left corner. The stronger the weapon you use, the less points you get for destroying an asteroid. Levels progress at timed intervals and more and more asteroids come down. You lose when one of them reaches the planet. Screenshot: http://www.rocketsoft.gm-school.uni.cc/uploads/ADScreen.JPG Game File: http://www.rocketsoft.gm-school.uni.cc/uploads/AsteroidDefense1.1.rar All in ...Show All

  • Software Development for Windows Vista How to succeed in getting Vista Startup?

    Hello everyone, I have a big problem that my program will be blocked of Windows Vista's Windows Defender. The UAC setting is on and I found it so stange that both my program and Spyware Doctor need UAC confirmation to run, but why does not Spyware Doctor get blocked but only mine get blocked The registry entry is "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run", the same as Spyware Doctor. And I can see the obviously difference is Spyware Doctor get a signation, mine doesn't. But I made a simple program that is just a window, it can run at Windows Startup and it will not get blocked. By the way, MS supporter said the manifest file is a way to resolve this problem, so how to do it Or can you tell me the wa ...Show All

  • Visual Studio 2008 (Pre-release) Calling WPF project from C# .Net 2.0-project

    Hi all, this is the situation: I have a solution which contains two projects: WPF project 'Old' C#-project, containing windows forms What I want to do, is call the WPF proj from the 'old' proj. How do I go about that I've added all the .Net 3.0 references to the C# proj (including WindowsFormsIntegration and the WPF proj), and I tried this in the code: App app = new App(); app.InitializeComponent(); app.Run(); but then I get this error: Could not load type 'WPFTest.App' from assembly 'WPTest, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Any ideas on what I've forgotten Thanks in advance, Frances ...Show All

  • Visual Studio Copy/Paste

    Is it normal that when I selected a shape, the copy/paste operations are disabled I suppose copy and pasting of shape is not supported Is there an easy way to make it work Thanks! Mike Hello Mike, This is praveen from india. i am not able to find VisualStudio namespace under Microsoft. Can you help me in this. Thanks, Praveen ...Show All

  • SQL Server Problem Reporting services with VMWARE.

    Hello I protected an image VMWARE of a waiter(server) SQL Server on 2005, and I created a new server from this image. I work with both waiters(servers), if I throw(launch) on a customer navigator a report(relationship) of the second to server that walks(works) but a report(relationship) of the first one to sever that walks(works) not, an error message " Impossible to post(show) the page ". You know why PLEASE.. Hi, could you explain this in detail, I did not get the point yet. HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Visual Studio Express Editions Checkbox Checkstate

    How would you go about saving the checkstate of a checkbox Like while the program is running you check a checkbox and the next time the program is run it retains the checkstate. Thank you ahmedilyas and Tall Dude for the help that solved the problem I will briefly go through what I did to perhaps help someone else that might have the same question. from solution explorer click on my project and go down to the settings tab and make a new setting the values I used Name = state Type = boolean Scope = user Value = true and under the Load Event Private Sub Form1_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load CheckBox2.Checked = ...Show All

  • Internet Explorer Development IE7 Tabs

    I am looking for a way using the SendMessage API or something along those lines to activate a different Tab from an external application, so I can detect if a URL is already open and restore that instance of IE and automatically switch to the proper tab. Clyde, I thought that was a good idea...so I spent the day writing a band object that launched tab groups from favorites. Then I looked in IE 7 favorites...it already has this feature! lol. ...Show All

©2008 Software Development Network