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

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

j_a_m_e_s

Member List

grandpaff
jim rozak
derelict.pt
renyx
wms103006
alb1309
sakarmo
nka4
Batikit
Senthilkumar kumarasamy
SpeedOfSPin
hazz
Michael Bird
Darrell Davis
Justin-Josef Angel
R.Tutus
flyte
K.Kong
Leandro Loureiro dos Santos
Learning VB
Only Title

j_a_m_e_s's Q&A profile

  • SQL Server dynamic mdx: how to insert parametres in expression

    Hello i'm new user, i have a calculated member the function LINREGSLOPE juste calculate the  slope ( ie: a ) of the equation Y= a *X+b calculated member Name= Gain LINREGSLOPE ( [ TIME].[Month].&[2006-02-01T00:00:00] : [TIME].[Month].&[2006-06-01T00:00:00] ,[ Mesures].[NumofCustomer],[TIME].[Month], [TIME].[Rank])  i write the formula do the job veru well. What i want to do now is to transform the expression to be dynamic with two parameter  I hope this will help. I seen in this forum that this is possble. how to extract this information. How can i concat the parametre!month.value with the string i see idea of solution here but i dont k ...Show All

  • .NET Development Upload files on server from client machine (vb.net)

    I want to create a windows application which can upload files from client machine to server. i.e. user can upload any file in his account from home using this application. thanx in advance vatsal Is there a way to do this using http posts   I would like to impliment this same type of thing.  Except for some of the people who will be using my software they will be behind a firewall wich allows only out going and incomming http port 8080.  I imagine that you would use the upload command and then have some kind of a script on the other end.  Does anyone know of an example of this   Are there asp.net commands on a web page that can handle this.  What I am wanting to do is this.  I have a webpage t ...Show All

  • Visual Studio Express Editions Validating info from a serial port

    Im trying to validate some info from a serial device such as version info, but I’m EXTREAMLY new to programming so I cant figure out, first if I should try to pull the data out of the terminal window with the richtextbox.find or use something like serialport.equals or stringcompare. If any one knows where I could get a gentile nudge in the right direction that would be great. Ok to explain what I’m doing I’m working with a device that does gps and when it first powers up it gives the firmware version I am making a small app to change some of the settings but I would like to validate some other info from the device as I do it. I'm not sure if serial ports are a good way to get started when you're new ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Step by Step Cue volume sample request

    Hi, I just can't figure how to set the volume of a given Cue instance. I want one specific instance of a sound (ex: player 1 laser volume@50% , player 2 laser volume@80% ). I saw only one post giving a very light explanation, which was: a) you should create a cue "Volume" variable in XACT (that I can do) b) link that variable to the sound Volume ( how ) c) set the volume programmatically. I suppose SetVariable("Volume",0.5) will do it once XACT is properly set up. Thanks Freds72 You can do it like You say. Create cue instance variable "Volume", add RPC preset linking Sound:Volume with this variable. Attach sounds to that preset (important!). Then ...Show All

  • .NET Development CLR and thread deadlocks

    Hello, I'm hosting the CLR (.NET 2.0) in an unmanaged C++ app. The CLR is used for calling C# plugin functions through IDispatch. The C# plugins are COM visible classes and are created from the app main UI thread. They are mostly used for accessing the app through a COM primary interop assembly generated with TLBIMP.EXE. The interop between C# and the app is achieved through the default Microsoft COM wrappers. This is all working fine but I'm having a problem when the C# functions are called by the app from a worker thread. At this point the CLR attempts to interop with the app via the UI main thread which is causing a deadlock because that thread is locked while the worker thread is executing. From what I see in the call stack (b ...Show All

  • Windows Live Developer Forums Not able to Download Handwriting Update

    Hey there .. Im not able to download the update for Handwriting .. i clicked on the help and it took me to a page with 2 link .. both of the links redirect me to msn.com so what shall i do Thx in advance .. The purpose of this forum is to discuss MSN and Windows Live application development using the Messenger Activity API, and Windows Live Bots. If you have technical support questions about using MSN Messenger or Windows Live Messenger, please check the following resources... Messenger Technical Support is available on the Messenger newsgroup: http://support.microsoft.com/newsgroups/ dg=microsoft.public.msn.messenger&cat=en-us-msn&lang=en&cr=US&ln=en-us nntp://microsoft.public.msn.messenger G ...Show All

  • Windows Forms [help] device manager show nothing!

    I found a giude in Microsoft website. http://support.microsoft.com/ scid=kb%3Ben-us%3B893249&x=9&y=1 however, where can I download the fixing software May I get it in somewhere without contact with " Microsoft Product Support Services" Thanks. Sorry this is not a technical support forum, but forums for software development issues on the .NET platform specifically. You can contact Microsoft PSS (Product Support Services) http://support.microsoft.com/contactus/ ws=support I'm afraid I have to lock this thread now as it is Off topic and not relevent to the nature of the forum. Thanks! ...Show All

  • Visual C# Math: Round up number. eg 1234 / 50 = 6

    I have a dataGrid and i wish to produce page buttons for next and back. Therfore i need to know how many pages i will need to for my data Eg, i have 1234 rows of data and each page will contain 50 rows. So 1234 / 50 = 24.68. So I need 25 pages How do i round up a number so 1234 / 50 = 25 . Thanks. Paul Everyone here is missing the fact that 1234/50 will be executed as an integer divide, automatically truncating to the lower integer. Now, what we really want is the next higher integer, which is always just the lower plus one. So given int Rows = 1234; in RowsInPg = 50; then int Pages = (Rows / RowsInPg) +1; will given you the number you want --- with the one exception. If t ...Show All

  • Smart Device Development Smartphone projects and IE7 = broken

    I'm trying to follow the HOL exercise at http://msdn.microsoft.com/windowsmobile/reference/GettingStarted/default.aspx pull=/library/en-us/dnppcgen/html/med304_msdn_new_native_wm_features_vs2005.asp First I was unable to create the Visual Studio C++ Smartphone project - problem was solved using the registry hack described in this thread amongst others: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1131651&SiteID=1 However, I then hit a very similar problem when trying to use the Add Property wizard: Internet Explorer Script Error, line 731, char 5, "object doesn't support this property or method", code 0, URL file:///C:Program%20filesMicrosoft%20Visual%20Studio%208/VC/VCWizards/CodeWiz/ATL/Property/HTML/10 ...Show All

  • Community Chat who is DirectX 10 ??

    i link DirectX 10 and windows XP sp3 download address plz duck thing wrote: *I* am DirectX 10. Deal with it. nay, you are merely DirectShow 10, for _I_ am DirectX 10. I am your father. ...Show All

  • Visual C# System ArgumentException :The path is not of a legal form.

    I can't figure out why I keep getting this error. I've checked, and I am passing a productID (string) to one of our abstraction functions but then I get an error from a windows method below first I make this call, then it blows up: ---------------------------------------- --- JAAlbum = ProductAbstraction.Load(prAudioID, sstore.EStoreID, out created, TransactionAbstraction.GetTransaction()) ; prAudioID looks like this: 'AL2460' EStoreID looks like this: 2098 The Load function looks like this: --------------------------------------             public static Product Load(string EProductID, int EStoreID, out bool Created)             {               ...Show All

  • .NET Development Server app on Windows XP Home

    I need to develop a server application that can run on Windows XP Home. I would like to utilize SSL for security. After reading a number of posts I ourused in this forum I am curious if I could use HTTPS protocol (HttpListener class) without IIS Initially, I was thinking of just using sockets, but previous posts seem to suggest that http being a higher level protocol supports SSL with greater built-in functionality. Also, my clients will not necessarily be Microsoft specific, only the server piece can claim this fact. Thanks MDA There is no need for IIS. These operating systems have a HTTP kernel-mode driver, http.sys. This class is available only on computers running the Window ...Show All

  • Windows Forms Web Browser "Onclick" event

    Hi I am trying to add an "onclick" event to a web browser control. I have placed the code in the Document Completed event and it works whenever I open any page that does not contain scripts. The moment that any script is present (especially timers) the event does not get raised. I do not get any errors when creating the event. I am using VS2005, VB and running XP Any Suggestions Regards Steve Hi, Not sure of what is your problem.could you please go thru the link below.this might help you. http://msdn.microsoft.com/library/default.asp url=/workshop/browser/webbrowser/tutorials/forward.asp thank you, bhanu. ...Show All

  • Software Development for Windows Vista Problem with Workflows and WebServices

    I am tying to use MSN search in a workflow. I have used invokeWebservice activity to invoke the MSN searh. This MSN search web service implementes SearchCompletedEventHandler. What I would like to achive is to implement, in the workflow, an activity that would write the searchResponse to a variable once the SeachCompletedEvent is fired. I tried to use the EventDriven Activity but I cannot add it to the workflow. Any ideas how I could solve this problem Thanks, M. Vuksanovic. Is there a way I can display the results only once the SearchCompletedEvent is fired Or this sample somehow already "listens" to that event ...Show All

  • SQL Server Stored Proc - Calling a Remote Stored Proc

    I am having trouble executing a stored procedure on a remote server. On my local server, I have a linked server setup as follows: Server1.abcd.myserver.com\SQLServer2005,1563 This works fine on my local server: Select * From [Server1.abcd.myserver.com\SQLServer2005,1563].DatabaseName.dbo.TableName This does not work (Attempting to execute a remote stored proc named 'Data_Add': Exec [Server1.abcd.myserver.com\SQLServer2005,1563].DatabaseName.Data_Add 1,'Hello Moto' When I attempt to run the above, I get the following error: Could not locate entry in sysdatabases for database 'Server1.abcd.myserver.com\SQLServer2005,1563'. No entry found with that name. Make sure that the name is entered correctly. Could anyone shed some light o ...Show All

©2008 Software Development Network