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

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

MoniDD

Member List

jake williamson
tschissler
Jimmy_fingers
bbncqa1
Ruhina
Bo Yu
Blast
Tomasz K.
John Freddy
Sculptor
AlexBB
Chalagif
linzbfc
elpepe
MitchMc
ssfftt
Shaantu
Cwilson
Steve Levine
ringerxyz
Only Title

MoniDD's Q&A profile

  • Smart Device Development why can not Relayout Dialog in OnSize() on Pocket PC 2003.

    I have create my app for windows mobile 5.0 for Pocket Pc.and it can work. and then a create a app for pocket pc 2003.and other function is ok.but only rotate function can not work. On WM5.0 platform my app can switch dialog template for standard and with mode.the code is as follows: void CMy2003TestDlg::OnSize(UINT /*nType*/, int /*cx*/, int /*cy*/) { DRA::RelayoutDialog( AfxGetInstanceHandle(), this->m_hWnd, DRA::GetDisplayMode() != DRA::Portrait MAKEINTRESOURCE(IDD_MY2003TEST_DIALOG_WIDE) : MAKEINTRESOURCE(IDD_MY2003TEST_DIALOG)); } the same code run on pocket pc 2003 can not work.I have click rotate button on Eumlator.wide mode is also old dialog layout. thanks for you help. ...Show All

  • Visual Basic Open file

    Hiiiii, How i can open file (word,excel etc) using vb.net (web base).. But not using response.redirect(namefile)... Please help me.. Thanks Jebat Yes I know...but i already send my question to www.asp.net forum... i not yet got solution for my problem.... i think in this forum i can get solution for my problem... thanks... ...Show All

  • Visual Studio Package w/ Item Templates and VS2005 Web Projects

    I've got a package, two item templates, and a wizard that need to be deployed to developer computers. I'd like to keep the templates within the directory for the application, so I've added the registry keys/values under HKLM\SOFTWARE\Microsoft\VisualStudio\{vs version}\Projects\{projecttype guid}\AddItemTemplates\TemplateDirs\{package guid}\/1 . This added the templates and wizard to the Add New Item dialog for C# and VB projects, VS2003 web projects, and the Add New Item dialog when no project is open. However, I can't find a project key for web projects. I have a workaround now where I can copy the zips to the MSVS8\Common7\... directory, but I'd like to keep everything in the app directory. Is what I want possible Thanks, J ...Show All

  • Visual Studio 2008 (Pre-release) How to Capture video from webcam using WPF webbrowser application....

    Hi all, I am developing web based video conferencing using winfx 3.0.....all tasks like Whiteboard Sharing,Chatting,QA.... completed accept capturing client video,audio and passing it to back to server... If someone suggest me how to do it... it really helpfull to me accomplish my goal.... Regards Hi, Temporarly i have done web cam capturing in flash then integrated that .swf into html file and integrated html file into frame in WPF...... Let me know if you will find any good link or blog about capturing webcam in WPF webbrowser application....... Regards ...Show All

  • .NET Development Retrieving an Access table' structure

    Anyone could help me in figuring out how to programmatically understand the structure of an Access table I mean, given a DB connection and the name of a table, how to determine: - the name of the fields of that table - the type of the fields - any eventually relationship between the fields of this table with others in the DB Thanks a lot, Davide I have working code for you to retrieve the datatable structure. I'm at the office right now, give me some time. When I'm at home I'll search for the code and modify it to a easy to use library. ...Show All

  • .NET Development I can't get WebResponse from WebRequest on one server but I get it on others

    Hi I'm having a problem using webresponse on one server but my code works well on other servers. I get the following error: The underlying connection was closed: The remote name could not be resolved. at System.Net.HttpWebRequest.CheckFinalStatus() at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at System.Net.HttpWebRequest.GetResponse() at magrosa.PubVars.ResizeImage(Int32 maxWidth, Int32 maxHeight, String picFile) The function below which gives this error on a particular server is for propotionaly resizing an image before its displayed on a page if its bigger than set maximum dimensions: -------------------------------------- Public Shared Function ResizeImage( ByVal maxWidth As Intege ...Show All

  • Visual Studio Express Editions Help with access DB on my form?

    I have an MS access DB and it has 2 tables 1) "customers" 2) "contracts". I pull data from both of these tables using 2 different datasets so if i change something in customer only customer updates and if i change something in contracts then contracts updates... both tables have a field called "CustID" so i would like it if i change the contract then the customer details also update, im sure this is possible but im new to programming and cant figure it out :( Hope someone can help, thanks! :) ...Show All

  • Smart Device Development Querying from my PPC to a Desktop Database

    Hi, I would like to ask what are the things needed to connect a pocketpc to a desktop database server so it can query to it. What I mean to ask is, what pocketpc OS, database server and visual studio must be used Is it even possible without any CE Database on the pocketpc Im trying to develop a program that will help waiters in restaurant to place orders using pocketpcs. The main objective of the software is for the waiter to input the order of a customer and the data will be passed to the database to make the order. Any help would be greatly appreciated. Thanks. Jup To add reference, click References/Add in solution explorer and choose System.Data.SqlClient.dll. If you don't see it, please run a sys ...Show All

  • Visual Studio 2008 (Pre-release) Dimensioning a ScrollViewer to fit remainder of a window

    I've implemented a window containing a menu bar at the top. I'd like the rest of the window to contain contain a ScrollViewer which resizes whan window is resized. Both are contained in a StackPanel. I came up with the following event catcher: if changing outer stackpanel to Dockpanel will work, < DockPanel > < Menu Name = " UpperMenu " DockPanel.Dock = " Top " VerticalAlignment = " Top " HorizontalAlignment = " Left " Height = " 20 " Background = " LightGray " Foreground = " Black " ClipToBounds = " True " > < MenuItem Header = " File " ClipToBounds = " True " > < MenuItem Header ...Show All

  • Commerce Server Retrieve ALL products best practices?

    I'm looking for the best way to retrieve all the products in a catalog. Currently, i'm running a CatalogSearch to retrieve all the product Ids and then calling GetProduct for each product Id to get the Product objects. Is there a better way to do this Michael. Hi! Vinayak, this your code dont return Product Collection. I try it in my app! I try an diferent code... ...But didn't work ProductCatalog productCatalog = CommerceContext.Current.CatalogSystem.GetCatalog("MyCatalog"); CategoryConfiguration cc = new CategoryConfiguration(); cc.ChildProducts.SearchOptions = new CatalogSearchOptions(); Category rootCategory = productCatalog.GetRootCategory(cc); ProductCollection products = r ...Show All

  • Community Chat Is MS trying to throw away menu bar?

    In IE7, classic menu bar is disabled by default. In Office 2007, there is not menu bar at all. Also the traditional toolbar is gone. I can't find a way to create my own custom toolbar too. What's happening I know menu bar is very classic and not pretty, but it is one single place that I am 100% sure that I can get all the features from a program. I don't want to lose it. A lot of people probably use Word more extensively than you do, producing legal documents, presentations, multimedia-heavy proposals, complex technical documents. A live preview can be a major time saver, and error-prevention tool. ...Show All

  • .NET Development Slow Opening Initial Internet Connection in console application

    Hi, I have a console application which should read xml from the Internet at some point. I've noticed that it takes plenty of time (between 10-15 sec) for initially "setting" an Internet connection via the console application. The same code works instantly in a asp.net web project. The example below illustrates the problem: It takes 14 seconds for step 1 and 0,0 seconds for steps 2 and 3. All files on server are really small (about 1 kb each - 10-15 lines) using (System.Net.WebClient wc = new System.Net.WebClient()) { //step1 wc.DownloadFile("http://somedomain/test1.xml", @"C:\Test1.xml"); //step2 wc.DownloadFile("http://somedomain/test2.xml", @" ...Show All

  • .NET Development Limit the row number result in a .Select() method.

    Hi! I have a DataTable with 180.000 rows, i need get the rows one by one with a less ID and TTL = 0, i use this: DataRow[] NextValue = dt.Select("TTL = 0", "ID") ; Debug.Print("Arr" + NextValue.Length.ToString()); if (NextValue.Length > 0) { // Do stuff with NextValue[0] .... }   The problem is, that the firsts times ... the NextValue array could have 179.999 DataRows... and next 179.998 ... etc.. etc... Do this query spend a lot of time, i need reduce the time but ... how Some idea Regards. Ah, I think you need to reevaluate your architecture. You don't need SQL Express on the client to get a reasonable DBMS engine to store rows locally. I suggest you investigate SQL Server 2005 Compact Edition. It has an up ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Problem to Create my own Custom Cursors...

    Hi, ... ... ... I wrote a program to create my own Custom Cursors that I edited... The program in Visual C++ compiles fine, but the cursors just won't be create... Instead, I just keep getting the same old standard mouse pointer of Windows... So, Should I have made certain Settings with my Visual C++ compiler... I use the Visual C++ in the Visual Studio 2005 Standard Edition... Can anybody tell me what I need to do in order for my Edited Custom Cursors to appear in the window... ...Show All

  • Windows Forms Read data from App.config

    Hi how can read data from the configuration files, in VB2005 and VB2003 Are yout talking about reading your own custom data If so, you need to have a <configSections> with a <section> definition tag that defines your custom section and the class that will handle this section. Your own custom section is then mapped to a class in your code that derives from ConfigurationSection and during startup .NET will create an instance of this class when it's time to process that section. For example: <configuration> <configSections> <section name="customStuff" type="MyApp.CustomStuffSection, MyApp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" allowDefinition="Machine ...Show All

©2008 Software Development Network