Software Development Network Logo
  • VS Express Editions
  • Windows Vista
  • .NET Development
  • Visual Basic
  • Visual FoxPro
  • Visual C++
  • Windows Forms
  • Visual J#
  • VS Team System
  • Microsoft ISV
  • Visual Studio
  • Windows Live
  • Game Technologies
  • Visual C#
  • SQL Server

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

CyTom

Member List

M D L
Varied Interest
JFPx
Vishwanath
rmelnikov
Kursplat
LeProgrammeur
_cham
Lord Chabelo
Oh God not mirroring again
Ben Strauss
VBZero
wspencers
rayc
ThePerfessor
uhsxa
Sean Vikoren
Jon Risbey
Uncle Buck
BetaStar
Only Title

CyTom's Q&A profile

  • .NET Development How to fill a textbox in a website application in VS 2005

    Hi, How can i fill a textbox with a tablefield that’s in a sql server. I only can explain in Delphi pascal it looks like this: Begin Edit1.Text := adoquery1.fieldbyname('a field').asstring; end; Thanks a lot for the help. I 'am really a VS noob but willing to try. Grtz Dipsy. Well, first you need a datasource, then you will have a table you can access. edit1.Text = myTable.Rows[0]["columnname"].ToString(); Something like that. You can reference columns by index or name. ...Show All

  • Visual Studio Express Editions Need help with for and pictureboxes

    I'm making a map editor to make maps Every tile is a picurebox. In the menu there is a command "New" wich will load all the default pics into the picturebozes, so you can make a new map i created this for statement dim i as integer For i = 0 To 391 PictureBox(i).image = My.Resources.Image_default Next i But this doesn't work. There is something wrong with the PictureBox(i).image Please help me. I'm using vb2005 Thanks in advance, Radexxion "There is something wrong with the PictureBox(i).image" doesn't really give much idea of the problem you are having. Have you created an Array called ...Show All

  • Windows Forms Unicode Form Text

    When I set the Text property of a form in VB.NET with an Arabic or Russian text string I just get a row of boxes wheras everywhere else I have tried - menus, edits, labels, combo boxes etc they are displayed correctly.   If it is relevant the strings originate in an Access 2000 database accessed via ADO.NET. Can I do anything about this  ...Show All

  • Visual C# Reading an XML File, Changing some values

    Hi All - I have this XML Document here. What I want to do is loop through each item, possible with multiple for() loops but I'm having trouble referencing data. Perhaps it is the way I have the data structured < xml version="1.0" > - < Device Address =" 192.168.1.1 " Location =" San Francisco " xmlns =" Device " > - < System SystemModelNumber =" OPT-2VT4DATR3ETR-A2/A3-FC " xmlns =" System " > - < Card CardNumber =" 1 " Temperature =" 50 &quo ...Show All

  • Visual Studio Express Editions Cannot open file.

    Okay I click new project , then I click windowed application and then finish. all works fine then I push F5 to build. I get the following information in a dialoge box. ------ Build started: Project: zane, Configuration: Debug Win32 ------ Compiling... stdafx.cpp c:\program files\microsoft platform sdk for windows server 2003 r2\include\windows.h(157) : fatal error C1083: Cannot open include file: 'excpt.h': No such file or directory Project : warning PRJ0018 : The following environment variables were not found: $(ProgramFiles\Microsoft Platform SDK\Include;$(VCInstallDir) Build log was saved at "file://c:\Documents and Settings\Owner\My ...Show All

  • Software Development for Windows Vista The Right Way to Install Vista

    Hi all. I've been reading up on all the latest threads relating to problems installing Vista on various machines and setups. I had initially come to the same problems as some of you had ie. blank DVD. After a while of determination, I was led to a program available online for free, ImgBurn, currently v1.3.0.0 that I used to burn my ISO onto DVD. Direct link to download page- http://www.afterdawn.com/software/cdr_software/cdr_tools/imgburn.cfm I installed this program after checking it out of course, and left all the settings alone except for the speed, which was set to 2x as per Microsoft recommends. I decided to go the more drastic r ...Show All

  • Windows Forms OptimizedDoubleBuffer

    I heard somewhere that by setting ControlStyle.OptimizedDoubleBuffer, you automatically have ControlStyle.UserPaint and ControlStyle.AllPaintingInWmPaint set as well. Is this true The API is unfortunate, but it is a ControlStyle which affects a minority of users. Typically, we'd suggest Control.DoubleBuffered. Marking Obsolete is akin to ripping it - we generate build warnings for every project where it's being used. It's just plain too late for the change and we'll have to rely on the docs to explain i ...Show All

  • Visual FoxPro connection packet size cannot be set

    Good day to all, I am using VFP as my UI and using SQL2000 as my back-end database, I don't have any problem regarding my connection to my database through ODBC using cursoradapter. But when I try experimenting this different approach of accessing the data of my SQLDatabase i got a packet size problem. What is the correct SQL packet size i must set in my VFP connection Below is my code in VFP that got and error "the connection packet size cannot be set" lnHandle = SQLSTRINGCONNECT ([dsn=My SQL server connection;]) IF lnHandle < 1 MESSAGEBOX ( "Unable to connect to SQL Server, check the connection string" ...Show All

  • SQL Server Access to SQLServer Database from Visual C# app and ASP.NET app

    I've created a visual C# GUI that logs data over a LAN.  The GUI is for Admin purposes only so it logs data and stores it (plus some admin stuff).  The data that is logged is supposed to be served up to anyone on the network as a web app.  I've got an instance of SQLServer running and the GUI works great but I can't seem to get the web app to connect to the database to read and display the data for general users I'm new to ASP.NET and SQL Server so a little extra explanation or steps that I'm missing wouldn't hurt me if you have the time to spare. I get an error that says "Cannot get web application service"  in Vi ...Show All

  • Smart Device Development problems connection my axim x51 to my computer

    i got a problem, for some reason my axim x51 wont connect with my cpu. i connect to the cpu by the usb but then computer can find the connection between them both so i cant syn anything. help! thankx This forum is for development related issues. Please post to relevant form or news group: http://support.microsoft.com/newsgroups/default.aspx Closing as off topic. ...Show All

  • Software Development for Windows Vista Installing WWF beta 2 on 64bit Windows XP

    I'm getting the following message when trying to install WWF beta 2 on 64bit Windows. Max only runs on Windows XP Service Pack 2. You can install Service Pack 2 from Windows Update. This version of Windows includes many useful security features (besides Max compatibility). Any ideas Thanks, Phillip Very Interesting. I do not have Max installed but I believe I tried to install it some time ago (it doesn't run on 64bit windows). So I ended up moving the WWF Beta 2 installer to another directory on my machine and it works (by default I have everything I download go into the same directory). I guess there is s ...Show All

  • Visual Studio Problem Using Source Control with VS.Net 2003 Professional

    I am writing my own Source Control provider which supports the MS SCC API. It works perfectly when I connect from PowerBuilder which is my primary programming tool. Now I want to test it against VS.Net 2003. I have never used VS.Net 2003 before so I opened the VB.Net sample called 'Calc'. I select the menu option 'Add Solution to Source Control' and get this error message:  There was an error while initializing the WizSource SCM source control provider. You cannot use this provider to perform source control operations. There must be some quirk or hidden configuration to allow it to connect to something other than VSS. I have entered a ...Show All

  • Software Development for Windows Vista WWF - Sequential workflow

    Hello, I have an sequential workflow. Within this I use the while activity.Inside this I have an sequence activity which host 3 own developed activities. The own developed activity has a member that is not serializable and is declared on activity instance level. When the workflow gets initialized each of the activities Initialize method gets called. I detected that when running within the while loop of my while activity and one of my own activities is called via 'code execute' that each time a new instance of my activity is created and the non serializable memebr is null. Question: Is this by design Because adding the activities in a simple ...Show All

  • SQL Server How to Delete Files on Maintenance Plan

    Hello, I am creating a Maintenance Plan in SQL Server 2005. The 'Back Up Database Task' has the choice 'Create a sub-directory for each database' as SQL Server 2000 does. But when I add a 'Maintenance Cleanup Task' I do not see a choice to delete files on subdirectories. Looks like it only deletes the files from the directory I specify. So, looks like SQL Server 2005 is removing some functionality already available in SQL Server 2000. Is there a way to delete those files without needing to specify each directory I do not see any documentarion about xp_delete_file either. Thanks, Ben Nevarez I am ...Show All

  • .NET Development Why is System.Net not available in my add reference list?

    Subject pretty much says it all. I'm using Visual Studio 2005 C# Express. I went to add a reference to System.Net and System.Net.Sockets, but they simply aren't there. I tried reinstalling/repairing the SDK, but to no avail. I can't find any reference to this problem by googling it. I'm completely confused as to why this namespace isn't present. All work is halted until this issue is solved, so any help would be greatly appreciated! Thanks, Jason Catalyst OMG, I'm a retard. The example I was following said TCPClient, but it's TcpClient. Lesson learned... check spelling, then check case. :/ ...Show All

©2008 Software Development Network