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

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

Radith

Member List

XBTester
MarcMe
plaszlo
Martin Schmidt
tranders
bergtatt
bkohler
jrb1
cmumford
RyanB88
Taya Cool
Bulldog.NET
Dark Pontiac
Eeraj
amnonman
Mr Teter
swells
RoryM
jcnconnect
vbjunkie
Only Title

Radith's Q&A profile

  • Smart Device Development Help me-------PPC program

    Hello All, I am a new comer to the Windows PPC programming using WTL C++. I use VS2005+WTL.But I have little references and experience on both PPC and WTL. I feel it hard to learn. Would you please give me some advices or resources referring to this field. I am appreciating your doing this .Thank you . My email is :jingxigirl@hotmail.com Hi Maybe i can help u ,plz join my group http://groups.google.com/group/before30 lnk=li&hl=zh-CN . we can communicate each other here ! i am a PPC developer too! ...Show All

  • Visual Studio 2008 (Pre-release) Asp.net 2.0 Membership and Profiles in WPF via WCF

    Hi, Has anyone integrated asp.net 2.0 and profiles into a wpf via wcf as an upgrade path from a asp.net 2.0 web site to a smart client scenario or xaml browser application. Otherwise is there another route which will be a better path providing simular fuctionality Any help pointers will be greatly appreciated. ...Show All

  • Visual Studio 2008 (Pre-release) Mapping both base and inherited objectqueries in objectcontext

    Hi! I'm experimenting some scenarios with Orcas october ctp. I would like to build an objectcontext with both base and inherited objectqueries. Example: I have two entities, Person, and Customer, which "is a" Person. Each entity has a table. Person has an Id, Customer a primary foreign key PersonId. These are the mapping files. These work without Customers EntitySet in csdl and corrisponding EntitySetMapping in MSL.   MSL: <Mapping xmlns="urn:schemas-microsoft-com:windows:storage:mapping:CS" xmlns:edm="urn:schemas-microsoft-com:windows:storage:mapping:CS" edm:Space="C-S">   <Alias edm:Key="C" edm:Value="ShopLib" />   <Alias edm:Key="S" edm:Value="ShopLib.Target" />   <EntityCo ...Show All

  • Windows Forms Moving an Object from one listbox to another

    Hi Friends, My form has two List boxes and the list boxes name is populated from Object .Variable. Now if the list item is moved from One list box to another, how can i set a flag to mention that the object is also moved. I am facing this problem as the Selected Index is not as same as the Object . To be clear, if the list items are {Name1,Name2,Name3} ( name need not be unique ) which are populated from {Object[2].Name, Object[3].Name, Object[1].Name }. Now if Name3 is moved from List Box1 to List Box2, i may be needing to set a flag to variable like Object .Location = Right List Box . Now the problem is that if i select the SelectedIndex of Name3, it would be 2 and on setting Object[2].Location=" Right List Box ", it might not ...Show All

  • Visual C# How to use c # to write shrinking algorithm?

    Algorithm use c # language is described shrinking Can write the code example thanks ----------------------------------------------------------- --This is group of data ,Judge next number through these datas What method have ----------------------------------------- 1: 019   2: 484   3: 733   4: 313   5: 736   6: 255   7: 459   8: 558   9: 504   10: 735   11: 193   12: 035 13: 550   14: 814 15: 916 16: ...Show All

  • Windows Forms How can I bind a treeview to data returned by a CTE (Common Table Expression) in SQL-2005

    Just out of curiosity is it possible to bind a treeview control to data returned from a CTE ken i meant to ask if a web TreeView Control in .Net 2.0 can be used to display records from a Common Table Expression in SQL-2000 hierarchically. Following is SQL Code used to build and return the resultset CREATE TABLE tblDepartments ( DepartmentID INT , DepartmentName VARCHAR ( 1000 ), ParentDepartmentID INT ) INSERT INTO tblDepartments VALUES ( 1 , 'HR' , NULL) INSERT INTO tblDepartments VALUES ( 2 , 'IT' , NULL) INSERT INTO tblDepartments VALUES ( 3 , 'Networking' , 2 ) INSERT INTO tblDepartments VALUES ( 4 , 'Development' ...Show All

  • Smart Device Development Upload/download via http (method post)

    Hi, need help! I want upload files through http (method post) from my smartphone application (on server have an upload.aspx where receive the binary file and save it). I need to do the same with download (request download.aspx where I build the file, read it and make a response.write and catch it on my smartphone application) a little part from file Download.aspx [...] //code where I connect to Oracle DB to get information for download file! [...] Response.ContentType= "application\\octet-stream"; FileStream downloadFile = new FileStream(filename, FileMode.Open); downloadFile.Close(); Response.WriteFile(filename); Response.Flush(); HttpContext.Current.ApplicationInstance.CompleteRequest(); ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Question about license and feeds

    Hi there guys, I have a question about license and feeds. If I made a game using directx library, is there any feed o license price that I have to pay for sell my game Thanks in advance No, DirectX is free to use and the games you make using DirectX, you are free to sell. I suggest that you download the EULA and read more about it. ...Show All

  • SQL Server Percentage Calculation in matrix detail

    Hello, This my first time submitting a question here. I have this Matrix setup: As of Day Prev Week % Change Prev Month %Change A 10 15 NN% 15 NN% B 10 15 NN% 15 NN% C 10 15 NN% 15 NN% I would like to calculate the %Change, but how do I reference data in the dynamic columns. "As of Day", "Prev Week" and "Prev Month" are dynamic matrix columns. Any help would be great. Thanks, Alan ...Show All

  • Visual C++ Automatically adding header files to a project

    Is there a command to automatically scan C/C++ files for #include directives and add the relevant files to the project as dependencies. I'm sure this used to be in previous versions but can't find it anywhere. Thanks very much for the reply but I dont quite understand it. There used to be an option somewhere in Visual Studio that you could select which would examine all your source files for #include directives and then add automatically under the Header Files list in Solution Explorer the header files that it found. This is the option I cannot now find. ...Show All

  • Windows Live Developer Forums Content Network Bid

    Is there a way to specify the cost-per-click bid for content network clicks in an order , or anywhere Also i was wondering what the 3 SubstParam properties are used for. AdCenterOrderItem.SubstParam1 AdCenterOrderItem.SubstParam2 AdCenterOrderItem.SubstParam3 Yes, for pilot customers only (it is still by-invitation only at this point). Most customers do not see the new UI, currently. Thanks, Shai ...Show All

  • .NET Development NoNullAllowedException on an Identity column in SQL

    Hi I have created an SQL database with two columns the first is an identity. When I try inserting a new row I get a NoNullAllowedException on the identity column. DataRow newRow; newRow = infoDataSet.infoTable.NewRow(); //newRow[0] = [int]; as an identity column I am hoping this is autogenerated newRow[1] = "Any Text"; infoDataSet.infoTable.Rows.Add(newRow); // NoNullAllowedException occurs here! infoTableAdapter.Update(infoDataSet.infoTable); Any help appreciated - cheers Hi, You are trying to insert a null value in the identity column (and identity columns don't allow this kind of values). I'm not sure, but I think that if it is auto-generated (if you defined that in ...Show All

  • SQL Server Can't Launch the Report Builder since applying SSL (HTTPS) certificate.

    When trying to launch the report builder our users are getting a message saying: ERROR SUMMARY  Below is a summary of the errors, details of these errors are listed later in the log.  * Activation of https://domainname/ReportServer/ReportBuilder/ReportBuilder.application resulted in exception. Following failure messages were detected:   + Downloading https://domainname/ReportServer/ReportBuilder/ReportBuilder.application did not succeed.   + The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.   + The remote certificate is invalid according to the validation procedure. I can launch the report builder fine from within our own network, but f ...Show All

  • .NET Development Database.ExecuteNonQuery

    I am running a stored procedure through Microsoft.SqlServer.Management.Smo.Database.ExecuteNonQuery(..) And getting a generic exception, "ExecuteNonQuery failed for Database ...". When I run the stored procedure from the Query Editor in Management Studio, the stored procedure runs fine, though it takes about 18-25 minutes to run. Does any body know the problem Is it a time out issue, if yes, why am I not getting TimeOut Exception and what is the cure Any suggestions would be appreciated. Thanks Moving to the .NET Framework Data Access and Storage forum since this is using managed code. Can you provide the complete text of the error message in the exception, error codes etc. ...Show All

  • Visual Studio Express Editions String it together

    Hi, Please let me know if there is away to manipulate a string so that if there is a comma directly after a number [see below] then it is replaced by a space. Before AXA_Data, 39, Trust_Acc, Jersey, T=Y, ********,***,**** AXA_Data, 372, Trust_Acc, Malta, T=Y, ********,***,**** AXA_Data, 03, Trust_Acc, England, T=N, ********,***,**** After AXA_Data39, Trust_Acc, Jersey, T=Y, ********,***,**** AXA_Data372, Trust_Acc, Malta, T=Y, ********,***,**** AXA_Data03, Trust_Acc, England, T=N, ********,***,**** I hope it makes sense, Jason well what does the original string look like the code posted earlier does what you were wanting in regards to removing the first comma from ...Show All

©2008 Software Development Network