ZergaKilla's Q&A profile
Visual Studio VSS 6.0, Visual Studio 2005 and adding Web Service project to source control...
We are using visual studio 2005 and vss 6.0. I need to upload a WEB SERVICE project to vss 6.0... After uploading the project I try to open it via vss 6.0 and it complains that it cannot find certain files… ( See error message below ) Has anyone else had issues adding web services to vss 6.0 Here is the error after I upload the solution file and then I try to open it via vss 6.0... One or More projects in the solution could not be loaded for the following reasons: The project file or web has been moved, renamed or is not on your computer. These projects will be labeled as unavailable in the solution explorer. Expand the project node to show the reason the project could not be loaded. & ...Show All
Visual C++ Visual C++ Coding Help
Hello everyone! May someone please write a quick code for me I've did some re-search on www.google.com , but no luck... Start Button Click { x = www.microsoft.com load time in milliseconds y = 2000 - x z = y * 2 If x is over 2000 milliseconds: { Pop-up message box reading "An error has occured." } If x is not over 2000 milliseconds { Loop Load www.msn.com in y milliseconds. Load www.yahoo.com in z milliseconds. Goto Loop } } I've tried to explain that in best detail as I possibly can think of... If you need any help or don't understand want I want, pelase don't hesitate to ask! Thanks! SDKCodeMonkey wrote: ...Show All
Visual C++ Shellexecute?
Hiya all, i'm kinda new too this and need some help, i thought this would be the best place to ask so here goes.. i'm trying to get shellexecute to run something, just say i wanted to run/open a old text document "C:\test.txt" i would use this ShellExecute(handle, open,"C:\test.txt", NULL, NULL, SW_SHOWNORMAL); or ShellExecute(handle, open,"C:\test.exe", NULL, NULL, SW_SHOWNORMAL); correct if so it doesn't work.... it complains about the handle part... i'm new to this command so dont know what your meant to put in "handle" Any help would be great. Steve The handle for the window is a input parameter, so if you want to useit, it must contain a valid value. Your value is initailized with garbage. You can u ...Show All
Software Development for Windows Vista pushsource filter and mpeg multiplexing
Hi, I am trying to create an application which captures desktop audio and video in mpeg format. I am able to capture both audio (using audio capture device) and video (using pushsource desktop filter). I am also able to encode them into mpeg format using mpeg encoders. Individual audio and video streams are great at this time.Problem comes when I multiplex them using mpeg multiplexer.The stream just vanishes and only zero byte file is created. If I pass just audio through multiplexer, it comes out properly.However, if I pass just video through multiplexer, the stream is gone. Can anybody tell me why this might be happening and how to fix it thanks and regards, Nikita Sorry, haven't used i ...Show All
SQL Server MICR Font Issue When Exporting to PDF
Hi, I'm using Reporting Service to print checks. Everything seems ok when I design and deploy and view the reports. But when I try to export to pdf, the MICR font I'm using does not work. I've tried a couple of different MICR fonts from the web and they either get replaced by a standard font or disappear altogether. I would love to know why that is. Thanks in advance, Tom Could you help me fix my MICR report like you fixed yours I tried increasing the height and width of the text box. I need help ASAP. Thanks ...Show All
Software Development for Windows Vista Hang with InvokePattern - Invoke
Hi guys, I'm having a problem with the invoke functionality. I made a small test application which contains one button. The code in the click event is the following: Thread .Sleep(1000); MessageBox .Show( "MSGBOX1" , "MSGBOX1" ); Now from my other application that uses UIAutomation, I click the button with this code: InvokePattern ctrl_invokepattern = ( InvokePattern )control.GetCurrentPattern( InvokePattern .Pattern); ctrl_invokepattern.Invoke(); MessageBox .Show( "Hmmm it doesn't get here " , "MSGBOX2" ); The code to click the button works, but the 'Invoke()' functions DOESN'T return So when the next line would be: click the OK button on MSGBOX1, this doesn't work! I first have to manually click on the ok button of MSGBOX1 ...Show All
SQL Server Cannot debug activated CLR Stored Procedure
Hi I'm having a problem debugging (with VS2005,) a CLR Stored Procedure which is activated on a queue. I know it is working because it is consuming and processing messages when one appears in the queue. I can debug it 'manually' by either right-clicking on the SP within VS2005 and selecting 'Step into Stored Procedure' or by attaching to the SQL Server Management Studio process, setting a breakpoint and executing the stored procedure from a Management Studio query window. However, if I send a message to my queue within Management Studio, my breakpoints are NOT being hit within VS2005, but the message IS reaching my queue and it IS being processed by the SP. Can anyone help Thanks The only w ...Show All
Audio and Video Development Adv. Cont. Playback on HD-A1 >> NO RENDERING
Hi All, I am having trouble getting an advanced content application to play once burned on a DVD-R and inserted into the Toshiba HD-A1 HD DVD player. Video and audio play fine using this method, but once the advanced content object is reached the player stops playback and gives an error. Does anyone have any advice on this We have tried the samples posted here and we get the same results. Thanks. The Validator says 0 errors and 0 warnings. The project works fine in ihdsim and the newest version of CyberLink PowerDVD. There is no PrimaryAudioVideoClip in my Advanced Content Projekt, because I have no multiplexing tool for generating P-EVOB and TMAP files. Ulead VideoStudio 10 Plus and DVD Studio Pro 4 actually only produce Stan ...Show All
Visual FoxPro send direct email from visual foxpro 9.0
How to send e-mail from visual foxpro 9.0 without opening outlook Dave M. wrote: Unfortaunaly Now days Most ISP’s Block sending email from third party SMTP Servers, (Probably because of spammers). So you may need the following as well, this will specify a specific SMPT to use and provide the required info to connect to it. Thanks for jumping in with that, Dave. It reminded me that I forgot to mention that the easiest was to configure CDO is to make sure that Outlook Express (not Outlook) is installed and configured on the client machine. That way the necessary registry entries are there. It is not necessary to set Outlook Express as the default e-mail clinet. Installing and configuing is enou ...Show All
Windows Forms updating ListView from another Form
I am trying to update a ListView on frmNewCustomer from frmAddContact but items are not getting added. I have no problem using the same code from the frmNewCustomer. frmNewCustomer NewCustomersForm = new frmNewCustomer (); NewCustomersForm.lstContacts.Items.Add(cboCategory.Text); NewCustomersForm.lstContacts.Items[NewCustomersForm.lstContacts.Items.Count - 1].SubItems.Add(txtNumber.Text); NewCustomersForm.lstContacts.Refresh(); this .Close(); stull having the same problem.. I also tried this code to update a textbox on Form1 from Form2: frmMain MainForm = new frmMain (); MainForm.mnuSearchCustomer.Text = "731004167" ; this .Close(); ...Show All
SQL Server Internal Error when using paramer in report
Hi there I've got a report that has a single string parameter. The report works fine, but when I add a textbox to the report and set the expression property of the textbox to be the value of the parameter ( =Parameters!FirmName.Value), the report fails. It shows the following error message: An internal error occurred on the report server. See the log for more details. I'm really starting to tear out my hair over this. Can you post the error (with stack trace) that is written to the log file The log files should be in your %Program Files%\Microsoft SQL Server\....\Reporting Services\LogFiles directory. ...Show All
SharePoint Products and Technologies Trouble with Content Management Server (MCMS) Migration Profile
Hi, all. We're trying to use the Content Management Server Migration in SharePoint 2007. We have successfully created a (copy of a production) CMS installation on our test server, running on a VMWare Windows 2003 Instance. We set up a new Migration Profile in SharePoint Central Administration, and then run it. But after an hour or so, it reports that is has failed. The last error messages in the log are: 1/30/2007 2:25 PM Import error /Norsk/Helse miljo og sikkerhet/Tilsyn og raadgivning/Samtykker/Pages/7_samtykke_leteboring_6507_11-8.aspx 1/30/2007 2:25 PM Import error 1/30/2007 2:25 PM Exception The page that it references in the first line above, is available ...Show All
SQL Server No of package runs using Checkpoint file
hi everyone, Is there anyway to find out the number of runs of a package using its checkpoint file Or is there anyother way to figure out the number of runs of a package till it gets succeeded Thanks in advance, Praveen Dayanithi wrote: Hi, Thanks Darren..thats a good way of looking at it. Could you tell me how can i get that count value into a global variable Thank you very much, How about using a package-scoped OnInformation eventhandler that looks for the eventID in question (I don't know what the eventID is but it won't be difficult to find it out) and increments a package-scoped variable -Jamie ...Show All
Windows Forms Form Appearance Design (Create jazzy Looking forms/controls)?
Hi, i am looking for some good tutorials or examples on how to create of nice looking forms, ie. shiny gradient backrounds ect like you have with powerpoint slides and nice control mouse rollover colours ie. like when you move the mouse over a button. Thanks. You can create a nice look by playing with some GDI+, it is fun, easy and a good result. Here is a nice tutorial for GDI+, http://www.c-sharpcorner.com/2/gdi_plus.asp . You can take a look at codeproject, here are some nice articles about how to create your own control, a little list: Writing your Custom Control: step by step Your first C# control Miscellaneous C# Control list There are also some great books a ...Show All
Visual Studio 2008 (Pre-release) Change rectangle property from code
Hi guys, i've got a rectangle i've drawn in a grid, how can i change its propertys from code, i think i need to build once or something, should i be using X:name or something...FindName, i'm a bit lost, thanks guys si Hi blackpenny15, I'm not 100% sure what you mean by Xpad1 or Xpad2 isn't showing up in code even after build So I'd like to ask a few questions. Did you mean that you didn't see the declaration of these two variables Or did you mean that you couldn't use them in your code. I added the usage of Xpad1, and Xpad2 into your event handler, and they work fine for me. The rectangles' fills change according to the keys pressed. void OnKeyDownHandler(object sender, KeyEventArgs e) { i ...Show All
