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

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

Tkanos

Member List

dmbrubac
Cute_Celina
MosheDeutsch
Mohammad hOque
robinjam
Xythe
Henrik Dahl
RPalmer
Harisingh Rajput
woodland30033
Diggdude
PepsiWales
nhaas
durnurd
JYB
FTom
Santhoo
Jean van Schalkwyk
tplummer
Thomas2054
Only Title

Tkanos's Q&A profile

  • Smart Device Development how can i associate my app to one button?

    Hi, all, I am doing some application on my WM5.0 smartphone by using VS 2005. How can I associate my app with one button I mean, when you push this button, my app will be executed, instead of every time going the directory and execute my app Thanks for the reply! H, Lyon, Thanks for your reply.... But I dont quite understand..... How creating a proecess can be related with one button launch application Could you please be more specific Thanks a lot ...Show All

  • Visual Studio Team System Creating Custom Control

    Hi, I am very keen to see the working of custom control. Thanks to Naren for a detailed explanation on how the custom control works. But I am facing issues here. Hope some body helps me here.. I have followed the following steps 1. Unzipped the sample in http://blogs.msdn.com/narend/archive/2006/10/02/How-to-use-Custom-Controls-in-Work-Item-Form.aspx to my working folder 2. Built the sample. 3. Copied the dll and the wicc file to C:\Documents and Settings\All Users\Application Data\Microsoft\ Team Foundation\Work Item Tracking\Custom Controls and also to C:\Documents and Settings\prash\Local Settings\Application Data\Microsoft\Team Foundation\Work Item Tracking\Custom Controls . 4. Now I wit imported the Bug-CustomControl.x ...Show All

  • Windows Forms Refresh Forms and flashing controls

    I have a form that has controls bound to a binding source. When the user updates and saves the data, I refresh the data source for the binding source. I have several Combo Boxes on the form. When the from refreshes, these combo boxes displayed text flashes, in other words, the text disappears, then re-appears. I wish to prevent this behaviour from appearing to the user. I have tried setting Form.SuspendLayout() before refreshing the data, and then Form.ResumeLayout() after the data refresh, but still experience this behaviour. I have even gone to the combobox.SuspendLayout() and ResumeLayout(), but not have had success. Upon further reading, I don't think the is the purpose of these commands. What I am looking for is to freeze the form ...Show All

  • Visual Studio Express Editions reading data

    i need to know this quickly (job interview) 1. how do i read from a text file to a table (say.... access) 2. how do i read (using recursive methodes) from a table to vb.net 3. how do i read from xml to vb.net they omly want to see me try it.... 1. yes lets say each line is a record (i wasnt given too many details) 2. i mean reading using any way you want, but recursively 3. wasnt told, i guess from an xml containing normal records ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. x64 not working !!! why MSFT does this to us?

    so how long will MSFT keep doing this build stuff that will not work on your own OS ! I have desktop that is hog-tied by bits of stuff that does not work on xp x64. what a pain! why even sell xp x64 or bother to ship it if your not ready to support it! and the download does not tell us that it will not run on x64! http://exdream.no-ip.info/blog/PermaLink.aspx guid=8962e9a7-3185-438d-882a-e8e919771dc2 Hope that helps. :D   EDIT: The link I gave shows how to get support for x64. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. New XNA Competition?

    Anyone know (and willing to talk about if you do) this Whoever is behind it is hiding using DomainsByProxy.com. January isn't that far off, so I expect more details soon. Guess I'll just get my main game ready and see what happens. There is some information here: http://gamerscoreblog.com/team/archive/2006/12/11/539492.aspx We'll have some soon on the XNA Team Blog. Thanks! ...Show All

  • Visual Basic Please will someone give me a code for a webcam?

    Please will someone out there send me a code so i can view my webcam on a windows form. Please , Please , PLEASE! Thank you everso much. Looks like some code. From the description, its 1.1 framework stuff developed using 2003 but as the original poster didnt provide any specifics about equipment and development environment. I suppose this should give them something to work with. Guys/Girls - when you post a question - try to provide as much specific details as possible. If your looking for assistance we need to know specifics to give you a good answer. The more specifics you give the more likely you are to a. Get an answer b. Get an answer with addresses your specific question c. Get an ...Show All

  • .NET Development I can't access to ROW read with DATAADAPTER and DATASET~!!!

    Good morning, friends. I have a hard problem at the same time, simple.. I'm using DataAdapter and DataSet for Read, insert or change one row of course than select string. I use similar code that I show to continue. da: DataAdapter, ds: DataSet, dr: DataRow 'Always I read one row of table with Select string. If read one, mody the items of this row, so I insert a new row. strSql = "SELECT * FROM namTable WHERE c1=" & C1 & " AND c2=" & ... & " AND c8=" & c8 da.SelectCommand = NEW SqlClientCommand(strSQL, conex) DIM cb AS NEW SqlCommandBuilder(da) da.UpdateCommand = cb.GetUpdateCommand da.InsertCommand = cb.GetInsertCommand da.MissingSchemaAction = MissingSchemaAction.AddWithK ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. i need some serious help, someone please!!!!!!!!!!

    i was just wondering what kinds of files are these and where do they come from, (.xgs),(.xsv),(.xwb),(.xap),(.vex),(.egm). please tell me what kinds they are, and how to create them/where do they come from and how do you create an .fx file   Help please .xgs, .xwb, .xsb, .xap = XACT project file, for sounds. i'm not sure about the rest. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Render triangles of subset

    Hi, I wondering if its possible to render the triangles of a subset one by one Thanks, -Dave Sure but you have to do it by your own. First you need to get the attribute data for the subset and then you can loop. (I have not include method names because I don’t know which language and mesh class you use) I hope you would do this only for diagnostic purpose because it will kill the performances. ...Show All

  • Visual Studio Express Editions Creating MS Word Document using C# from an xml document.

    Hi I have an XML file in which it contains html data as well, like the following xml: <pages> <page> <Name>web form 1</Name> <Contents><b>test data</b></Contents> </page> </pages That's long time I am trying to create a word document, from this xml document which I have. I have used 4 different ways, but none of them was good for me 1) I used FileStream class to create word documents for that, but it creates html word document and I can't use any word features. 2) I used Microsoft.Office.Interop.Word Namespace, but as it's an external com component, I can't register it in my server. 3) I used XML & XSLT tranforming methods, but still I ...Show All

  • Smart Device Development AV UPnP control point LINK ERROR !!!

    Hi! I try to compile AV UPnP Control point sampel from Windows CE 5.0 distribution outside Platform Builder , in VS 2005 . The SDK is for a MIPSII architecture but I 'm problems with linkage . I use debug version for my project , and of cource debug version for library modules.I checked the library modules paths and all are ok. From Platform Builder all worked ok.I guessed thsse errors come from real time debug support .I don't have another idea The Ouput : /----------------------------------------------------------------------------------------------- Error 1 error LNK2001: unresolved external symbol _CrtDbgReportW atlsd.lib Error 2 error LNK2001: unresolved external symbol _CrtDbgReportW atlsd.lib ...Show All

  • Visual C++ Problems with VS2005

    Following a mini-rant regarding the quality of VS2005 on the DirectX Dev list, it was suggested that discussion was continued on these forums, so I'll try and quantify my earlier rants/complaints with real problems I've encountered over the last six months. It should be noted that all these problems I've encountered are with the Professional version of Visual Studio 2005, building native C++ projects targeting x86, x64 and Xbox 360. My PC is a dual core 2Ghz AMD with 2GB of RAM and an X800 ATI video card. IDE Aside from the performance issues, which I'll get to in a minute, these are the main problems I have with the IDE in VS2005: Configuration Manager is broken. Really broken. Changing platform or solution configuration l ...Show All

  • .NET Development if data exists in table A delete it from table B (newbie question)

    hi everyone, My problem seems to be an easy one but I still couldn't work it out...I have been using SQL express and VB express,and I am new to both... my problem is i have 2 different tables table Incoming and table Outgoing .They have the same column (Mat_id) and mat_id is the primary key in the both tables. In case I want to add data to Incoming table,first i want check if the data exists in both tables,if it exists in Incoming I have to write error message(it will automatically give an error message because it is primary key) but if also exists in Outgoing table I have to delete it from Outgoing table... How can i do it using VB.net using datareader or some other way thanks, Can ...Show All

  • Windows Forms Error "Window class name is not valid."

    Hi, I'm having a problem with my C# application that I don't quite understand, one problem with it is that it doesn't always occur but it fails about 95% of the time. Also there's no problem in creating the new Wizard but rather start running the application. Could someone please help me figure this out or give me some pointers of what i can try to get this to work   I'm using VisualStudio 2005 8.0.50727.42 and .NET framework 2.0.50727 In program.cs i got the usual code [ STAThread ] static void Main() { Application .EnableVisualStyles(); Application .SetCompatibleTextRenderingDefault( false ); Application .Run( new Wizard ());  <-- Fails } The exception is: System.ComponentModel.Win32Exception occur ...Show All

©2008 Software Development Network