Software Development Network Logo
  • SQL Server
  • Windows Vista
  • Game Technologies
  • Microsoft ISV
  • Visual Basic
  • Visual J#
  • Windows Live
  • Visual C#
  • Visual C++
  • Visual FoxPro
  • .NET Development
  • VS Team System
  • VS Express Editions
  • Architecture
  • Windows Forms

Software Development Network >> the redjinn's Q&A profile

the redjinn

Member List

Konrad_IX
denverd
Obsolete Profile Please Remove
sk4130
Jeremy Balliston
C4jun
MGM54
Drake Dok
RussellReed
themcfet
wking1994
BostonResident
mcjack
scud
DQM
Keyser
Sahil Jain
rc594
caesar2k
Jag Sandhu
Only Title

the redjinn's Q&A profile

  • Smart Device Development phone program in PPC

    Hi all expert, If i understand exactly, the phone program (which is included in pocket pc) is written from APIs. I want to rewrite a program phone like that, so i look in msdn, i found some APIs phone functions:  + PhoneCloseCallLog          ---  + PhoneGetCallLogEntry         |__ i can use them to build "call history"  + PhoneOpenCallLog              |   + PhoneSeekCallLog          ---  + PhoneM ...Show All

  • Visual C# UserControl Events

    OS: Windows XP Pro Lanaguages: C# Program: Visual Studio .NET 2005 hi ppl. im lookoing for help, i have a problem. i created my usercontrol and it has nothing on it but a listview that is filling my whole user control.. and some little pictureboxes arround it... what ever that does not matter... the thing is that when i add the control to a form that im using i use an event... "Enter" ... so when it become ActiveControl or the focus enter,,,it trigger the event... but that never happens... then i knew why.. ...Show All

  • Visual Studio Express Editions Network Applications with VB2005 Express a few simple questions????

    Hi There, I know that this might sound like a foolish question but... I'm new to this programming so please bear with me  Here Goes... If I want to develop a client/Server application, like say a front end to look at a large database and deploy it out to many clients across a LAN (not an Internet solution) then can I do this with VB 2005 Express edition I know that the SQL Express edition cannot be deployed on the network server but If I were to develop the APP in VB Express could I then use SQL 2005 Standard edition or would I have to rewrite my code to connect this app up... or to put it another way,&nb ...Show All

  • Visual Studio Team System C# or VB.NET

    It seems to me that all the code examples shown here and in the documentation are all based on C#. My client is completely standardized on VB.NET for all its developement and we are bound to this standard as well. For us, it would be nice if the examples were also available in VB.NET. Does anyone else feel that way or do we just have to bite the bullet and go for C# when we create tests Hi Roland, Yes, I feel that way too.  I absolutely believe that we should be providing examples in VB.NET along with C# examples wherever possible, from the beginning.  I can only speak for the documentation, ...Show All

  • Visual C++ Active X not working from webpage without Studio installed

    Hi all, This is my first Active X component, so I may have made some basic mistakes. But here is what I have done so far... 0. I am using Studio 2005. 1. Created a real basic (AboutBox) MFC Active X Contron using VC++. 2. Created a CAB file project. a. Included the OCX and and INF file to the cab. 3. Created a license file using LPK_tool.exe. 3. Created an HTML page that will access the Active X. And display the AboutBox when the button is pressed. 4. Copied the CAB, the license file and the HTML file to Tomcat webserver. Execution: Test Settings: Using IE on XP prof. Set all the security settings to download, install and initialize unsign ...Show All

  • Windows Forms Treeview Problem

    Hi, I want to prevent the user from cliking the nodes in treeview up to child node's document loaded completely. any one help me out. Thank you iam finding the selection changed. i have child nodes which contains html documents.if i click on the child nodes one by one it will display the particular document. if i click continuously on child nodes the selection is moving but it does not fetch the corresponding document. thank u ...Show All

  • Visual Basic Hi iv ben programing in vb5.0 and i would like to get vb6.0 can i?

    Iv ben programing in vb5.0 for about 2 years and i would like to get vb6.0 but i cant find it. And i dont like .net because: 1 it's not as ez to use. 2 it will not work on windows 98se Dose any know ware or how i can get vb6.0 Thanks Hi I don't believe you can buy VB6 anymore (retail at least). Your best bet would be something like e-bay. However, I personally would recommend that you look into .NET. It is definitely the way forward and although you can do a lot with VB6, there is not as much support for it anymore save for forums, newsgroups and the like. Also, Microsoft have made great efforts to l ...Show All

  • Visual Studio 2008 (Pre-release) WinFX Beta 2 - ResourceDictionary, Styles?

    I just installed the the May CTP. Unfortunately my application isn't running anymore. I always get the error: Property 'Source' not found or not serializable for type 'Source'. < Application.Resources > < ResourceDictionary Source = " View/Styles/StyleDictionary.xaml " /> </ Application.Resources > In another application it still works, so I think it has something to do with the styles inside my ResourceDictonary. Where can I find out what changes are made in the May CTP -Daniel You can find a list of changes from Tim Sneath`s blog: http://blogs.msdn.com/tims ...Show All

  • SQL Server Will ROW_NUMBER ( ) keep the provided order of records if the OVER clause orders on the same value?

    In the code example below, I am trying to store the user-provided sort order for a set of record ID's passed to me by the application.  Since I am Ordering by the ResultSetID, which is always 42 in this example, is it guarenteed that the passed in order of ListingID's will be maintained by the ROW_NUMBER() function --Code Starts Here Declare @ResultSetID int , @ListingIDsXml XML Set @ResultSetID = 42 Set @ListingIDsXml = '<ArrayOfInt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <int>452384805</int> <int>452384705</int> <i ...Show All

  • Smart Device Development using bit values in VS 2005 database manager

    Hi, Here's my problem : I'm using the server explorer to manage my sdf database, some collumns are in bit format, when I put some data in it (using the manager), I got checkboxes (to put the value to 1 or 0 I figure). But if I don't edit the checkbox (meaning : if i don't put the checkbox to "check" value) the manager let the collumn value do DBNull. I guess I can check then uncheck the cell... but doing so on more than 10 collumns in 5 separate tables with at least 20 rows in each... I think you can figure out how long it takes. Are you planning on updating this part thanks! Seta, I understand what you' ...Show All

  • Visual C# sending message from tcp socket to a webservice

    hi everyone, is it possible to send a message from a tcp socket to a webservice i ask coz i don't know what to do anymore to my application . i'm not getting the message i'm sending to the webservice (string is null). but on the ethereal i can see the packet i sent from the tcp socket. i'll really appreciate any help. thanks. ...Show All

  • Visual J# How to set System.SetProperty() in J#

    Hi, When I did a port from JAVA to J#, I need to set proxy settings using setproperty but I tried using the the method recommended in http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=148074&SiteID=1 , I cannot find the method setproperty(). I am using Framework 1.1. Desperately need help. Thank you. Warm Regards, Francis The right code may be the following. { java.util.Properties p = System.getProperties(); p.setProperty("Name", "Value"); System.setProperties(p); } ...Show All

  • Windows Forms How to select a control within a control in design-time?

    Hi, I am building a custom control that mimics the MS's outlook bar. It consisits of a panel, which has bands and each band has a button that serves as a caption of the band and a container panel within the band. My question is: In design-time, how can I select that container panel, which lies within the band panel I read all about the ParentContr ...Show All

  • Visual Basic CutePDF Writer,eDocPrinter PDF Pro..etc...How can i handle thease object properties...please reply....

    Hi, I have created a word document using bookmarks and other things in VB. When i want to finish my document, I can only save it in .doc. Are there some libraries to pass to PDF Thanks! There is nothing built into Microsoft Word, but you can use one of the many PDF print drivers available to generate a PDF file: http://www.cutepdf.com/Products/CutePDF/writer.asp ...Show All

  • SQL Server Schema Ownership

    Hi, I have this user that was given ownership of a couple of schema's and now I want to delete the user but an message appears saying I need to transfer ownership before doing so. The boxes that where ticked in SQL Server won't untick so how do I go about removing ownership of the schema and which user would of had ownership prior, it would have been the inital default user. Anyone...please... All objects, including schemas, have to have owners. If you could just delete the owner of the schema, it would no longer be owned by anyone and the security functionality relating to ownership chaining would stop working. So before ...Show All

©2008 Software Development Network