Software Development Network Logo
  • Architecture
  • Visual C#
  • Visual J#
  • Visual C++
  • .NET Development
  • Game Technologies
  • Smart Device
  • Windows Live
  • Windows Vista
  • Microsoft ISV
  • Visual FoxPro
  • Visual Studio
  • Windows Forms
  • SQL Server
  • Visual Basic

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

Kangaloosh

Member List

Boris Vidolov
FabioDeSantis
Bennie9425
lbt
marbanno
Paul732887
Zharadan
rawdrib
nanci ruhl
Mudassar Majeed
Bjoern Graf
bev a
Saint Kabir
TareqGamal
Skip Floyd
daz.uk
Henning Pohl
Nihal Chand
kennykaz
Dangerous Dan
Only Title

Kangaloosh's Q&A profile

  • Windows Forms How To run Pocket TaskVision??

    Hi all, Being primarily a web developer, i'm a newbie to both windows forms programming and pocket pc development. I had downloaded the pocket taskvision sample app and installed it on my desktop pc. However when I try running it in the VS.Net 2003 emulator, it shows the loading of various components onto the emulator including PocketVision.exe but I couldn't fi ...Show All

  • Software Development for Windows Vista WinFX RTC December 2005 Not working with December Vista SDK

    There's a problem with the WinFx RTC download for December 2005.   The links on the page http://www.microsoft.com/downloads/details.aspx familyid=BD3BA2D5-6ADB-4FB2-A3AA-E16A9EA5603F&displaylang=en There's a link to download the entire WinFx RTC package instead of the "smart" installer. http://download.microsoft.com/download/9/4/9/949EEA41-364A-45DC-8F4E-47E7AC147D25/winfxrc.exe I checked the time/date stamp in the downloaded files from the WinFX RTC and the Dll's are all from 11/18/05. this is for the WinFX RTC that is linked on the downloads page indicating it was December 2005 WinFX RTC.   This happens wi ...Show All

  • SQL Server Disable the "All" option in a parameter

    Does anyone know how to disable the option "All" in a parameter which is in a 2005 reporting Services Report based on a 2005 AS Cube Thanks in advance, Pieter Yes that is correct, but it does not give me the solution for my problem. From Microsoft I got this information: "The <Select All> option in the parameter drop down is only a UI item. This will be removed with the SP1 release. " So 'll wait for the SP I guess! Thanks for your help! ...Show All

  • Visual C# How to assign 4 bytes of float to byte array

    I need to assign each of the four bytes of a float type variable to four bytes of a byte array. Can someone suggest a way to do this In essence I would like to do this: byte_array[0] = float_byte1 byte_array[1] = float_byte2 byte_array[2] = float_byte3 byte_array[3] = float_byte4   This array will be sent via a USB transaction. On the other end I will need to re-assemble the float type variable... In C++: byte byte_array[4]; float f = /*something*/; memcpy( byte_array, &f, sizeof (f) );   ...Show All

  • Architecture standards of rule engine

    Can you please help me in understand what all standards are prevailing in rule engine industry. I came to know a few of them i.e. RuleML, BRML, SWRL, though I don’t know all of them. Also that RuleML is a part of SWRL and BRML is a part of RuleML. Please elaborate which of these standards are generally used in rule engines created for .net applications and why. regards TIC Business Rule standards are still immature and commercial product adoption of these standards is very slow. Outside of the academic and semweb community RuleML has had little uptake in commercial products( http ...Show All

  • Windows Forms reading updated part of file only

    Hi, I am trying to read a log file that has following content. 1 2 3 4 I simply read the file. Now after a few seconds the text file gets updated and looks like 1 2 3 4 5 6 Now the next time I read the file, I only want to read the newly added portion, which is 5 6 How canI do this My file reading code runs after a speficied period of time I am doing this right now but that does'nt seem to work. string temp; long newoffset = 0; Byte[] myByteArray = new Byte[200]; while (true) { FileStream fs = new FileStream( @"C:test.txt" ,FileMode.Open,FileAccess.Read,FileShare.ReadWrite); fs.Seek(newoffset,SeekOrigin.Current ); fs.Read(myB ...Show All

  • Visual C# Multiple language support?

    Does Visual Studio C# Express have support for multiple target languages (ie program displays English, but I want to also distribute a German version of the program). Would you believe that I had to sign in again using Passport, and lo and behold, there they were... sorry 'bout that... ...Show All

  • .NET Development Using returned value from SqlDataSource1

    I, a newbie, can't seem to figure this out or find the answer on forums. Any help you could offer me is appreciated. VS2005, C#, Web forms. What I'm doing is writing the login name and password to Profile.Login & Profile.Password from the text boxes on a login screen only if there is such a combo. I also want to write the person's UserID but can't get it out of the SqlDataSource1. I have an SqlDataSource1 that returns a distinct integer value (134 for example). I can display this value in a grid view, details view, and so on by linking the datasource to the grid view. The query works but... I want to be able to write the returned valu ...Show All

  • SQL Server Installation of MS SQL Server 2000 Reporting Services

    After Installation of MS SQL Server 2000 Reporting Services , It gives message: Setup could not initialize the report Server. You must manually initialize the report Server before usung it for the first time. For more information, see the Reporting Services setup documents. I have Windows Server 2003. How I should resolve this problem COuld you help me Thanks, Hi Alice, I had this error when I tried to install the RS in a server which was also a DC (Domain Controller) of the network. As I found that this might cause any other issues, I decided to install in another server ... Have you already googled it I found a lot of topics about .. ...Show All

  • Visual Studio Team System TFS Error Branching... SQL Error 8152 ...String or binary data would be truncated...

    I've put about 5GB worth of data into TFS. Had problems with some paths exceeding the 260 character path limit of the windows shell & #define's etc. (I think NTFS has a 4k limit on paths or something...) Anyway, managed to remove offending directories during check-in, & all was fine. At some point, I did a branch & all was fine. Earlier today, I went to do another branch & it complained about: SQL Error 8152 ...String or binary data would be truncated... etc.!!! I suspect the path names being too long, but this is silly if that's the case. It let me put the files in there in the first place, why Can't ...Show All

  • Visual Studio Express Editions Getting HELP

    I am perhaps a little slow (stupid). Deal gently with me! I have loads of nice simple examples of every thing I learned to do in VB 6, this meant that when I had forgotten how to do something I had done before I did not need to look through miles of code. So, now I have downloaded Visual Basic Express the MyVB (originally some VB2 much VB4 then updated via 5 and 6 with new regular new examples) now I am trying to update to VB express. Ok so I get errors. If I go to MENU + HELP + "How do I" help I get online help at this URL: http://msdn2.microsoft.com/en-US/library/756acb4f-6bc6-422a-8133-b241e5003a93.aspx  this works if I click i ...Show All

  • Windows Forms Source code for the Objects should be included

    All the source code would be nice  I am particulary interested in the inherited textbox that Provides the Percentage complete if that is indeed how it was done. I need to do something similar with DAYS but I notice that none of the objects in the OBJ directory have included Source Code Colin that helps a lot I looked for it as a  ...Show All

  • SQL Server ADOX - Create MDB problem - data source containing keyword "System" or "Windows"

    Hi, I'm developping an application in VB.NET 2005. I've made a function that creates an Access 2000 MDB with ADOX. I'm using the Catalog.Create method with a connection string to achieve this. Here is a connection string that works: Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\SYSTEM1\System2.mdb Here is one that doesn't work: Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\SYSTEM\System2.mdb and another one that doesn't work: Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Windows\System2.mdb Is there something with the "System" and "Windows" keywords that may cause the problem ...Show All

  • Windows Forms Embeding Word into an application

    My user wants to have reports in Word format.  Is there a way to embed the Word API into a .NET app   Are there any articles discussing this Your help is apreciated. Kaytrim Well, assuming that the end user will have Word installed on their machine, you could use the .NET Office Primary Interop Assemblies to control Word.  There  ...Show All

  • SQL Server SQL Server Reporting Services - data extension 'XML'

    The reports based on XML is perfectly displayed in development Environment. But than uploaded to Server, the following occurs: An error has occurred during report processing. An attempt has been made to use a data extension 'XML' that is not registered for this report server. Help needed, thank you. Thank you for the answer! Is there are any way to revoke this limitation XML is a great technology, and it does not look like a "big deal" for Microsoft to let developers use XML as the DataSource for the Reporting, even in Express Edition. Thank you very mu ...Show All

©2008 Software Development Network