JavaBoy's Q&A profile
Commerce Server MarketingWebService source code
Hi Everyone, I just had a newbie question about the MarketingWebservice sourcecode. Is there any way for us to see the source code for this web service to see how it interacts with the MarketingManager We are trying to find a starting point to learn more about the Marketing piece, and how we can extend the solution to customize to our needs. Thank you very much... The source code for the Web Services are not open source, only the UI. Downlaod the Partner SDK . -Max ...Show All
Visual C++ Driver development for XP - 2003 server
Where is the best place to ask questions regarding hardware and driver development I am trying to disable the parallel port driver, and install a legacy sample driver based on general/portio example from the DDK. I am unable to access the hardware and I am starting to think I just can't "disable" the Parallel port driver in device manager, I must do something more. Can anyone shed light on what is involved to fully disable the parallel port device drivers I am using the base portio example project with a modified .inf file to force the driver to load in the 378-37F io space.. Perhaps I have the wrong idea about how this is done.. Thanks in advance for any help you can offer.. Sorry if this is in the wrong forum.. ...Show All
Software Development for Windows Vista Vista 'Sleep' Issue
Hi All, I am facing a issue with 'Sleep' mechanism in Vista. I am doing certain asynchronous I/O operation on my device when I receive 'PBT_APMRESUMESUSPEND' through 'WM_POWERBROADCAST' message. 'PBT_APMRESUMESUSPEND' is the message we get from Window's when it comes out of sleep mode. But while doing so I receive 'ERROR_IO_PENDING' error. Are anyone facing similar problems I did not face any such issues on Windows XP and 2000. I have read that in Vista 'Sleep' is replaced with 'Hybrid Sleep'. Does that make any difference Regards, Anmol You might want to see if the following hotfix relates to your problem: http://support.microsoft.com/kb/929734 ...Show All
SQL Server Can we get the Next Row Value ?
In SSRS 2005 we have First,Last and Previous functions which get the related values based on the use. I want to compare with the NEXT row value and print it according to my requirement. My question is How do I get the Next Row Value. Please Help. Could be tricky, however try using a protected variable in the Code view... something like this (untested): protected myprevValue as string public function setString(myString as string) as string myprevValue = myString return "" end function public function getString() as string return myprevValue end function Then you use a hidden text box with the expression =setString(myString) If you have multiple values or want to lookup by row number you can use a d ...Show All
SQL Server server groups
is there a way to enumerate through existing server groups Im trying to create children server groups. Can you post the code you're using to create new groups I'm trying to find any reference for them and am unable to do so. The object hierarchy in SMO starts at the Server object and works its way down from there, to the best of my knowledge. ...Show All
Smart Device Development Windows CE5.0 or Windows Mobile 5.0?
Dear All: I am developing a smart device application, but I have a choice of operation system either on Windows CE5.0 or Windows Mobile 5.0. I am not sure about the difference for these two operating system from a development point of view. I heard Windows CE have a richer set of functionalities than Windows Mobile. However, if I develop my application on .NET compact framework 2.0, what the difference these two operating systems will make for my development. Please help. Thanks Manav, Can you tell me if Mobil OS 5 can reside in a handheld terminal running CE OS 5 I am told Mobil OS 5 should be able to be "mapped" to the hardware pl ...Show All
Visual Studio PackageLoad failure - SetSite
I am getting this error trying to create a new project of my type in the machine where I have installed my package. SetSite failed for package [Idea.Xgen.Package.XgenPackage, Idea.Xgen.Package, Version=1.0.2403.23830, Culture=neutral, PublicKeyToken=null] Does anyone have any ideas Thanks, Mike Seems that I found the answer here on a posting about the same issue - http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=455798&SiteID=1 Thanks, Mike ...Show All
Architecture Object Modeling
I'm a bit of a newbie in diagramming/modeling. I've never had to do it with my job(s), so please bare with me here:) Ok, I know UML is the standard for Class Models. However, what is the standard for modeling runtime Objects Do I still use a Class Diagram to demonstrate the use of the objects The best example question I can relate my question to is, How is the DOM (Document Object Model) represented in a diagram My Object Model has very similar concepts to the DOM. Thank you in advance! A couple of choices... use sequence diagrams or collaboration diagrams, collectively known as interaction diagrams (yes that's UML speak). Model the DOM as a single object on your diagram (even if it isn't in reality). ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Direct3D Flickering Issue
Hi there, I am having some problems with my screen flickering when I redraw my scene. Below is my code ... private void tabPage16_Paint( object sender, PaintEventArgs e) { //clear the direct3d device this .mDevice.Clear( ClearFlags .Target, Color .DimGray, 1.0f, 0); //send the scene info this .mDevice.BeginScene(); this .mDevice.VertexFormat = CustomVertex . PositionColored .Format; this .mDevice.DrawUserPrimitives( PrimitiveType .TriangleList, this.mVerts.Length / 3, this.mVerts); this .mDevice.EndScene(); //paint the scene info this .mDevice.Present(); } private void tabPage16_MouseMove( object sender, MouseEventArgs e) { ...Show All
Windows Forms UPDATE: Problems running embedded Windows Control with Server 2003?
I have an embedded control running in an IE page on a Windows 2000 server which, after working through all the standard issues and pitfalls discussed at length in this forum, we actually got to work without fail. Now we're in the process of migrating to a newer, faster Windows 2003 server and we seem to be back to square one. The control does not appear on the IE page, only a placeholder icon. We've tried to the best of our knowlege to make the settings identical between the two machines, but the new server is running IIS 6.0, which has some different security features. I think the issue must be either with the server or IIS, because I can point to the page on the old server (Win2K, IIS 5.0) with the same browser and it appears every time ...Show All
SQL Server Is this possible?
Hi guys, Is there any mechanism or tool to convert T-SQL query to its corresponding MDX query Please let me know. Sincerely, Amde Okay, assume the following scenario: I have a date dimension, which stores date info. Assume I want to select the members of the dimension , for example, based on this condition: [Dates].[Date].&[2006-02-25T00:00:00]:[Dates].[Date].&[2006-06-24T00:00:00] . And I want the output in the following format;i.e. on a monthly basis. From 2006-02-25 to 2006-03-24 From 2006-03-25 to 2006-04-24 From 2006-04-25 to 2006-05-24 From 2006-05-25 to 2006-06-24 How can I achieve this scenario Sincerely, Amde ...Show All
Visual Studio Team System Web tests resulting in Internal Server error due to Invalid ViewState
I am seeing an odd problem when testing our web site. I have no problems navigating through our website manually from a web browser and experience no problems when creating a web test that navigates through our web site. But, when I run the web test I created, then I keep getting an "Internal Server Error" on the first server page transfer. When I look at our server logs it indicates that the problem is caused by an invalid ViewState. But, this problem only occurs when playing back (running) one of my web tests. The ViewState appears to be formatted correctly (it can be parsed) but the error message gives no further indication of what might be wrong with the ViewState. The pages are all running on a single server and I ...Show All
Windows Search Technologies #msntb_toolbar_full_name#
To open any files or programe i can see an messege -#msntb_toolbar_full_name# cant config the files,since you upgraded and have not restarted your pc,pls restart your pc, if this problem presist uninstall #msntb_toolbar_full_name and reinstall again. what can i do pls help me to solve the problem best regards hoque paolone wrote: help : my system lost the #msntb_toolbar_full_name# right set up and cannot properly work. i cannot unistall and reistall the bar because the system prevent me to do that. how can I do to solve this incredible matter without reinstall all the windows feature & risking to loose data from my laptop please someone help me paolone ...Show All
Visual Basic Quick Question - Showing a background image on a control?
Ok, this should be simple enough... If I were to set the background of my form to an image, is there a way I could make it so that the user could see the image through a textbox, or a button I know you can make the control's opacity lower but that shows through to what's under the form, not the form itself... any ideas Edit: Oh yeah, and one more thing... is there a way you can resize that image so that the entire thing can be seen in the form (I mean at runtime not at design time) (The form's background image) Thank you for your help, I'll take your advice and repost this is a more fitting forum. ...Show All
Internet Explorer Development png colors not rendering correctly in IE7.
I generated a 24bit png file with transparency using photoshop cs2 the solid color was #373737 with a transparent gradient at either end. I then used this css: background: #373737 url(image.png); when viewed in firefox all was well and good when viewed in IE7 the solid color was no longer #373737(r:55 g:55 b:55). It was #242424 (r:36 g:36 b:36) When ever I change the solid fill color in the image I get a linear shift in the color interpretation in IE7. I was able to shift the fill color up and get it to match the 373737 background color but it no longer matched in any other browser. :-( So, clearly there is something wrong with IE7's color interpretation with regard to png images. There is a consitant color shift t ...Show All
