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

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

jumpKnot0

Member List

Gordon Bell
HillBillyB
Andy Ho
TMF
bluefocs
Abhishek bhadouria
Glint
BS.Chen
JonAkaJon
Jamie Thomson
Kirill Tropin
emad masri
IgorV
exulted
rgny
Christoph_S
mobigital
Keith Chapman
Cherva
harmony_76
Only Title

jumpKnot0's Q&A profile

  • Windows Forms Filling a DataGridView with a JOIN Sql query

    Hi I would like to fill a DataGrid with a specific JOIN Sql I tried in Search Criteria Builder but I believe that you can only select one table to obtain the data from and therefore it does not let me add my JOIN query I get the error message schema returned from the new query differs from the base query Your help is much appreciated Thanks I believe that the previous problem dealt with one table only. I would like to perform a JOIN query and display data obtained from two tables. Thanks ...Show All

  • Visual Studio Express Editions Click on Link Label "vb 2005"

    HI I won't do do the following thing... When I'm clicking on LinkLabel that must open Internet Explorer, with for example " www.microsoft.com ". How can i do this Thanks! Hi, try it with the following code: Private Sub LinkLabel1_LinkClicked( ByVal sender As System.Object, ByVal e As System.Windows.Forms.LinkLabelLinkClickedEventArgs) Handles LinkLabel1.LinkClicked Process.Start(LinkLabel1.Text) End Sub Andrej ...Show All

  • Windows Forms Appearance

    How would I change the appearance of some controls in the windows form, such as turning the tabs color from the normal color to say a gradient green to white or change the buttons shape and color from a rectangle to a circle and the color from a solid to a gradient. That kind of thing. " this " in the line " Rectangle rect = this .ClientRectangle;" is refering to Form1 therfore carving off the two upper corners in the form rather than the button. Which I am a little bit confused in because I put the whole first block of code that you gave me in the function "Button1_Paint" so it shouldn't be doing that, correct ...Show All

  • Visual Studio Team System Previously it was working now not able to create new team project

    Hi, I am an administrator, in VSTS last month i have created four team projects in VSTS ,Its working fine, We are using version 8.0.50727.42(RTM.050727-4200),We are using dual server setup . Now if i try to create a new team project i was not able to do that, getting an error message Error TF30170: the plugin Microsoft.ProjectCreationWizard.Workitem failed during task WITS from group WorkItemTracking. Explanation Plugin error text : " Server was unable to process request ---> Object reference not set to an instance of an object." I dont want to lose my excisting data. But i also want to create a new team project. Thanks and regards Suresh. Suresh, Sorry for th ...Show All

  • SQL Server Error: 18456, Severity: 14, State: 11 Valid login but server access failure

      Hi I am new to SQL server and I have been trying hard to make a client computer to remote connect to a SQL express database on host computer I have a VB6 application that can connect to SQL server database LOCALLY without problem: Connection String is: my_connection.ConnectionString = "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=MyMushroom;Data Source=LAPTOP\SQLEXPRESS" I have followed instruction on enabling remote connection function from this blog: http://blogs.msdn.com/sqlexpress/archive/2005/05/05/415084.aspx I then try to run the same app from the client computer, it gives me: Login failed for user 'LAPTOP\Guest'. After looking up the web for solution, ...Show All

  • Visual C++ Binary Reading from a file

    Hello there I could use some help I would like to read binary, a single bit at a time, from a file! Anytype of file, the one I currently doing reading is a "test.jpg". I've tried fscanf options, it didn't work out so good for me! I tried the ifstream, but that read the values in as a char, and I tried converting it over, but it didn't seem to read in the binary to begin with! I've heard of writef and readf, but I'm unsure how to go about reading in a binary digit. Here is my latest code, it's a bit mess. I am at the debuging stage! ! #include <stdio.h> #include <iostream> #include <fstream> using namespace std;   ifstream::pos_type size; void main() { ...Show All

  • Visual Basic VB2005 Code Sample to handle restaurant operation

    Hi, I was wondering if anyone has found on the Internet VB.NET code to handle the day to day operation of a restaurant/bar I can learn from. Functionality to look for would be: - Table Reservations - Handling of the food menu - Inventory handling - Billing - Printing on different ticket printers I'm just looking for samples, either using Access or SQL Server. Thanks, ST Well I've done a similar thing but with booking flats - people go online to book flats, the system will automatically give them the available booking dates from the dates they supplied. This was done by populating 1 table full of dates for the entire year, then on the "reserve" booking page, it would query the tables to see what dates have ...Show All

  • .NET Development Better way? Last appended item.

    Question I am sure that every developer has faced this at one time. While working with a list of things, one may need to combine them for output. There will be a rule that the output must delineated by a comma or a semi-colon. The task is easy enough, for one loops through the different strings and appends the target item to the end. Once out of the loop, one is left with a final delineation item that must be removed before sending the information out. Here is an example: Example StringBuilder query = new StringBuilder(); foreach (string sql in SQLUpdates) query.AppendFormat("{0};", sql); query.Remove(( query.Length - 1 ), 1); // Remove the trailing ; return query.ToString(); Is there a better/different wa ...Show All

  • Architecture Installing ADAM(urgent)

    Hi, Can anyone tell me if installing ADAM on a machine(win-xp prof, which is part of the network) will it intefere with existing AD on the domain controller According to the whitepaper it says its a user based service and a ADAM is a lightweight version of AD(2003). Need an ans asap. Hi dude, hope you find here useful resources (I think the installation over XP prof doesn't differ from the over Win Server 2003 one) ADAM Step-by-Step Guide ADAM Overview Presentation , mentions coexistence between ADAM and AD, commenting it's possible More info on ADAM ...Show All

  • Commerce Server Site Refresh not working for Business Apps

    Hello everyone, I can't seem to refresh the site cache from the BizApps on CS2007 RTM. I have the BizApps installed on a dedicated server and even with the hotfix KB 922068 applied I can't get the sitecache refresh feature working This is the error I get. System.InvalidOperationException: There was an error generating the XML document. ---> System.InvalidOperationException: Instance validation error: '0' is not a valid value for System.Net.HttpStatusCode. at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriterList1.Write1_HttpStatusCode(HttpStatusCode v) at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriterList1.Write3_CacheRefreshFailureInformation(String n, String ns, CacheRefreshFailureInfo ...Show All

  • Smart Device Development Issue with soft keys...

    Hello out there.. I have a problem that is very similar to this post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=94963&SiteID=1 However, my setup is different, and that thread was created in 2005, so I thought I'd start a new one. I am using Platform Builder for Windows Mobile 5.0, using both AKU 3.2 build 15632 and Crossbow build 15242. I created a SmartPhone Project through the Build Window Wizard, by cloning the Device Emulator BSP, retail release type, and 0409 English, 96 DPI. The project builds as expected when running BuildAll.bat. That part looks good. I was able to download the image to the emulator, and the device initializes. But, the Soft Keys, Talk and End keys are misinterpreted as 1 through 4, respectively. ...Show All

  • Visual Studio Express Editions VB/asp projects

    Heya all- just wanted to find out bout express edtion- ive got a vb/asp application in vb.net 2003 editon- however i want to tranfer it on to express editon as there seems to be some errors working with VB.net 2003- but when on trying to open the file- in the express editon- it comes up with error such as no web component not installed and unable to convert project- any suggestions please thanks If you want info on Visual Web Developer and to be able to download it http://msdn.microsoft.com/vstudio/express/vwd/ Its free.....   If you want to have a single application to do windows, web, mobile development then you can purchase a copy of visual studio which allows you to develop s ...Show All

  • Visual Studio 2008 (Pre-release) Remove xmlns

    can anyone give me a tip as to how to remove the xmlns data from the datacontract part of my message. Thanks. < xml version="1.0" encoding="utf-16" ><Report xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Contributions xmlns="http://schemas.datacontract.org/2004/07/">1.23</Contributions><NetContributions xmlns="http://schemas.datacontract.org/2004/07/">2.11</NetContributions><PortfolioValueStart xmlns="http://schemas.datacontract.org/2004/07/">102.21</PortfolioValueStart><ProtfolioValueEnd xmlns="http://schemas.datacontract.org/2004/07/">89.22</Protfolio ...Show All

  • Visual Studio Team System The Team Foundation Server work item database can not be opened.

    Today when I tried to import a new WorkItem type to our TFS-server I get a strange error-message: === U:\WorkItems>"e:\Program Files\Microsoft Visual Studio 8\Common7\IDE\witimport.exe" /f newBug.xml /t tfs /p Test The Team Foundation Server work item database cannot be opened. It may be offline for system administration. Try again later or contact your Team Foundation Server administrator. === The strange thing is that I can export WorkItems definitions and when I try to import to a project that not exists I am informed of that. I get the same error-message when I use Process Template Editor and I have tried with several different workItem definitions (all validated fine). Any suggestions ...Show All

  • Visual Studio Express Editions Locking Mouse

    Hi ive been looking for days to find the code that will lock "Block" the mouse move event from being processed... So far i've tried the code: actHook= new UserActivityHook (); actHook.OnMouseActivity+= new MouseEventHandler (MouseMoved); public void MouseMoved( object sender, MouseEventArgs e) { Cursor .Position = Ace; } where Ace is the point that the mouse was at last. This doesn't work unfortunatly as i can still move the mouse around... That event is hooked with a class called UserActivityHook (declared as actHook) (not my class) UserActivityHook public event MouseEventHandler OnMouseActivity; I'm thinking that Cursor .Position is only repainting the cursor and while the mouse ...Show All

©2008 Software Development Network