Click here to Skip to main content
15,888,461 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: To develop a smart phone application, What are the other softwares i Have to install other than MS .NET 2005? Pin
Jared Bienz [MSFT]13-Dec-07 4:37
Jared Bienz [MSFT]13-Dec-07 4:37 
QuestionHow connect SQL DB to Smart phone Application Pin
sacr8329-Nov-07 20:09
sacr8329-Nov-07 20:09 
QuestionPDA progrmming with C#.Net (MotoQ) Pin
sacr8329-Nov-07 20:03
sacr8329-Nov-07 20:03 
AnswerRe: PDA progrmming with C#.Net (MotoQ) Pin
PavanPareta30-Nov-07 0:38
PavanPareta30-Nov-07 0:38 
QuestionWindows Mobile 6.0 Internet Explorer Pin
Meenakshi Sundaram.k28-Nov-07 23:47
Meenakshi Sundaram.k28-Nov-07 23:47 
GeneralMerging multiple PSW files into one DOC file Pin
Brady Kelly28-Nov-07 23:37
Brady Kelly28-Nov-07 23:37 
GeneralRe: Merging multiple PSW files into one DOC file Pin
Mike Dimmick30-Nov-07 0:49
Mike Dimmick30-Nov-07 0:49 
QuestionObtaining calling class name Pin
Venkatesh B S Rao28-Nov-07 18:19
Venkatesh B S Rao28-Nov-07 18:19 
Hi,

I have requirement to get the name of the calling class. I have a logger class which is accessed by number of classes. Each time a call is made to a method in Logger class it needs to find out the calling class.

The following code works fine but StackTrace class cannot be used in mobile applications. Is there any alternative approach?

<br />
public static string GetClassName()<br />
        {<br />
            string name = String.Empty;<br />
            int nStackCnt = 0;<br />
            StackTrace oStack = new StackTrace(true);<br />
            try<br />
            {<br />
                nStackCnt = oStack.FrameCount;<br />
                int i = -1;<br />
                if (nStackCnt > 2)<br />
                {<br />
                    name = oStack.GetFrame(2).GetMethod().ReflectedType.FullName;<br />
                  }<br />
                return name;<br />
            }<br />
            catch (Exception ee)<br />
            {<br />
                throw ee;<br />
            }<br />
        }<br />


Thanks,
Venkatesh
QuestionRead Pin
Aparna.B27-Nov-07 23:44
Aparna.B27-Nov-07 23:44 
QuestionSQL Server 2005 Compact Edition Pin
Canito7627-Nov-07 6:48
Canito7627-Nov-07 6:48 
Questionc# how to hide keyboard in WInCE toolbar in formload Pin
ram krishna pattnayak27-Nov-07 0:33
ram krishna pattnayak27-Nov-07 0:33 
QuestionScrollbar Issue of ListView(while changing from Portrait to landscape) Pin
pashitech26-Nov-07 1:47
pashitech26-Nov-07 1:47 
AnswerRe: Scrollbar Issue of ListView(while changing from Portrait to landscape) Pin
biop.codeproject30-Oct-12 0:21
biop.codeproject30-Oct-12 0:21 
Questionhow to transfer file between pc to ppc ? Pin
E_Gold24-Nov-07 10:02
E_Gold24-Nov-07 10:02 
QuestionHow can I send a file or communication with my desktop pc from mobile phone? Pin
ayser353823-Nov-07 11:47
ayser353823-Nov-07 11:47 
QuestionCan C++ call C# assemblies on WM5? Pin
Orange Squishy22-Nov-07 9:37
Orange Squishy22-Nov-07 9:37 
GeneralRe: Can C++ call C# assemblies on WM5? Pin
Christopher Fairbairn31-Jan-08 16:26
Christopher Fairbairn31-Jan-08 16:26 
QuestionPassword derive bytes Pin
kingletas22-Nov-07 8:02
kingletas22-Nov-07 8:02 
QuestionCreating a CAB from inside PocketPC. Pin
gopan.gm21-Nov-07 3:18
gopan.gm21-Nov-07 3:18 
QuestionSMTP Pin
k.giannis_198020-Nov-07 8:02
k.giannis_198020-Nov-07 8:02 
QuestionSending SMS from PC to Pocket PC using BlueTooth Pin
Md. Ali Naser Khan19-Nov-07 19:51
Md. Ali Naser Khan19-Nov-07 19:51 
QuestionOperating System Confusion Pin
Evan St. John19-Nov-07 4:32
Evan St. John19-Nov-07 4:32 
AnswerRe: Operating System Confusion Pin
João Paulo Figueira19-Nov-07 8:19
professionalJoão Paulo Figueira19-Nov-07 8:19 
QuestionConnect still works when nothing to connect to Pin
hammerstein0518-Nov-07 23:12
hammerstein0518-Nov-07 23:12 
QuestionAbout BlueTooth and goAbout Project Pin
rauljuarez17-Nov-07 10:40
rauljuarez17-Nov-07 10:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.