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

Software Development Network >> Ido Ran's Q&A profile

Ido Ran

Member List

G-wiz
Saumya
mornevr
RizwanSharp
Rinter21
GouletPO
MikeNZ
namo21
neauva
Ajit_C#1
schrempfi
Jeffrey B. Holtz
aliramadan
rvenu
bill1000
AnonymousDus
Ali Akbar
katghoti
Hienphilly
Djgann
Only Title

Ido Ran's Q&A profile

  • Visual J# Maybe stupid question but: How to get float out of System.Single?

    What is the method to extract value from System.Single to standard float variable (defined float x = ) when using J# This sounds so trivial that I must have overlooked something when I did not find the way I have to use System.Single when I'm communicating with certain COM controls. This question is better suited for the J# forum. Please reserve the Base Class Library forum for questions related to the BCL itself. I'm moving the thread to the J# forum. In answer to your question Lucian is correct that a float and System.Single are the same type. However in J# there is not a direct conversion between S ...Show All

  • Visual FoxPro How to copy a folder, to another folder

    Hi! I want ot select a folder with the getdir() , and choose where copy it...with the getdir() too... Is it possible If it isn't, how can I copy alla the file of a *** to another folder Thank you If you do not mind using WSH: oFSO = CreateObject ('Scripting.FileSystemObject') oFSO.CopyFolder(cSource,cDestination,lOverWrite) ...Show All

  • .NET Development HttpWebRequest fails on some computers (weird...)

    Hi all, I got a strange problem with HttpWebRequest code, failing on some computers, but i can't reproduce it on either of my 3 different computers here. Following is the code snippet causing the error (on some machine configurations): HttpWebRequest request = (HttpWebRequest)WebRequest.Create("http: //someurl.tld/somefile.txt"); /* --> optional block */ request.KeepAlive = false; request.ProtocolVersion = HttpVersion.Version10; request.Proxy = WebProxy.GetDefaultProxy(); request.AllowAutoRedirect = true; request.MaximumAutomaticRedirections = 10; request.Timeout = (int) new TimeSpan(0, 0, 60).TotalMilliseconds; request.UserAgent = ...Show All

  • Visual C# c#+sql

    i am developing a application that uses an database my question is.. if i give this program to a user the user has to have the sql server instaled No the user must either have access to the SQL Server through a connection string, or the project can be created using SQL Express which can be installed for free on the client. ...Show All

  • Visual Studio Express Editions why is vb.net printing so difficult?

    Hi, I have loads of VB6 apps I am trying to migrate to VB.net and the biggest problem I have is that printer.print has no equivalent in vb.net Can anyone tell me a simple way to print in dot net Thanks Impossible is about right. I just can't see what to type to make something come out on paper, and I have written some neat VB stuff (IMHO) in th epast but this dot net thing has me stumped. Am I missing something or is nobody printing anymore Maybe we have finally reached the holy grail of the paperless office by MS removing the ability to print. Seriously though, can anyone point me at a p ...Show All

  • Visual C# intercepting onclik

    Strange request... I have a program written in asp.net and vb. I want to try to intercept a click on a button with my program. Is it possible I explain better: i want my application (console/win/web) does click of the other program (winform).. thx no no...i want to simulate click of a button of another application with my application. Eg: i have an application where clicking on a button it opens a panel... i want to create my app where clicking on my button i open that panel. I think it's not possible ...Show All

  • Visual Basic Any answer

    Hello, Did you find any answer to your problem. I have a very similar problem. How to kill a process initiate by a different code. Thanks. Shan Not sure what the original question is - but perhaps this will help you ...Show All

  • Visual Studio How can I debug from a web project in a class library

    I have two solution files. The first is my web application. In the second are some class libraries with helper classes.   I’ve set in the web application the references to the output dlls from solution two. I won’t include the project from solution two in solution one. They should be separated.   How can I debug in the class libraries   Thank,            Attila   little_Attila wrote: How can I debug in the class libraries You should be able to step right into a class library method call using F11 (or Step Into).  A ...Show All

  • SQL Server Measuring throughput

    After doing some work today on pushing a large chunk of data through the pipeline it occurred to me that it would be great to be able to measure throughput (rows/time). Namely, in 2 places: 1. Throughput of a data-flow   (admittedly this is available via a calculation using a rowcount component and the System::ContainerStartTime variable that I know is coming soon) 2. Throughput of a data-flow component #2 would be invaluable for finding bottlenecks in a data-flow which is really what I could have done with today. My idea for how to accomplish this would be to fire an OnInformation event containing the information on completion of ...Show All

  • Windows Forms how does the SectionHeader.vb control goes on thenMiddlePane.vb

    Hello, doe someone knows how does the SectionHeader.vb control goes on thenMiddlePane.vb I have try to put it on de control but is doesn't seem te work in the code i can see the following code: Friend WithEvents header As IssueVision.SectionHeader and if i look in the design mode i see it to.  but some how i don't get it in a different form ...Show All

  • Visual C# How do I check connection to IP address and valid permissions for writing to directory?

    Hi.  I have a service that moves files from one location to another across a network. I am trying to add a utility that will check the connection to the various machines and check if the service can write to the folder the user is requesting - prior to actually trying to move the file.  Right now I do not know if the connection is valid nor the permissions for the directory until I try the move/copy of the file to the destination.  Then when it fails I alert the user.  Is there a way that I can check this before hand (without writing an extensive library :-) ) Thank you.  Any ideas would be greatly appreciated! Dust ...Show All

  • Windows Forms Making a window the background

    I have a main window that is maximised and I want it to be  the background, so that other open windows of the application remain in view even when the menu in the main window is used. There seems to be no BottomMost property for windows. If I set the TopMost property of the main window to false and set the same property of other windows to true, the main window will remain in the background. But Message Boxes and predefined Dialog Boxes seem to have no TopMost property, even though they are forms, and because they are modal and can get hidden behind TopMost windows, the application can get strangled. I would have thought that a ...Show All

  • Visual Studio Team System WHEN will be launched the official custom rules SDK?

    Hello Community, It is important for me to know it, because im developing a quality assurance strategy to check the code of the applications of my company ... many of the current rules apply, but i want to add more customized rules... how can i do this where is the un-official custom rules sdk when will be launched the official custom rules sdk Thanks, Carlos Figueroa MVP ASP/ASP.NET This will be a ways off, unfortunately, due to the scope of the task. The rules API constitutes a set of types and helper code that is much larger than reflection (because we also have a significant body of code that renders method bodies). ...Show All

  • Smart Device Development Fail to connect to emulator

    Hi, I've got a problem, I can connect with emulator using IDE command "tools - conncet to device", when ActiveSync4.0 is in "not connected" state. I'm wondering whether Visual Studio is linked to emulator using ActiveSync So what is the relationship among Emuator, Device emulator manager, AtctiveSync 4.0 and Visual Studio Is it using following order to link together? Visual Studio --> ActiveSync --> real device  and Visual Studio --> ActiveSync --> Device Emulator Manager --> Emulator And what's about DMA When using DMA transport, are the ActiveSync and IP configuration  still neccessory When Emulator is bind to ...Show All

  • Smart Device Development bluetooth & win desktop application(VS 2005)

    Hi! I need help: I have to do win desktop application using as bluetooth server, but I have error: "fatal error C1083: Cannot open include file: 'Ws2bth.h': No such file or directory"; infact this include file is only in the device path. How can I resolve You may need to install the Windows Platform SDK, which can be found here: http://www.microsoft.com/downloads/details.aspx FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en . The version of the Platform SDK that installs with VS 2005 is missing support for some components due to size restrictions. Hope thi ...Show All

©2008 Software Development Network