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

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

smartneraj

Member List

Poida
Jay Luttrell
SUJAN KATAKAM
RyanD
mkrajew
RCQwerty
Graham
Joe Rohde
kob_kob
Johnny P
ElizabethS
Tarek Haoula
Trane Co Engineer Don
Rania
misogidave
Michael K88794
Mohammad Al Husseiny
cpix
Jon_ProactiveLogic
D Hoffman
Only Title

smartneraj's Q&A profile

  • Visual Basic Printing in VB or other .nets

    i have researched thoroughly the new .net printing paradigm. However, the use of Graphics eliminates the ability to print directly to the printer using Internal Printer Fonts. Eg. i need a way to print using printer font "Stripe 2" such that the printer can print on the magnetic side. In VB6 this was very easy as the printer font's were easy enum'ed. Does anyone know of and could provide a solution/insight into the way to print ...Show All

  • Visual Studio Problem with Conditional Import inside VS

    Hello I have a .targets file that supports multiple platforms, and has 3 elements like this: <Import Condition=" '$(Platform)' == '...' " Project="..."> When I build using msbuild.exe and specify /p:Platform=... it works ok for all platforms. When inside VS, it always imports the first one, regardless what Platform I choose. I also have a dummy Platform called "BuildAllPlatforms" that invokes the msbuild task for all platforms, and that wo ...Show All

  • Visual Studio Express Editions Help me with importing c++ dll functions.

    Hi, Im trying to import these functions from vb.net but i dont know what WORD and so on would be in vb.net and how I would call them. ////////////////////////////////////////////////////////////////////// // Decrypt Message From FrontCode Peer Cache Server // // Parameters // pSrc : (IN) Message From Peer Cache Server. Buffer must be 132 bytes. // pDst : (OUT) Primary Node Addresses. Buffer must be 120 bytes. // // Remarks // Node Address St ...Show All

  • Visual C++ DLL Export

    I'm modifying an existing solution that has a DLL and an app. I added a new function in the DLL in the cpp file. I added the function prototype in the class definition section in the header file. The class has the AFX_EXT_CLASS modifier so the entire class should be exported. However, I get an error when linking the app, because it doesn't know about my new function in the DLL. unresolved external symbol "__declspec(dllimport)p ...Show All

  • Visual C++ Cannot make cyclic reference to value classes through arrays (C++/CLI)

    Here is an example: ----------------------------------------------- value class Class2; value class Class1 { public: void method(array<Class2>^ arr); // Error (use of undefined type) }; value class Class2 { public: void method(array<Class1>^ arr); }; ------------------------------------------------ Although Class2 is pre-declared, the compiler throws a "use of undefined type 'Class ...Show All

  • Visual C++ Writeing all listview elements to file

    hi. i am using ListView and i need to save all list view elements to file :S is there any way to save whole ListView i am writeing to list this way: Meritve is the name of listView this->StatiskitaNalisti= gcnew ListViewItem(this->EditImeRobota->Text->ToString()); this->StatiskitaNalisti->SubItems->Add("NE DELA"); this->StatiskitaNalisti->SubItems->Add(this->VCasi->PovprecenSpeed.ToString()); this-> ...Show All

  • Windows Live Developer Forums spelling with CultureInfo = "de-De" wont work.

    Hi all, the msn search service works fine for me in VS2005. But the SourceType .Spelling works only with en- languages. One Sample: A query with the word inde c server returns with CultureInfo de-DE no WebResult and no SpellingResult. If i change the CutlureInfo to en-US and repeat the query, the SpellingResult comes right with inde x server and all is fine. Nows anyone if this is a problem with the SearchService or it comes from ms ...Show All

  • .NET Development Expiry of session values

    i have created a website in ASP.Net which uses sessions to transfer values from one webpage to another webpage. which works well when called from a web server. Now i have created a another web project which contains a page with frame set. From this frame set page i call my original .Net website pages. But when i call my pages from the frame set , the pages which contains the sessions, all the sessions are expired/they lost their values, they a ...Show All

  • Windows Forms Good magazine?

    Does anybody know a good magazine convering not just asp.net but windows forms as well  thanks <a href="http://www.code-magazine.com/">CoDe Magazine</a> is fantastic. It's new but I've found more than half (and sometimes all) of the artic ...Show All

  • Visual C# Question about making object instance visible to other objects

    I have 3 classes: MainClass SettingsClass FormClass Now, Mainclass handles most operations and does it's job well, upon being instantiated it creates an instance of SettingsClass, we'll call this instance _settings.  SettingsClass holds global settings for the application... like the user name, state of various things, that sort of stuff.  During the lifetime of MainClass, a FormClass may or may not be instantiated as well.  FormC ...Show All

  • Visual Studio Express Editions Can't install Visual C# Express Edition

    http://img411.imageshack.us/img411/6766/msjunk6cp.jpg it always stops during the native images installation, i took a screen dump please have a look at it if you know the answer please reply i am in need, it failed to install on 2 fresh OS fully updated XP machines so, must be wrong with the installation process i noticed it always stops at the assembly process Help, hi, you can ask this ...Show All

  • Visual C++ Problem with accessing a vs2003 DLL from a vs2005 application

    I have a major problem. I have only the header files, the lib and DLL from a vs2003 project. I am calling a function exported from the DLL from a vs2005 application. And C++ templates are used everywhere. From the following thread, I found out the data of the template functions are not compatible: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=136960&SiteID=1 I wonder if anybody has some help for me. The source for the vs2003 p ...Show All

  • Visual Studio Back/Forward buttons don't work in Help (Document Explorer)

    Since installing VS 2005 Beta 2 I have noticed that the back and forwards button on my Logitech MX-1000 mouse do not seem to be recognised in the Help application (Document Explorer). They do work fine everywhere else (in IE, for example). Does the logitech mouse allow you to define additional keystroke shortcuts for those buttons   if so, just define alt-left_arrow and alt-right_arrow for back and forward. Josh ...Show All

  • Windows Forms String Collection Editor

    Hi Can anyone tell me how can i associate a String Collection Editor -- the type a ListBox has for its Items property -- with my own control. I tried one approach.But it failed on two accounts. This is what i did :  My control is inhe ...Show All

  • Windows Forms Performing search on dataset

    I am a big novice when it comes to ADO.NET and VB.NET so forgive me if I am making this hard to understand. I have a dataset that has 100+ rows and 12 columns.  My table is named "DsInventory1.Inventory" within the dataset. I am  ...Show All

©2008 Software Development Network

powered by phorum