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

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

FrenchiInLA

Member List

dgolds
sarika
Paul Mehner
acctman
e.henriquez
nbrege
frk
Alvin Kuiper
R.Tutus
Codigo47
Joel Alexandre
furjaw
Kamii47
wsalomon
NiklasECG2
VBGMan
catherinejean
NickUk
Madok
Kapalic
Only Title

FrenchiInLA's Q&A profile

  • SQL Server How to upload a file to a Server URL using Web Service Task?

    Hi, I have been trying to setup a web service task to use my http connection manager that connects to a server url. What I want to do is to upload a file to a web server... can this be done using web service task and what is the WSDL and what happens when my target server usis SSL so instead of http, it should use https I need help with this one... can't quite imagine how to get things rolling.. Thanks in advance! Kervy This: http://blogs.conchango.com/jamiethomson/archive/2006/05/31/4009.aspx shows how to download data from a website. perhaps you could modify the code to upload instead. -Jamie ...Show All

  • Visual C# How do i call a method from a different form?

    Hi, I have 2 forms that are closely linked with each other: form1. a form which lists a bunch of different layers form2. a form which describes the layer (i.e. name, colour, etc) if i change something in form1, i want to call an update function in to update the display in form2, and vice versa. What is the best way to do this from my knowledge, using delegate only works in one direction, correct me if i'm wrong. My idea is to create the update functions within their respective classes and find some way to call that function from the other form. is that possible i have already set it up so that they are sharing a data structure, i just need them to access each other's functions. thanks. ...Show All

  • Visual Studio 2008 (Pre-release) How to access sharable data between WCF Client and WCF Service

    I have a project include four level:WinUI,WCF Client,Host(IIS),WCF Service. I have a requirement: I want to create a hashtable to store some common data such as User Id, User Name, Role and WinUI, WCF Client ,WCF Service all can get or set the HashTable. So the question is how to pass the common data between WCF Client and WCF Service. Thanks, Zhihao Hi Zhihao, You will have to send this information for every service call. This information can be included on every data contract, or a better option is to use a custom soap header. If you decided to use a soap header, you can define the header as part of the data contract or you can manually include it in the message before calling the servic ...Show All

  • Smart Device Development STL in vs2005 problem

    Just create a non-MFC dll projcet, add these lines #include <string> using namespace std; in .cpp file cause these complier error Compiling... reindeer.cpp D:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\Include\utility(94) : warning C4346: '_It::iterator_category' : dependent name is not a type         prefix with 'typename' to indicate a type         D:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\Include\utility(97) : see reference to class template instantiation 'std::iterator_traits<_It>' being compiled D:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\Include\utility(94) : ...Show All

  • Visual J# How to set audio Master Volume from J#

    Hi, what is the way to set the Windows mixer master volume from J# program From the documentation, I could find only unmanaged function waveOutSetVolume, but that is not callable from J# If this is possible, please provide code snippet that shows how to do it in J#! Here is an example on how to adjust the volume. package MasterVolume; import System.Collections.Generic.*; import System.Data.*; import System.Drawing.*; import System.ComponentModel.*; import System.Windows.Forms.*; public class Form1 extends System.Windows.Forms.Form { private Button button1; /** * Required designer variable. */ private System.ComponentModel.IContainer components; /** @attribute System.Runtime ...Show All

  • Windows Forms Unable to move the position of custom control during design time

    Hi, I developed a WebCustomControl in c# 2003. Everything is fine but when I am trying to use this in VS2005 the control is not moving during design time. Actually it is locked. How to remove the lock for webcustomcontrol that was built in 2003. Or is there any way to make the control moveable through code that was developed on c#2003. Any help is really appreciated. I need it badly. Thanks, Sukanya. Sukanya wrote: Hi, I developed a WebCustomControl in c# 2003. Everything is fine but when I am trying to use this in VS2005 the control is not moving during design time. Actually it is locked. How to remove the lock for webcustomcontrol that was built in 2003. Or is there any way to make the control mov ...Show All

  • .NET Development System .Net tracing vs network monitor

    I'm monitoring an asp.net 2.0 app on windows 2003. This aspx page calls asynchronously an asmx web service on another server. I'm looking for some clarification on the tracing behavior. Looking into the traffic with a network monitor I see that I receive small HTTP packet (the corrisponding tcp packet is: Tcp: Flags=...PA..., SrcPort=HTTP(80), DstPort=20287, Len= 1460 , Seq=2278731085 - 2278732545, Ack=2977840638, Win=64388 (scale factor 0) = 64388) Looking in the trace of System.net I see System.Net Verbose: 0 : [5940] Data from ConnectStream#5312697::Read System.Net Verbose: 0 : [5940] (printing 100 out of 4096 ) System.Net Verbose: 0 : [5940] 00000000 : <content stripped> System.Net Verbose: 0 : [5940] Exiting Con ...Show All

  • .NET Development framework 2 install problem

    i downloaded the framework 2.0 to correctly run a program i downloaded. but when i run it it extracts the setup and run it normally but after that it does nothing. when i check the task administrator there is a process called install.exe running and using 50% of my procesor. i checked the temporary files and i found the files that where extracted and it was called install like the process, so i assume it does run the program but it is doing nothing i left my computer on for aboout 5 hours and the process would just use 50% of my processor and do nothing. so i cant install this and because of that i cant use this program i downloaded and i cant install visual studio 2005 either. actually, visual studio also tries to install the framework 2 ...Show All

  • Software Development for Windows Vista Security with workflows exposed as web services

    Often times web service developers require web methods to use the SoapHeader attribute so that the soap header can be inspected prior to executing the method.  If we cannot control web methods that are workflow endpoints how do we control access to the endpoint   How do we write custom code to interpret the header   Thye web method is autogenerated and developers do not have any way to apply the SoapHeaderAttribute to the web method representing the workflow endpoint. Obviously we cannot do it in the workflow because by the time the workflow code is executing, the soap document has already been deserialize and passed to the workflow code.  Anyone have any thoughts Some would say that we could secure the service us ...Show All

  • Visual Basic daylight.start

    I need to get the start and end dates for daylight savings time throughout the world. I can use daylight.start and daylight.nd to get my local dates. From what I found out is that these routines use timezone.xxx which is normally timezone.local. Does anyone know how I can change timezone.local to a differant country within basic or another way I can get these dates Thanks   ttfo wrote: I need to get the start and end dates for daylight savings time throughout the world. I can use daylight.start and daylight.nd to get my local dates. From what I found out is that these routines use timezone.xxx which is normally timezone.local. Does anyone know how I can change timezone.loc ...Show All

  • Windows Forms [C#]Datagridview copy/paste from a row to another row

    Hi all. Before opening this post, i've already spent a lot of time looking for solution to this problem over the net and over this forum :( I only need to copy some values in a datagridview row, and paste over another row of the same datagridview. Thx a lot in advance at all :) Bye and have a nice day, RaouL. Shah Sahil wrote: I modified the code a bit. I hope this is what you wanted. private void CopyRows( DataGridView DGVGrid, int SourceRowID, int DestinationRowID) { for ( int j = 0; j < DGVGrid.Rows[SourceRowID].Cells.Count; j++) DGVGrid.Rows[DestinationRowID].Cells[j].Value = DGVGrid.Rows[SourceRowID].Cells[j].Value; } Now call the function CopyRows(DataGridView1 ...Show All

  • Visual Studio Team System Automated Testing in VSTS

    Any suggestions on a test language to use for regression testing I understand VS2005 has automated unit testing, but I am looking for the best tools to create automated box level tests. VSTS provides the tools necessary to create unit- and service-level tests (similar to what NUnit and Fitnesse provides). However, VSTS does not include any tools for generating automated UI testing (with the exception of some web-based load testing tools). Assuming your business logic is separated from the UI, the unit/service level testing tools in VSTS could handle a lot of your situations. Currently, we're using Mercury's QuickTest Professional for our UI tests although we've had issues with it working nicely with so ...Show All

  • Visual C++ Running an external .exe from C program

    Hi, I want to run an external .exe file from my C code. If i use "system" command the external exe runs in the same window. How can i run the child exe in a different window Thanks Karthik Alternatively, you could use CreateProcess, with the creation flag CREATE_NEW_CONSOLE. See http://msdn.microsoft.com/library/en-us/dllproc/base/createprocess.asp frame=true for more information. ...Show All

  • Smart Device Development Problems with picture boxes

    I have c# project which has a form with a picture box. When the project is deployed to an emulator the picture box is the same size as in design view, however when its deployed to a device the picture box is reduced in size to appox half the size. All other controls are the correct size and correctly positioned. Increasing the size of the picture box in design view does n't increase the size of the runtime picture box on the device. I'm developing in vs2005, .net 2 for a Pocket pc 2003se device. Has anyone else had this problem and is there a solution Thanks I found that changing the 'SizeMode' property of the picture box to 'StretchImage' seemed to do the trick. Thanks all the sa ...Show All

  • Windows Networking Development Vista RTM can't open new socket.

    Started here . Due to (stupid) limitation in TCP/IP driver (10 half-open connection) sometimes Vista loosing ability to access an internet (open new socket for communication). It happens when user uses P2P applications (BitTorrent, eMule). But in could be caused even by too busy IIS. BUT all existing internet-connected programs (WLM, Skype) are running. PC even is accessible via RDP. No any entries in EventLog relating to any problem with sockets. "Event 4226" appears in absolutely different time, not in time when connection was blocked. Only reboot or (sometimes) "Network Connections" (and ICS) service restart can help to revive network back to live. This problem is accepted by many people (see post on Channel9). Any settings in registry ...Show All

©2008 Software Development Network