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

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

Pantomime

Member List

boran_blok_edan
Jacawa
rabbitoh
Peter Hamann
DavidThi808
ASV Ravi Kumar
Can-Ann
Serge Luca
milkshake
mnavkum
Kevin Dente
deen
bkana
pOopOo
gill
B.F.Rej
Cam Bruce352168
JoeSmith
Jason Zhang
Javfarary
Only Title

Pantomime's Q&A profile

  • Windows Live Developer Forums MSDN Article

    Hi, I just read this article, but I cannot get it to work is keeps saying that sc is null or not an object. Anybody got it running tnx koen I got it to work within 15 minutes. Your problem is the JavaScript source code. If you copy it from the page to Visual Studio you get some line breaks and other sources of errors. Debug the code with the JavaScript console of the Firefox browser. If you have further questions please ask me. ...Show All

  • Visual Studio 2008 (Pre-release) Calling a WCF service from javascript

    How can I call a WCF service from javascript. Any help/documentation on this Pramod I cant seem to find an example for you - but at the last PDC, in the keynote Don Box / Scott Guthrie showed calling indigo services from jscript. That video is here - http://www.microsoft.com/winme/0509/25074/PDC_Webcast_MBR.asx (look after the half way point..) ...Show All

  • Visual Studio is there a way to archive project using commandline?

    Hi all, I need to archive about 20 projects. Is there anyway that I could do it from commandline or script sure see help topic on ssarc.exe and ssrestor.exe. SSARC [-d] [-v] [-s] [-c] [-o] [-i-] [-y] [-x] <archive file to create> <files/projects to archive> ...Show All

  • Visual Studio 2008 (Pre-release) Where is WPF Version of SendKeys?

    Hi, I would like to do some keyboard simulation and found the once handy class 'SendKeys'is missing in dotnet 3.0. If I manually refrence 2.0 version of System.Windows.Forms assembly and use it anyway, I get some crash. Any idea WPF does not have a class equivalent to SendKeys. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=313257&SiteID=1 ...Show All

  • Windows Forms IntelliSense in .net application

    i am creating a formula editor and would like to provide intellisense feature to the textbox in formula editor. does any one know how can i do that thanks Hi, I would suggest that you go and look at SharpDevelop http://www.icsharpcode.net/OpenSource/SD/ the is an open source Visual Studio clone, you can look at the source code and see how there intellisence is implemented. Mark ...Show All

  • Visual Studio 2008 (Pre-release) About C# 3.0

    Sorry for question, but i can not understand WHERE or WHEN can I get install files for C# 3.0 language And can I use it on Visual Studio 2005 Team Suite Right now, it's only available on the public beta Virtual PC image of Orcas: http://www.microsoft.com/downloads/details.aspx FamilyID=82243606-d16d-445c-8949-9ee8c10cda2e&DisplayLang=en ...Show All

  • SQL Server MCAD free online test

    Hi everyone, I am searching for free online MCAD exam test. I could only find ucertify online free test. If you know any link about this, would you please inform me Thanks Hi, I encounter a question which make me confused. You are a database developer for an insurance company. The insurance company has a multi-tier application that is used to enter data about its policies and the owners of the policies. The policyowner information is stored in a table named Owners. The script that was used to create this table is shown below: CREATE TABLE Owners ( OwnerID int IDENTITY (1, 1) NOT NULL, FirstName char(20) NULL, LastName char(30) NULL, BirthDate date NULL, CONSTRAINT PK_Owners PRIMARY KEY (Owner ID) ) When information about ...Show All

  • Gadgets First gadget nearly complete

    Hi, Ive been writting this gadget and getting towards finishing version 1, however while im tidying the last few bits up i thought i would post it here and get some feedback from you guys. It shows xbox 360 gamer tag info from mygamertag.net you need to add your gamertag in the setting page. you can download the gadget from http://www.w3fox.com/360gametag.rar Im running RC1 5600. i have the following items that im working on. 1) Pink fringe around flyout close button ( Jon i will be trying your solution in the next couple of days) 2) sometime the images from mygamercard.net are slow i presume due to traffic i have tried preloading them into tempory int files but they are still slow loading. 3) There are more options like ...Show All

  • SQL Server Question regarding Sql Server memory and cursors

    Hello, We make use of ADO (not ADO.NET) and server-side cursors in one of our products and when viewing Performance Statistics for Sql Server 2005 using Windows Performance Monitor we have noticed that the "Number of active cursor plans" never decreases. In our queries we maintain several open, server-side cursors concurrently. We use .NET/C# and the standard ADO import library. We are closing our recordsets. The number of active plans jumps by 40 or 50 for each of our queries and as far as we can tell, never decreases (the number of Active Cursors, however, does decrease back to zero.) MSDN/Documentation was somewhat cryptic on what an Active Cursor Plan actually is and Google didn't have any useful information, either. ...Show All

  • Visual C++ Arrays of strings

    Hi, need to write a simple C program (using Visual Studio 6)that will store multiple strings in an array. And also print them out using the scanf() and printf() functions Here is what i would roughly like it to look like: void main(void) { char array[1] [20]; scanf("%c", &array[0]); //I have a feeling that this line is wrong printf("\n%c", array[0]); //And this line } Thanks daniboy120 wrote: scanf("%c", &array[0]); //I have a feeling that this line is wrong Yes that is wrong int main(){ char arry[2][7] = { "hello" , " world" }; printf(arry[0]); printf(arry[1]); return 0; } Regards Sahir ...Show All

  • Microsoft ISV Community Center Forums Windows 2003 Checked build problems

    Greetings, I'm trying to install a checked build of Windows 2003 Server with SP1 from our MSDN CD dated Nov 2005. When I run Windows Update in an attempt to update the platform, IE crashes. If I try to download service packs for IE, the installer complains that it won't install an unchecked build. 1. Where can I obtain the latest checked cumulative updates for IE 2. What's the best way to update a checked build of Win2003 SP1 Any other advice on managing a checked build is appreciated. Regards, Terry i am having the same problem with a windows xp checked build. were you able to resolve these problems independently regards. ...Show All

  • Architecture Running asp.net on a linux machine thru mono

    Hi, I have mono on apache but I'm running into all kinds of problems like not being able to use the global.asax file, a lot of C# packages, and little problems here and there. Does anybody know a really good tutorial on how to do this I find the mono website to be impossible to follow. Thanx ...Show All

  • Visual Studio Express Editions intersecting lines

    Hi hoe to get the intersecting point on two lines in graphics one intersect to another vicam Back to math class The equation for a line is y=mx+b where b is the y intercep and m is the slope m= y1-y2/x1-x2 First find the common x for each line by setting the two lines equations = to each other and then substitute the found x to get your y...If you need more help...let me know ...Show All

  • Windows Networking Development Weird one - Router Death by Vista

    Here's a weird one. It seems that Vista RC2 is routinely killing my ADSL router I have a dual boot system (patched up XP Pro vs Vista RC2). Vista seems to be killing my D-Link DSL-500 like...., several times a day while Vista is running. Has anyone else noticed this I'm thinking.... some sort of weird network plug and play thing (which is disabled - by the way) RickW Mike, RE: Why do you believe Windows Vista is the culprit I admit the evidence is circumstantial... however... it goes like this... 1. The system is dual booted between Vista RC2 and XP Pro SP2 2. The local 192.168.x.x. network has 1 single PC (above) a default gateway (combo DLink ADSL route ...Show All

  • Windows Forms cross Thread control accessbility

    I am having a serious problem with accessing controls in another thread. This is the runtime error message I get. I want to describe the setup in general terms without displaying the code since it is large and complicated and would need a lot of editing for clarity if I am to do it. What I hope to get from this post is a general recommednation as to how such problems should be handled. It more information is desirable I will post the code. I have a Form1 class. There is another class, BuildNewTabsPages , that generates new TabPages for my TabControl on demand. When a new TabPage is created all its subcontrols end up in a Thread in the ThreadPool, I suppose. When the new TabPage is created by calling a function makeNewIntraDayPAG ...Show All

©2008 Software Development Network