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

Software Development Network >> John Veson's Q&A profile

John Veson

Member List

Bapa
Kennon2005
steve_thomas
CelestialNavigator
Pat1111
michael412
F. Gsell
Harry Pressman
luben111
Yustme
Josh Smith
NigelX
Mitch Walker - MSFT
bkejser
James Chaldecott
Gideon Kane
NetPochi
thysie
papermater
chadhowell
Only Title

John Veson's Q&A profile

  • Windows Forms Table or DatGrid...

    hi.. In my application on a form , I want to list some paramter values as old & new. User entered values should be there in new column. But in c# we can use 'table' & 'DatGrid' for this. So which one is better for my application as i want user to enter those parameter values in a perticuler range only. Can i give dropdown combobox in table or datagrid so that user can select with only values given in that combobox. Can i do it with both Datgrid & table. Can any body give me any good document to do this using datagrid/table in c#. Thanks in adavance, Vinay Thanks for your reply, Can i insert DropDown combobox in table or datagrid...& if yes how to use it... Can u give ...Show All

  • Visual C# send a fax + crystal report file from C#

    I a facing problem sending batch faxing from "faxcomexlib.dll" [Extended COM libaray for Sending fax from central Server using Crystal report file. I can send a text , bmp files through this library.... I have no problem with this.... "but tell me how i can send a rpt file (Crystal report file without-opening) as fax from this library... Please tell me in detail ...Show All

  • SQL Server Use of public variables

    Hi, I'm actually using global public variables in the custom code of my reports. Is there a "chance" that , if the report is executed at the same time by two users, values calculated for an user will be crushed by other user's execution Thanks in advance. Gregory. It sounds like you are using public static variables. If you need to be 100% certain to avoid values being calculated by other users, you can make each of the shared variables a hash table based on user ID (i.e. =Globals!UserID). -- Robert ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. The Unofficial "Hooray I'm Done With my DBP Game" Thread

    When you get done with you game and sumbit it, crow about it here. A little over 24 hours left until the deadline and I'm so amazed I'm done, so much better than college Thanks to ZMan for his help, good luck all. I'll post the source code for my submission once the deadline hits. Bill It's done and submitted now. It's called Joe's Fuel Harvest Service. The game consists of mining planetoids for radioactive mineral to fuel the ships of Spacewar. Link to screenshots on the project page Youtube Link I can't wait to see all the entries. ...Show All

  • SQL Server i can't login to sqlserver with a username and a password but works with NT integrated security !!

    hi i have created a username and a password in sqlserver 2000 from logins in Enterprise manager and i permit him to the database i need to connect to .. and i check all server roles for that user and i make sqlserver authentication for him with a password and then i goto the udl file to connect to that database using that user it fails !! and says "login failed for that user 'myusername' reason not associated with a trusted sqlserver connection" while i use NT integrated security it works well so how can i connect to sqlserver using a username and a password thanks in advance Hi, You need to make sure that SQL Server Authentication is set to "SQL Server and Windows Authentication mode". You do this by right clicking on ...Show All

  • Visual Studio Express Editions Save as Word

    I'm using this rtbText.SaveFile(currentFile, Word.WdSaveFormat.wdFormatDocument) it saves it ok but when I try to open it in word it ask if it can install a converter I click No then the document is shown but now whan I click save it ask tells me that it will save it as a text document. All I want to do is save the text in the .doc format, why is it proving so difficult Well, it's done, I can finally save a word document from my application And then open it in word as a word.doc. ...Show All

  • SQL Server Using OLE object within a procedure

    Can anyone help me address pros and cons of calling OLE object within a stored procedure. As we know system stored procedures such as sp_OACreate, sp_OAMethod are used to create and call OLE objects. I have to decide between whether it is advisable to use sp_ in my procedures or to do something outside the database. I need to use an external component to transfer files between FTP servers. This can be done using a procedure and job to schedule the calls. Thank you, Yogesh Generally speaking, it is a given that accessing external resources from within the database server has lot of implications - security, reliability, scalability, manageability etc. And one of the things we did in SQL Server 2 ...Show All

  • .NET Development ASP.NET EXCEL TO XML CONVERSION

    I am using asp.net and i need to convert an excel file into an xml file and send it as an dataset/datatable parameter to the server. the point is i want this to be done at the client side only. Appologies... sometimes when I am at work, my attention to detail with respect to side tasks is limited. If the excel file is already located on the client's computer... then you might consider ODBC. You can actually use an Excel file like a datasource (a database) and retrieve records in much the same way. Writing the Xml file should be easy enough. I would do a search on MSDN for Excel + ODBC to see what sort of suggestions I could find with respect to such. I believe that the data tables will be named $sheet0 ... $sheetn and the field ...Show All

  • Visual C++ BuildAction Property in C++?

    I can not find the Build Action Property seen in C# on an XML file, in my C++/CLI project. I am converting a large C# control to C++/CLI. The author of the control seems to have embedded an xml file into the assembly. I need help in figuring out how to do this in C++/CLI. The property list of the file under C# is considerably different than the propery list uder C++. Among the missing is: "Build Action: Embedded Resource". Please refer me to documentation where I can learn how to embed an xml file as a C++ project resource. OK -- I'm trying.  Can you tell me (now) what the entry point for a Console Application is   (See the testing error message) ------------ E:\VS8\TestStuff>al debug\TestStuff.exe ...Show All

  • .NET Development Regex.Matches issue...

    I am trying to parse the data from an xml file retrieved from a webpage using a regular expression... the relevant part of the xml looks like this: <Stock ticker="AA" type="EQUITY" title="Alcoa Inc." price="34.78" net="0.07" volume="9186000" /> <Stock ticker="ABT" type="EQUITY" title="Abbott Laboratories" price="52.49" net="-0.31" volume="6751100" /> <Stock ticker="ABXA" type="EQUITY" title="ABX Air Inc." price="7.19" net="0.19" volume="180997" /> <Stock ticker="ACEGX" type="EQUITY" title="VAN KAMPEN STRATEGIC ...Show All

  • Visual C# New to C#

    Hey guys. Could someone help point me in the right direction I'm new to programming other than classic ASP and using Microsoft Access along with it. I'm planning to learn C# and write my first application using that language. I have Visual Studio 2005 Team Edition. I've looked through a few "Hello World" tutorials and I'm pretty sure I can adapt to the OOP concept. However, what I'm looking for is something more in depth and more involved than a "Hello World" tutorial. I'd like a fairly detailed tutorial which can show me "real world" examples of how to do several things in a single application such as: 1. Connect to a DB (local and remote) 2. Add, Delete, Update DB Records in a DB (local and remot ...Show All

  • .NET Development trouble installing the .net framework 2.0

    when I try to install the .net framework 2.0 I get a message saying"Error creating process <C:\DOCUME~1\"username"\LOCALS~1\Temp\IXP000.TMP\Install.exe> Reason: C:\WINDOWS\system32\advpack.dll" I've tried all the ways mentioned on the forum so far and I keep getting the same error. I think that should be it, can you open, create, compile and run .NET 2.0 applications in Visual Studio now of course, you won't be able to create 64bit apps since you stated that it appears you do have a 32bit OS instead of a 64bit version. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Weird backface glitch

    I'm not sure what's going on here; I wouldn't be surprised if it's just my video card. But has anyone seen this before cellphone_rendering_bugs.jpg That's a series of screenshots I took as the model rotated... the original model in Maya has all its normals facing the right way. I exported it as an FBX200611 model. I'm (unfortunately) using a Compaq Presario with an NVIDIA GeForce 6150 LE video card. I thought it might have been a matter of the near/far draw limits being too far apart and the Z buffer lacking the precision to draw this relatively small area properly, but I turned it down to 1.0 -> 100.0 and it still happens. Any thoughts Hahah, success! :) That was it, B1narySh0t! I had to tweak the co ...Show All

  • SQL Server How to Add Subtotal in a matrix which shows all colunms nut seletd vales of total

    Hi I have a Matrix Like This Sales Type AZ CA ID NV WA OR Total No Surplus 1 2 1 3 4 1 12 Reverted 1 4 2 4 7 2 20 Surplus 2 4 1 2 2 1 12 This "Total" is of All States(AZ, CA, ID, NV, WA, OR). But I Just want the total of just four states i.e(ID, NV, WA, OR). And I also Want that States which are not included in the total i.e(AZ, CA) Should also appears in the matrix , but their values should not include in the total. I have already applied the filter on the subtotal, but (AZ, CA) did'nt appears in the matixr after filter. thanks Regard Mohammad Yaseen Thanks for yo ...Show All

  • Windows Forms Need to Run an outside application from the C# Form

    I am a big newb here and I am sorry if this is too lame. I need to have help in programing a Windows form to make a known application run using the Windows Form. I have a form, its designed, and it ties in with another application that was pre-built. I dont know how it was done and I cant decipher it, its too complex. So what I want to do is just have another application pop open when this form is submitted. Any simple ideas would be really helpful. I have looked at the codig in the other application and I just cant get it. So I decided to just make a form and then on submit the other windows application opens up and the user then uses that. Thank you, CWMOOR Capitalization does not matter on Windows file systems. Be sure to st ...Show All

©2008 Software Development Network