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

Software Development Network >> *Jinx's Q&A profile

*Jinx

Member List

Barb O
pkrug
TRTwiggy
notacoder75455
GMS0012
GetCode
Dr.Virusi
Danny Tuppeny
Kevin Dente
dkcycovery
KrisMcg01
shax
redshock
Shady9399
Kumaresh
David Mc Quillan
Zadoras
imin83
mae ann
hazz
Only Title

*Jinx's Q&A profile

  • Visual Basic Why VB compiler is allways running !?

    I’m sorry, i just don’t want to be rude. I have a few simple questions !!! 1o Microsoft want to KILL VB ! 2o if not, so why the stupid compiler start compiling a every line i wrote. 3a Why this experiencing is not lived by the C# compiler !! perhaps the C# team made very good job !!! 4o The performace patched release by you guys, work but the problem is not solved, the IDE continues flinking, the compiler is allways running, the bigger projects continues to be slow to work on them..... Sorry, but i’m working with VB.NET for a quite long time ( since VB.NET 2002 and 8 hours day) , and i’m doing a very large application since them and for the last 6 to 8 months i was experiencing something that i never imagine, slow pr ...Show All

  • SharePoint Products and Technologies MOSS 2007 RSS Viewer's XSL Link not working

    Has anybody been able to get the MOSS 2007 RSS Viewer Web Part to work with the XSL Link I have an RSS feed file and a style sheet in the same anonymously accessible location. It works fine if I just point the web part at the RSS feed. If I try to use the XSL link, it fails every time with this error in the logs: RssWebPart: Exception handed to HandleXslException.HandleException System.ArgumentNullException: Value cannot be null. Parameter name: s at System.IO.StringReader..ctor(String s) at Microsoft.SharePoint.WebPartPages.DataFormWebPart.GetXslCompiledTransform() at Microsoft.SharePoint.WebPartPages.DataFormWebPart.PrepareAndPerformTransform() I started by using the default XSL copied from "XSL Editor..." in the web part. ...Show All

  • SQL Server Overlay of textboxes are not rendering properly

    In the page header I have a rectangle that has 2 textboxes on the same line and both are the full length of the page. One textbox has text centered and the other has text right justified. When I render report in Studio or print it, the text appears on the same line and justified like I want, but when the report is rendered when I call the report by URL, the textboxes wrap, like it's taking the width of each textbox in account. Has anyone seen this Any suggestions on how to overlay text on the same line and the text keep their own individual characteristics I am having this problem too. I have a template with a standard heading including one image and 4 textboxes. The template includes a boolean parameter ...Show All

  • Visual Studio Create a Template

    Hi, Is it possible to create a Item / Project Template using GAT If yes, could anyone please throw some light on how to go about achieving the same. Thanks, Lahiri   Hi Victor, I would like to create a project / item template. Could you suggest how I could achieve it Thanks, Lahiri ...Show All

  • Windows Forms how to void the TabIndex property so labels cannot be tabbed through?

    Is there a way to void the use of the TabIndex property I have a form with textboxes and labels, but I don't want the labels to be included in the list of controls that you "tab through". I want to be able to tab through just the text boxes, and then when finished going through all of them, it should go back to the first textbox, rather than having to go through each label before doing that. Thanks! Ah, I forgot that you were talking about Label. By default the default TabStop for a Label is false, so it shouldn't be tabbable anyway. Also, Label overrides TabStp and marks it with Browsable(false) so it won't appear in IntelliSense. I guess the question is why are your Labls TabStops true in the first place ...Show All

  • Visual C++ What #include<file> is necessary for using namespace System;?

    The Visual Studio 2005 MSDN Help Search doesn't explain the prerequisite #include<file> needed before the System namespace can be called, for example, in the case it were needed to execute the following statements: using namespace System; Console::Clear(); Does anyone know this necessarily perchance Thanks. Dave, if trying to also use the following code: #include "stdafx.h" #include <iostream> using namespace std; using namespace System; Console::Clear(); What #include<file> could I use if it were preferred or how do you reference the System.dll if not Thanks. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. GPU Based State-Preserving Particle System with XNA

    Hello, I would like to ask the experienced graphics programmers a quick question. A friend of mine and I are planning to program a GPU based state-preserving particle system for the XBox 360 using the XNA Game Studio Express. We haven't yet taken over such a task before and want to make sure the underlying framework allows us to do such things before we invest needless time. Do you consider this task possible with XNA or is there any restrictions that prevent us to do so Based on our theoretical knowledge so far, we would need the following things: - use textures as render targets - have two-dimensional textures to overcome texture size limitations - transfer texture data to vertex data (is there an equivalent to OpenGL's EXT_pixel_buffer_ ...Show All

  • SharePoint Products and Technologies problem about Impersonating

    I have added the "ReturnsPersonalInformation=true" markup to my method. But the code wiil throw exception when i run at : System.Security.Principal.WindowsIdentity wi = (System.Security.Principal.WindowsIdentity)System.Threading.Thread.CurrentPrincipal.Identity; And the error message: Unable to cast object of type 'Micorsoft.Office.Excel.Server.CalculationServer.WorkOnBehalfIdentity' to type 'System.Security.Principal.WindowsIdentity' any suggestion You have Excel Services set to communicate between its ties using the TrustedSubsystem access model. To have a windows identity, you need to switch the access model to Delegation. If SharePoint and Excel Services are not installed on the same machine, then you'll need t ...Show All

  • Smart Device Development Multiple bluetooth devices

    I'm developing some software that needs to communicate with multiple devices (in a personal area network kind of way) through bluetooth, does Windows Mobile support simultaneous (or near enough, for example through switching) connections to multiple bluetooth devices If so, how many My guess would be that depends on actual BT hardware, drivers and used BT stack. Which means it's different for different devices. You should contact device OEMs or simply try it to find out. ...Show All

  • Visual C# Make stand alone exe

    I posted this in one of the visual studio 2005 forums and someone suggested I try posting it here. In Visual Studio 2005 is there any way to actually make just a standalone exe file, like in visual studio 6.0 where you just go to Build or Make EXE or something similar All I can find is the publishing section which creates a setup.exe which then "installs" the program and checks for updates etc. I just want to make one exe file that can be run from any PC anywhere that you just double click and away it goes, straight into your program, in visual studio 6.0 this was no problem at all yet I have spent hours searching and am still unable to do this in VS 2005. Thanks Andrej Tozon wrote: Hi Chris, application's ...Show All

  • Visual C++ Problem with Visual C++

    Hi, I installed Visual Studio 2005 and it was working perfect till yesterday. I installed another SW Development (DevCpp) to study the differences. The problem is that now when I try to create a project with Visual C++ it hangs I can’t do anything. I tried to uninstall both and reinstall Visual Studio 2005 only, but still same problem. Anyone can help Thanks, regards I'm having a hard time understanding why a DevCpp-install should mess up the VS project generation. It sounds to me like a common dialog problem (or similar), more so than an issue with VS. Have you got any problems with other parts of Windows ...Show All

  • .NET Development Default Directory For Common Dialog

    Is there a System class/property that stores the location that a common dialog (file save etc.) will default to upon invocation Yes, what you say is true but that does not solve my problem. The vendor is not going to rewrite soon. Aside from this limitation the component has a lot of functionality. Thanks for the help. I will try finding where in the registry it is stored and overwrite. It does not seem that there is a higher level interface (or no one who has read this knows of one). Regards ...Show All

  • Visual Studio Team System Performance Problem #2

    We've got a project with 3200 objects. The project contains about 10 errors. When we attempt to double-click on one of the errors to bring up the file, Visual Studio will hang for anywhere between 3 and 10 minutes. The Task Manager shows 'devenv.exe' consuming about 90% of CPU resources for this entire time. We're using the RTM version of DBPro. Amos. Me too, we also have performance problems which stall Visual Studio (or at least one thread in VS). So we are killing VS 3 to 4 times a day. Afterwards deleting the .dat file helps to get it up and running again. ...Show All

  • Visual Basic Visual Studio Is Busy?

      Pentium IV - Northwood 3.5 Ghz - I Gb of Ram. XP SP2 .. all current patches applied. VS2005 RTM Team Suite On occasion while debugging the IDE becomes nonresponsive and I receive a Bubble message informing me that "Visual Studio is busy waiting for an internal operation to complete - If you receive this message often, please inform Micorosoft" After I receive this message the IDE never recovers. All I can do is to delete the process and restart it. Any idea what's occurring ReneeC wrote: Hi Ken and thank you. I don't use the remote desktop. To respond to other questions, YES, I make sure that microsoft receives those reports AND I've filed a bug report on this. Also I've noticed ...Show All

  • Visual Studio Team System CTP5: Takes hours to load a very large database project

    We have a database with more than 4000 schema objects. It takes literally hours to load the SQL Server 2000 database project using CTP5. We could never get it working in CTP4 because of a large number of errors. The long time it takes to load the project makes it practically unusable for us. Is there any other workaround for this We are also unable to import any DB schema changes into the database project because the 'Write Updates' button always remain greyed out. I am sure this feature was one of the team's deliverables in CTP5. Sameer Same to me. I have created a solution with 2 Database Projects (SQL Server 2000) which took about 1 hour to import. After saving the solution I quit Visual Studio and after reopening Visual ...Show All

©2008 Software Development Network