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

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

franziss

Member List

olap_user
Richard from Kent
Gnanadurai
Amir Gheibi
Lee John
PinTxO
Bizzdreamer
LML
hallscreations
su45937
JamieH79
rod_r
Karrar
Lalit Mohan
Jehan Badshah
Khammonh
Herru Perdana
vkas7
AndyPham
BeguiledFoil
Only Title

franziss's Q&A profile

  • Smart Device Development using C/C++ to read SIM card information

    Hello everyone, I am wondering whether there are some samples/tutorials for a beginner to learn how to use C/C++ to read SIM card information on Windows Mobile platform thanks in advance, George Install the SmartPhone 2005 SDK. If you have installed it to the default folder you will find a sample at this path: C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Smartphone SDK\Samples\CPP\Win32\Simmgr Oystein ...Show All

  • SQL Server Role Playing dimensions Currency Conversion issue

    Hi, Having issues with Currency Conversion in SSAS when using role playing dimensions of Time. When the Dim Usage in the cube is set for the role playing dimensions, i.e. defining the relation between the Exchange rate fact and the role playing time dims. the base $ measures (no calculations) return a null value. The generated conversion script in Calculations has leaves(Time), not the leaves for each role playing dim. With leaves for each along with leaves(time), the base measures return null. Regards     ...Show All

  • Visual Studio Express Editions re- teddy bear

    guys I have no desire to become involved in your squabbles......but let me say this... I asked a question, carsten was kind enough to answer....thanks carsten..... I will be in touch.....and although I have nothing against someone recommending a book......that is not what I want....I will go with carsten..... and I dont think this post was off topic until someone turned it into a personal issue there was a time not too long ago when these forums were very helpful..... but it is becoming more and more obvious that lately the emphisis is more to do with gaining points rather than helping......and I dont like it..... who locked the original thread ...and why. .....this is not right.... we are all entitled to out point ...Show All

  • Visual Studio Express Editions Computed Column

    I am having trouble finding the correct sytax for formulae in creating computed columns. I would like to create three computed columns in my table in my database. The first is an average of the last 20 prices, the second is the average plus one standard deviation and the third is the average minus one standard deviation. I would appreciate any help. I have tried even simple formula but nothing seems to work, i keep getting error messages. Markw2004, Check out this link: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1279113&SiteID=1 This will show you how to aquire spreadsheet gear for free. (legally). I use it for something similar to what you want. I also have my reports generating as data is being input with b ...Show All

  • Community Chat so the Zune's a flop

    or so says every review I have read. anyone have any sources saying otherwise installation HORROR stories. questionable collection of "features." incompatibility with WMP and pretty much any non-Zune marketplace source for music. handicapped wifi. I was on the verge of pre-ordering a Zune, but Microsoft has jaded me over the years, so I held off. I think I'm pretty happy with that decision. ahmedilyas wrote: it's only JUST been released ... how can one say its a flop far from it IMHO. its typical when anti MS people like to criticise something that doesnt go their way initially. You should buy it IF you like it and IF you find it useful for you, not what other people say or think. ...Show All

  • Visual Basic Lookup Tables

    On my Windows form in VB.Net 2003 I want to display the status of a Work Order. The 1 Char status code is stored in my W/O table Access Db, I also have another table that describes each Status Code. 1 Char for Code and 10 Char for status. When I load my form to display the W/O record I want to be able to take the status code from the W/O table and lookup the status description from the Status table. Can anyone suggest the most efficient way of doing this I have thought of using a multi dimensional array that would load up all my status records at the beggining of running the program but couldn't get that to work. I also looked at Hashtables, to no avail. any thoughts would be appreciated. thanks tattoo ...Show All

  • Visual C++ Multi-dimension arrays in VC++ 2005 for n00bs

    Okay, a little background: I'm an aerospace engineer, not a programmer, but I'm experienced in C, and I'm using VS2005 to make some simple-ish tools for our group. I'm trying to declare a multi-dimensional array in VC++ through the 'standard' method... double test[5][5]; ...and then access it in the 'standard' way... test[0] = something I'm putting in there.; ...but it's not working. When I debug, the Watch says that test is a double[][] of length 5. So far, so good, but when I expand it, instead of the 'standard' syntax, it comes up like this.... test[0,1] Length 0 double[] test[0,2] Length 0 double[] ...and so on. I've dug through our copy of MSDN, and online and there ...Show All

  • Visual Studio Express Editions Debug.WriteLine not outputting anything!

    I have had this problem for a while now, which I have just helped by using a form with a rt box. It's beginning to make life a pain, and I was wondering if anyones having this problem to... Debug.Writeline works with c# properly by the way. This is correct that for VB Express the Debug output shows up in the immediate window. If your using VSTS, it will appear inb the Output window. I seem to recall there was a setting under debugging in VS that will allow you to redirect all output to the immediate window - In VS it isnt set but this is set by default in VB Express and the IDE doesnt present you with this menu allowing you to change it. ...Show All

  • Smart Device Development Microsoft Contacts Control

    I want to develop a custom control such as Contacts. I could reuse this Contacts in Microsoft.WindowsMobile.Forms namespace. But only disadvantage is this control takes data from Contacts source. I want to get this type of information from Calllog and SIM as well. What type of control they are using/I have to use to display Name and Number under one column but in two lines Thanks, Vijay The .NET Compact Framework does not implement a multi-line list box. Alex Yakhnin wrote a great article describing how to create an owner drawn list box. I suggest you use his approch documented at: http://www.opennetcf.org/PermaLink.aspx guid=d88b1a1a-a866-4247-a0c8-94ab3c124f63 ...Show All

  • Visual Studio Express Editions Using an animated GIF instead of busy cursor

    I am trying to use an animated gif in my form to indicate that it is in a busy state, but I am having trouble doing so. I first try adding an animated gif to a PictureBox and make it visible when the work is being done, like this... private void btn_ADOTest_Click( object sender, EventArgs e) { pb_Working.Visible = true; //My PictureBox containing an animated GIF - make it appear ... //Do some work here - in this case reading from and writing to an Access DB ... pb_Working.Visible = false; //Make the image disapper } The trouble here is that the animated gif does not animate. I then tried to put the animated gif on a different thread, but had no luck. Any ideas would be very helpful. Apologies i ...Show All

  • Visual Studio Tools for Office Assembly Office Version 11.0 Redistributable Setup File Required

    Hi, I've developed a application in Visual Basic 2005 Proffessional Edition, and I'm able to install the application in my system. But when I tried to install the same in another computer , I got the below error message, "The application requires that assembly office Version 11.0.0.0 be installed in the Global Assembly Cache (GAC) first......" So can anyone send me the link for downloading redistributable installer of the above missing assembly. Thanks In Advance, Lokesh Ravindran hi Lokesh. Has your problem been resolved The assembly in question is the Office PIA and is intalled by Office. In the Office setup, you need to go and select the ".net progr ...Show All

  • SQL Server Union All Component

    I am using a Union All component in a Data Flow Task. I have 3 Input OLE DB Sources connecting to the 1 Union All component. And then the Union All component connects to OLE DB Destination component. Everything looks good, but for some reason, for every time the Data Flow Task runs, 3 rows are inserted into my table. Why is that Isnt Union All joining all fields, and then just inserting 1 final row to my table. What am I doing wrong or what should i do to just insert 1 row in my table. Thanks and I am really anxious to see responses on this post. Thanks again. MA2005 wrote: I am using a Union All component in a Data Flow Task. I have 3 Input OLE DB Sources connecting to the 1 Union All component. And then the Union All ...Show All

  • Smart Device Development When is the .NET Compact Framework 3.0 coming out?

    I guess the subject title says it all. There will be no NETCF 3.0. NETCF 3.5 is coming with Orcas (next version of VS) whenever that would be. Nobody can tell exact dates until product dates are officially announced per internal policy. ...Show All

  • Visual Studio 2008 (Pre-release) Computer name issue

    Hello, I am having difficulties with WCF service, hosted on IIS6.0 and computer name. My virtual directory is accessible using domain name, but my service is created using "computer name" instead of domain name: "To test this service, you will need to create a client and use it to call the service. You can do this using the svcutil.exe tool from the command line with the following syntax: svcutil.exe https://portal/apis/services/3.0/CatalogService.svc wsdl " "Portal" is computer name. How I can force the service to use domain name instead of "portal" Service configuration is: < system.serviceModel > < bindings > < basicHttpBinding > < binding ...Show All

  • Visual C# Win32 API & Disk Management

    For Educational purposes I really want to learn how to access hard drive I mean everysector in the drive and so on, how to move one sector to another one, how to create disk defragmentation software this would be low level stuff which .NET can't do/access. you would require C/C++/Assembly to do this to be honest. I would guide you to the correct forum but can't seem to locate a C++ forum here in the Microsoft public communities site. ...Show All

©2008 Software Development Network