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

Software Development Network >> James Tow's Q&A profile

James Tow

Member List

iortizvictory
slein
Magnus Frumerie
Dawid Weiss
trint
Drunkboat
Amde
Magos294963
azazaz
JonathanAramburo
Slow
Exellus
yousaid
MarcForsyth
ashk1860
geertdeprez
A.Russell
WinFormsUser13232
rwbogosian
barbbayne
Only Title

James Tow's Q&A profile

  • Visual Studio 2008 (Pre-release) Crystal report inside of "WPF" user control

    Can someone help me with a code sample which shows how to add a crystal report viewer in user control or how to add a ".net 2.0" user control in a "WPF" user control. Thanks in advice, Ovidiu Ovidiu: I've answered a couple question similar to this but I don't have time to look into the details for crystal or user controls. Take a look at these threads and see if they help: [using an infopath control] http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=856226&SiteID=1 [using the web browser control] http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=845784&SiteID=1 ...Show All

  • Visual C# Q: Working with Graphics object

    Hello everybody. I have a text file with the paths of all images I want to use. What I want to achieve is to read this text file line by line, create a bitmap using the path, resize the bitmap to a custom size and place this so called thumbnail into a graphics object. The graphics has to write on a bitmap of custom size. What I don't know is how to place all the thumbnails so whenever they reach the end of the width to go on the next row. I hope you understand what I mean. g.DrawImage (bmpFromTXT, (i%10) * 20, (i / 10) * 20 , regionWidth, regionHeight); i tried this but does not seem to work. It just displays them half the way of the bitmap to write on You want to Create Thumbnails of Images on a single Bitmap or on some Surface li ...Show All

  • Smart Device Development UDP Client for smartphone 2005 to desktop pc communication

    Hi, I developed the socket client application on for smartphone 2005 and socket server application on the desktop pc using the SOCK_STREAM both application commnunicating through active sync . But when i am creating same application for UDP using SOCK _DGRAM the application can not communicate through active sync . in client app sendto function of the winsock is succeeded (not returning any error ) but data not receive at the server end . Whats reasons is active sync not supporting the UDP socket communication how this can achieve Give me any details to make this possible . Thanks in advance I replied to your first posting about UDP and ActiveSync. UDP is sup ...Show All

  • Visual Basic Winsock OR TCP connection + SSL

    Hi, I am making an Email reader program, and I need to use POP3 servers. I learned the protocol so I'll could use winsock for the connections. The problem is, that a lot of servers require SSL connection, and I don't know how to open one... I know there is a way with the TCP socket, but I don't know how...... :( Can anyone tell me how Thanks, Ofir. Anyone I only need someone to tell me how to use a TCPCLIENT, and after that, TCPCLIENT + SSL.!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! PLEASE!! ...Show All

  • Visual Studio Team System Unit Testing, Windows Presentation Foundation: Problem

    Hello, I am writing a class library (File> new>Clas Libarary) with a Windows Presentation Foundation GUI, in VS2005. The Unit Tests wizard has a dialog called:"Create Unit Tests". This dialog is supposed to show a grid with: First row: Namespace Second Row: Class Next Rows: Methods. But I only get rows one and two. This cause me to code by hand my unit tests stubs. If I create a class library with WIndows forms, everything works fine... I think it is a bug. Anybody ever encounter this Regards, arit Hello arit, This is currently an unsupported scenario, we are aware of it, and will be supporting it in future versions of Visual Studio. ...Show All

  • SQL Server Problems Accessing SQL after going from SQL 2000 to Mgmt Studio SQL 2005

    I installed Mgmt Studio and SQL 2005 on a new server - I imported my complete old SQL 2000 databases - then shut down my Original SQL 2000 server and used that Idenitical IP as the Mgmt Studio SQL 2005's IP I am using Linux Jakarta Tomcat v5.0.27 and all SQL references are referring only to the IP number of ther server and not using DNS - Originally I was getting an error when my system tried to access the SQL stating that it was an untrusted connection - I then realized that the IP number referred to was not the primary IP and I changed that so the it was. Both the Linux and SQL 2005 are now using network IPs and then I got a message that the password that I was using was not strong enough so I changed that as well - then all my ...Show All

  • .NET Development Unable to connect to remote server - WebException

    We receive this .Net 2.0 WebException on a specific machine when trying to access a asmx service from within an Excel add-in. Let me first give you the technical background of our add-in: We have one UDF which calls into an Managed RTD server (using the Excel.RTD function); the server implements the IRTDServer interface. Inside the RTD Server, I batch up 25 (it is a configured number) request(s) to send to an asmx web service. Here is the problem: Our add-in makes a couple of requests just fine and then fails until we reinstall the add-in. Our log show it gets to the RTD server and then fails with "Unable to connect to remote server" exception. Here is a snippet of our log file: T ...Show All

  • Visual Studio Express Editions Another Problem

    Hi, I was wondering if there is anyway to turn a huge amount of code into a simple function. Right now I have a bunch of check boxes and they are all named C1-C7 and W1-W7, instead of putting in code for each one when clicked, which results in a large amount of code, is there anyway I could make one function to handle all of these. I tried something like this. If C(num).checked=true then W(num).checked=false endif its just a basic example of what i want and i could really use this later on. Thanks The code Dim ckBox As CheckBox = sender ckBox.checked = Not ckBox.Checked makes an infinite loop, but now i know how to use sender which should be very useful, thank ...Show All

  • Windows Forms Running a .EXE file on Windows

    Hi, I have created a .EXE using C#/.NET. My question is: Can the .EXE be run on a Windows m/c which doesn't have the .NET framework installed as I seem to have read somewhere that the .EXE is portable Thanks no this is not true. you MUST have the .NET Framework installed on the machine. you could deploy it via clickonce or using the setup and deployment project in the full version of VS.NET which will download and install the .NET Framework before installing your application. ...Show All

  • Visual Studio Express Editions Norton like Taskbar ico

    Hi. I was wondering if it is possible to make an icon like Norton has on the taskbar (Not the tray icon), the yellow one on it's left. It is directly a button on the task bar. Is there an API function (win32) for it Or maybe even a .NET function Thanks. The button appears on the taskbar. But this only works with windows xp, windows 2000 pro and windows 2003. Try to decomment the messageboxes so that you can see if it get's the handles right. ...Show All

  • Smart Device Development MessageBox help

    Hello, I am newbie. i have prompt this messagebox on Pocket PC when my application is running. Application basically displaying the pictures. now if i click on the picture (through light pen) instead of messagebox ok then messagebox dissappear. how i will display the message Box that will be fixed and if i click some where else then no action will be done. just on clicking in the message box it will work otherwise messagebox should be there.. I have use MFC two events OnLButtonDown(UINT ID,CPoint cp) OnPaint() for handling light pend and for drawing. result = MessageBoxW(NULL,L"hello world",L"info",MB_OK|MB_ICONERROR); How i make the message box focus permenant until the user click on to it. Th ...Show All

  • Visual Studio Team System RC to RTM reports upgrade problem

    The upgrade of TFS to the RTM version went fine until I reached step #8 under the "Upload Default Reports..." section. I'm a little confused on how to upload the reports. I did the download for both the Agile and CMMI templates in Team Explorer but then step #8 -12 say: Hey John, Step 8 is about downloading the process template from your TFS server since it carries the reports. Using the Process template manager, say you downloaded the Agile process template to a directory "C:\TFS", you'd find a new folder there called "MSF for Agile .." In Step 11, you'd use the path to this directory, so your command would be TFSUploadReports /s <yourtfsservername> /p <yourprojectname> /t "C:\ ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. fatal error LNK1104: cannot open file " ?.exe"

    I made a project that was Win32 Project for Visual C++ in VS2005. It had codes that was made by wizard and I don't select any option. I built it. but I found error - fatal error LNK1104: cannot open file " .exe". It's setting was correct. Output File : $(OutDir)\$(ProjectName).exe recently, this job was success but I setup VS6.0 and DirectX SDK Summer 2003. Visual C++ 6.0 is no longer a supported product. Please read this link about upgrading C++ , as well as this link about linker/compiler issues . ...Show All

  • .NET Development .NET framework adoption rate?

    We are trying to decide on whether to maintain 1.1 compatibility for our software or use some of the new features in 2.0. Thus we need to know how widely .NET 1.1 has been adopted by end users. If few machines have 1.1 installed we might as well use 2.0 since most users will have to download the redistributable anyway. But if many 2000/XP machines already have .NET 1.1 installed it would make sense to rather stay compatible with 1.1, since our application footprint is small relative to the redistributable. I haven't been able to find good information on the adoption rate of .NET, so I would appreciate any links. It would also be interesting to know why the .NET framework has always been (still is) an optional component in the service packs ...Show All

  • SQL Server INSERTING Data From Server to Server

    hi there! Well i have two Servers on this two Servers i have the Database with the same Tables. But the Database in the Server_2 consists no data, I want to fill the Tables in Server_2 from the Data in Server_1. What i want to do is to is liked this. -- I performing this on the second Server. SET IDENTITY_INSERT [Server_2].[Database].[user].[Table] ON INSERT INTO [Database].[user].[Table]({COLUMN_NAMES}) SELECT * FROM [Server_1].[Database].[user].[Table] WHERE id=25 SET IDENTITY_INSERT [Server_2].[Database].[user].[Table] OFF This did not work and i have the following Error Message its in German but the ERRORCODE is 7391. I already check out the help section in MSDN but it doesnt really helps... Any Ideas Thanks Die Oper ...Show All

©2008 Software Development Network