Soe's Q&A profile
Visual Studio Express Editions incremental linking is impossible, help please
hi, I have been struggling with this problem for over 2 weeks, and i was told in one of the forums to try here. so here is my problem: I installed visual c++ 2005 express edition, and it works fine except the fact that it seems it has not incremental linking, it seems that for some reasons, it can't access the .obj files and update them (when I check their modification date, it shows the one from the last REbuild). I even disabled Norton antivirus and Zonealarm, thinking that they might have something to do. I have no clue what to do, and the size of my project makes impossible for me to live with this problem anymore. I can't wait for the whole source to REbulild after each modification !!! please, do you have any suggestions. Clic ...Show All
Microsoft ISV Community Center Forums Get Excel Sheet Names
Hi: I am trying to connect an Excel file and get all sheet names in the file. When using ADO.Net, the sheet names contain letters "$, or ' " around the sheet name, not getting the exact sheet name. I wonder why. I am also trying to get sheet names by using Excel as a Com object in VB.Net, like: myExcel =CreateObject("Excel.Application") myWorkBook=myExcel.WorkBook.Open("my Excel File") For i = 1 to myWorkBook.Sheets.Count myTableName(i) = myWorkBook.Sheets.Item(i).ToString Next But the code does not work. Does anyone know how Thanks. Okay, that's a good starting point. Does the code I suggested work for you I don't have a copy of VB.NET on this machine, so I ...Show All
Visual Studio How adequate-rich or suffitient-complete the DSL?
I want to develop Relational model or Data base - showing tables, connections, attributes, but also -type of attributes, their length, connection between tables - by attributes. So - how I can resolve desires to show more rich look then just table-attribute ____ Or for object model- how to show methods and objects separately or with some icon Or not with icon - by how can I show many different things or hierarchical things on attributes set One of the nice things about the DSL Toolset is its flexibility. For example, suppose you start with the Class Diagrams template. At first, each class is represented as a box, and each attribute and operation is represented as a line item within the box, in the ...Show All
Visual Studio Express Editions Chronometer!! and alarm
Hey there, please help, I'm trying to create a chronometer within my application... I need it with this format "hh:mm:ss"... and also when it get's to 3 minutes it must display this "Succes" Now... I'm using a timer to do all this, but in order to get the time at the moment I'm using this code... Dim Timex As Integer = CInt (Format(Now, "hhmmss" )) But I think it's wrong cause when I'm going to set the ChronLabel I'm using this: ChronLabel.Text = CInt (Format(Now, "hhmmss" )) - Time so what should I do, please help!!! Here's a simple example. Public Class Form1 Dim Start As DateTime ''' <summary> ''' Set th ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Clarification regarding EULA and Legacy ps_1_x Compiling
According to the docs found in the December SDK for the page "D3DXSHADER Flags" in order to enable compiling via D3DX of HLSL ps_1_x profiles, we must include d3dx_31.dll in our distribution. To the best of my knowledge, the EULA forbid redistributing D3DX DLL files. This is based on the discussion on the DXDev mailing list a while back. What is the solution for this -Pat Let's re-phrase it: docs actually mean what DirectX redist included with you application should contain (and install) d3dx9_31.dll. There is an article in SDK documentation describing how to prepare slimmed version of DX redist suited for your app needs. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. xna 3d collision detection
hello, i'm trying to detect the collision of two 3d models, i'm using the boundingbox method, i have used the boundingbox like this: Vector3 minv1 = new Vector3 (x1, y1, 0); Vector3 minv2 = new Vector3 (x2, y2, 0); Vector3 maxv1 = new Vector3 (x1+50, y1+50, 0); Vector3 maxv2 = new Vector3 (x2+50, y2+50, 0); bb1.Min = minv1; bb2.Min = minv2; bb1.Max = maxv1; bb2.Max = maxv2; if (bb1.Intersects(bb2)) { // change direction of moving objects } but the problem is that i don't know the real mesh size, i have made it in 3dmax and there it is x=101,6 cm, y=101,6 cm, z=12,7 cm, i have converted them to pixels and the results were x=6000px, y=6000px, z=750px. when i have put the sizes tra ...Show All
Software Development for Windows Vista Storing workflow in Database
Hi All, I need some help on how to store the workflow in database(SQL Server 2005).How can we retrieve the workflow from database How to access the workflow,activities from the database Can we store the custom activies to the database How to access it from the database I am totally confused with the integration of workflow with the database and the persistence,tracking service concepts of the workflow.Can anyone help me with this issue Thanks in advance. Karthick. There's no need for you to have to create your own schemas. There are script files provided with the .NET Framework 3.0 SDK that will automatically generate the Workflow Tracking and Workflow Persistence databases. On my machine, t ...Show All
Visual Studio Express Editions How can I know when someone push the SCAN button on the scanner?
Hi, I have a scanner with SCAN button . How can I know when someone push the SCAN button on the scanner P.S I have Lexmark scanner and when you push the scan button on the scanner it scan the picture and create file. Regards, Yaniv As I say before when I push the SCAN button on the scanner he scan automatically the picture the scanner come with program that run automatically when you push the button on the scanner. So I'm not searching how to scan, I want to know how can I know when someone push the SCAN button on the scanner Regards, Yaniv ...Show All
Visual Studio Express Editions one image add another logo image in .net
one image add another logo image in .net hi friends any one tell me, using vb.net or asp.net or c#.net any language use my question is one picture box open a picture. iam save a picture.ok is general. one picture box open a picture.now i am add another image leftside or rightside or top or bottom. iam save a single image. ============================================================ example i am image upload sample: same i ask http://img526.imageshack.us/my.php image=iamgeoverlaybq0.png ============================================================= please try and anyone give code to me. my mail id is viswa.vp@gmail.com i am waiting for ur message. please urgent. thanks Thanks Lepaca my doubt is Main Image ...Show All
SQL Server How do I retrieve a record by primary key?
Visual Basic 2005 Express: I want to retrieve an SQL DataBase table record whose primary key is 4. How do I read in that record and how do I pick up data from it isnt' this a Visual Basic quesion THe query would be "select <column list> from <table> where <primary key> = 4". You need to fill in the bracketed variables with proper values. I'm sure VB has some built in datareaders of some sort. ...Show All
Smart Device Development Hi Help required immediately
I am doing developement in WINCE I have installed CompactFramework in my system I could not find the system.Data.SQLCE .and system.cf namespaces are not available. I have installed servicepack also, I am struck in development can any one help in this regards. Thanks & Regards Please see this, items 7, 9, 10, 13 and 17: http://www.danielmoth.com/Blog/2005/03/please-read-before-posting-to-ng.html ...Show All
Visual C# app.config or settings.settings
I want to write to an external app.config or settings.settings file that is located c:\windows. I have vs2005 how would I do this. i would then need to read this external file as well. I am taking that the app.config and settings.settings is the same thing. Application settings are stored in the app.config file. You'll find a section that contains each of your settings along with the type and default value. This allows the application at runtime to get access to the default settings available. If you define a setting as user scope then the setting will also be stored in the user's local config file (since they won't have write access to the app config). This probably only occurs when the use ...Show All
SQL Server Composite primary key autoincrement from 1
Hi, I'm currently writing a small application that is using SQL Server as a back-end database. A part of my database looks something lie the following: Tables: Orders(OrderId[int, PK], OrderDescription[varchar] etc...) OrderLines(OrderId[int, PK, FK], OrderLineId[int, PK], etc...) What I need to achieve is - everytime that a new line is inserted into an orderlines table part of the primary key will be the OrderId and the OrderLineId should be auto-incremented from 1 for each OrderId in the OrderLines table. I know i can do this manually in my program, but i'm just wondering if theres a way to achive this in SQL Server Thanks, Nick Goloborodko Hi BushGates :-) The two options are: -Doi ...Show All
Visual Basic as how we have wizard control in asp.net
as how we have wizard control in asp.net is ther any control in vb.net for wizard i need this for parsing a resume and extracting the email adress,name,telephone no and ect ...Show All
Game Technologies: DirectX, XNA, XACT, etc. problems creating a triangle strip for a terrain section
Hi I am having a few problems creating an index buffer for a triangle strip for a terrain section. I have a section similar to the following. 0 - 1 - 2 | / | / | 3 - 4 - 5 | / | / | 6 - 7 - 8 I define my triangle strip using the following indices also with one degenerate triangle, I have bolded it so it stands out better. 0, 3, 1, 4, 2, 5, 5, 3 , 3, 6, 4, 7, 5, 8 My first question is, is this degenerate correct it seems to be correct, but my next problem is what confuses matters as it really affects wether my terrain tile renders correctly without gaps. When it comes round to making my DrawIndexedPrimitives call, I have to specify the number of vertices, and the total number of primitives. I would have thought t ...Show All
