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

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

dax_kun

Member List

alemayehu
Susan S
nigel.uk
thedewd
Prashweenet
Khenat.Ram
pure159112
lucas3256
WolfgangEngel
Krutika
Nick Darnell
dindelus
kennm
maddman
C. Alan
progames25
SCSmith
Marcel82
Anand Raman - MSFT
Kelly R. Martin
Only Title

dax_kun's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. DirectX Questions... Problems with .lib and ddraw.h

    Hi, ... ... ... I use the Visual Studio 2005 Standard Edition, Visual C++ 2005... I've done some Windows programming and been using the GDI to make some graphics so far, it works well... But can anybody tell me how to Clear the screen after using the GDIs to draw some polygons... You see, the screen then becomes full of polygons, and that's what was wanted, but then, finally, how about Clearing the Screen completely and then start to draw some other, say, triangles instead... So, What is the exact Command to Clear that Window that the polygons were drawn in... ... ... ... OK, Now, here's the problems... I've finally started to get into Direct3D and DirectX... So, I've read and Understood all the materials about how to creat ...Show All

  • Visual Studio Making pdf default export format in crystal reports

    Hi all we are using the crystal reports that comes with Visual studio 2005 for developing a c# windows application. we need to make the pdf the default export format for report. can anyone tell me how this can be done. Thanks Hi, I have a the same requirment that came up and not sure how to do it. When the user click the export button, I need to default the format to PDF instead of Crystal format. I been playing with the code you've provided but with no luck. Can please explain where should the codes go to Also, the "Report.ExportOptions" does not exists. Please help. Thanks, Rick.. ...Show All

  • Windows Forms Is there an option to make a big exe file that contain my program and all the things from the frameworks the my program need?

    When I write program in VB express the .exe file is lean on the frameworks and when I want to run my program in other computer sometimes I need to downloads the frameworks. So I want to know if there an option to make a .exe file that contain all the things that my program need to run on any computer and if it can't done in VB express maybe it can done in VB pro Best Regards, Yaniv It may be help U http://msdn.microsoft.com/library/en-us/dnvs05/html/NETVBdev08.asp ...Show All

  • SharePoint Products and Technologies a simple question

    I saw the post Making Excel Services UDFs work on Excel 2007 - Part 1. The fourth step said: In Excel 2007 use the File menu to choose the “ Excel Options ” button. In the dialog that comes up, choose the “Add-Ins” section and at the bottom, make sure “Excel Add-ins” is selected in the combo box at the bottom of the dialog and click “Go”. But i can't find the File menu and Excel Options in my excel 2007. could some one post the screen short of them thanks File menu: Click the Office button at the top left of window. Keyboard: Alt+f. Excel Options will be at the bottom of the File menu. ...Show All

  • Visual C++ [RESOLVED] Programmatically compiling code

    I'm trying to compile a C++ file within a program with the below code: ProcessStartInfo^ startInfo = gcnew ProcessStartInfo( "cl.exe" ); startInfo->UseShellExecute = false; startInfo->Arguments = "C:\\test.cpp"; startInfo->EnvironmentVariables->Add("vcvarsall","C:\\Program Files\\Microsoft Visual Studio 8\\VC\\vcvarsall.bat"); Process::Start( startInfo ); The above code itself compiles fine and executes but test.cpp isn't compiled afterwards. Any advice would be great! Thanks alot for replying Bite Qiu, I've asked this question on a few forums and your the only one thats replied I tried the code as you suggested but it's still not working. As before, it compiles and runs ...Show All

  • Visual Basic SQL Server Settings save

    Hi, I was wondering if someone could give me some guidance on saving your SQL server information so that next time you open your application you don't need to enter all the info again i.e. ServerName, Database, Username etc. I do want the user to set this up, so I don't want to hard code it in the application. I would really appreciate the help. Lawrence 007, You can also write the coeectionString in your seetings file like this: dim connectionString as String="Initial Catalog=DatabaseName; Data Source=(local);Integrated Security=SSPI;" "server=(local);database=DatabaseName;uid=sa;pwd=***;" "Provider=SQLOLEDB; Initial Catalog=DatabaseName; Data Source=(local);Integrated Security=SS ...Show All

  • Software Development for Windows Vista Workflow solution consideration

    My organization was in the process of selecting a workflow engine in order to automate all our business processes and have gone through various options like Opentext Live Link, Captaris Teamplate to name a few when we bumped into Windows Workflow and found it the most appropriate option out of the lot. So now we have decided to use it as our tool to automate all the business processes, through the development of a in-house asp.net application (which shall include user task-lists, admin module etc.) and were wondering if thats the right approach or should we stick to one of the ready-made workflow solutions Besides we were also looking to find an appropriate book or technical training content to give us a kick start in it ...Show All

  • Microsoft ISV Community Center Forums Accessing Visual FoxPro data using VBA (Excel)

    I am trying to query some records from a FoxPro database in Excel using VBA. I am able to grab all the data I want, based on my criteria, except for the dates. I cannot query by dates. Could you please educate me as to how to query records from a FoxPro database file by date/time in VBA Thanks in advance. MPG. The guys here might have your solution... http://www.dbforums.com/printthread.php t=437921 ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Use DirectInput to get absolute coordinates from a touchpad device

    Using DirectInput I was able to find a touchpad (mouse) and change the input mode from relative to absolute. dipdw.dwData = DIPROPAXISMODE_ABS; dipdw.diph.dwHow = DIPH_DEVICE; hr = g_pMouse->SetProperty( DIPROP_AXISMODE, &dipdw.diph); Input coordinates looks ugly, but I can handle it . I was not able to assign an input region to the mouse/touchpad. SetProperty returns an error 0x80070002 (The system cannot find the file specified). Probably you can help me to get this works. diprg.diph.dwHow = DIPH_BYOFFSET; diprg.diph.dwObj = DIMOUSE_XAXIS; // DIMOUSE_XAXISAB diprg.lMin = 0; diprg.lMax = 639; hr = g_pMouse->SetProperty( DIPROP_RANGE, &diprg.diph); if (!SUCCEEDED(hr ...Show All

  • Visual Studio Express Editions no source code...

    hey all, when i step a few times into my program, it decides to give me an error that says "threre is no source code for the current location" and give me the option to see the dissasembly. my question is, what is athe dissasembly and what dose it mean "no source code" thanx, jt This is normal when you try to step into CRT functions. The Express edition doesn't include the source code for those function. You'll be looking at the assembly code, the machine code generated by the compiler. ...Show All

  • Silverlight (formerly WPF/E) Support for Streaming Servers ?

    I am currently trying to find out if support for any streaming architecture has been implemented in the FEB2007 release; ideally the Windows Media Server WMS architecture. I would like to be able to access streaming content under any of streaming protocols ideally rtsp:// or mms://. Our architecture is setup on WMS and I am typically working with 45-90 minute recordings. Due to the limited support for WMP on Mac OS X as well as compatibility issues with the latest Intel based macs, I am very eager to be able to replace the embeded WMP with a WPF/E based player, however I need the ability to seek to random points in a file. Also in looking at the docs, WPF/E is said to support WM9, I was wondering if it will be suporting all WM9 codecs ( ...Show All

  • .NET Development Problems Launching ASP.NET WebService

    Hi, I'm a student developing a simple webservice for a project. Am following a tutorial in a Deitel book on developing a simple Webservice in Visual Studio 2005. I have an XP pro machine with SP2. The Webservice builds just fine. However when any attempt is made to "Start" the Webservice, I am presented with the following error. A name was started with an invalid character. Error processing resource 'http://localhost/HugeInteger/HugeInteger.asmx'. L... I have observed this forum and found that there is a commandline tool (aspnet_regiis.exe) that can help diagnose the problem. When using the "lv" argument I am told that both v1.1 and v.2 are installed on my laptop. If v1.1 is listed before v2.0 in the output, do ...Show All

  • .NET Development Invoking managed code from unmanged code failed

    I got into a trouble of invoking managed code from unmanaged code. I have a managed assembly A including some COM object and registered for COM interop. and another COM Module B in natived code. Module B import the tlb file generated by Module A and invoke that through that interface. The problem is: afte invoked a couple of times. the application threw an AV and crashed. I runned that in Windbg and it stops at 0:000> k ChildEBP RetAddr 0012e44c 79f1ed6a mscorwks!COMToCLRWorkerBody+0x129 0012e4a8 79f1ec81 mscorwks!COMToCLRWorkerDebuggerWrapper+0x37 0012e67c 00a7aab9 mscorwks!COMToCLRWorker+0x164 ... 0:000> .lastevent Last event: 168c.f50: Access violation - code c0000005 (first chance) 0:000> u mscorwks!COMToCLRWorker ...Show All

  • Visual Basic Size of a Tree DropDown Field

    Hello, I want to resize the tree dropdown list: <aw:TreeDropdown id="tddlCategory" RunAt="server" CurrentValue="true" DataFileUrl="sidCategoryTreeUrl" Depth="4" ColSpan="3" DataTextField="leaf_value" DataValueField="value" DataLevelField="level" DataTextIndentedField="value_indented" ItemDataField="workitem_category_tree_value" Label="sidLblCategory" NoSelectionString="sidNoneDecorated" /> I want to change the size (to fix it) and I have tried "width" parameter but it does not work. <aw:TreeDropdown id="tddlCategory" RunAt="server" CurrentValue="true" ...Show All

  • SQL Server Script tasks don't work in Production

    Hallo, In SSIS Version 9.00.2047.00 I have build a few packages using script tasks. These packages work well in development. When I try to run them Using DTUtil the systems displays in the Package Excecution Progress-window the message: 'Error: The tasks "reading registry" cannot run on this edition of Integration services. It requires a higher level edition.' Emptying the script task from its variables and script doesn't make a difference. I did not find an explanation in BOL. Concerning script tasks I only find The Script task uses VSA as its engine for writing and running scripts. To run a script, you must have VSA installed on the computers where the package runs. But since I even get these messages when I try to ...Show All

©2008 Software Development Network