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

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

ayat108

Member List

LZF
One Touch
Robert Schneider
itfiggers
Paul Rocca
JST39
JuanMi69226
lggg
Jeroen Van Bastelaere
Ventuspilot
creed123
Bailey58642
inetnerd
michaeln31
Daniel R. Tarsky
gpermant
EricPaul
punamdahiya
charlie.b
Dennis van.der Stelt
Only Title

ayat108's Q&A profile

  • Visual Basic Problem with Combobox and SelectedValue

    Hi again from Spain. I'm working with the beta2 (VB.NET) and i have a problem with a ComboBox and the SelectedValue propertie. I fill a Combo from a database and i use the AutoComplete feature to make easy select a value. But... if i use TAB to enter the Combo... i type the value or select it with the keyboard... and ... then use the TAB to go to the next control (or click with the mouse in other field, button, etc)... the SELECTEDVALUE of this combo is NULL. In the combo appear the text of the value... but i need to select it with the mouse or press ENTER to assing the value to the SELECTEDVALUE propertie of the Combo. Sorry if my engl ...Show All

  • Visual Studio Could not load type 'Microsoft.VisualStudio.Shell.Interop.SVsSmartOpenScope'

    Hi Everyone, I have just installed the "Visual Web Developer 2005 Beta 2" on my XP Professional machine. After I create a .aspx page, when I click on "Design" button I am not able to see any control on "Design" mode, but simply a blank page (I have added few controls in "HTML" mode) and get following warning... ------------------------------------------------------------------ Warning 1 Could not load type 'Microsoft.VisualStudio.Shell.Interop.SVsSmartOpenScope' from assembly 'Microsoft.VisualStudio.Shell.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.  0 0  ------ ...Show All

  • Visual Basic accessing the CPU load

    hi, anybody know about accessing speed of the CPU.. and Ram Size.. For memory My.Computer.Info.AvailablePhysicalMemory My.Computer.Info.AvailableVirtualMemory My.Computer.Info.TotalPhysicalMemory My.Computer.Info.TotalVirtualMemory For the processor speed, I think you might have to query the Windows API. ...Show All

  • Windows Forms Good Book or Set of Rules for Control Development

    Any suggestions  I'm creating User Control and Components in VB.NET right now but I'm not sure that I'm dotting all my I's and crossing all my T's. Specifically, I want to ensure all my User Controls and Components work equally well in C# and as COM objects as they do in my own VB.NET projects. This looks GREAT! Guess I should sp ...Show All

  • Visual Studio Team System Team System Builds and dropping an MSI

    Hi, I just started using Team System this week, and I've been able to muddle along fairly well, but I've just discovered something that to me is a real show stopper. And based on the searches that I have done in Google and in these forums, I'm beginning to think there is something fundamental I missing based on the small number of responses to this problem. My problem is that the team system build does not build the Setup projects. I understand that this is because MSBuild does not support them, but I am flabbergasted by this fact. What use is a build system that does not create the fundamental deployment deliverable Obv ...Show All

  • .NET Development reading text files

    Hi, What would be the fastest way to read a text file of size >20MB I need to read that log file and then I need to search for a particular string in it. The log file writes each entry in one line. So first I would do ReadLine() to read all the lines, then for each line I would do a .split() and then from resulting array I would read a value at a certain index of the array. Now if you are working with files of that big size its gonna take a long time to do all this and just to complicate things a little bit, I need to read the log files at regular intervals again and again and I need not to read the portion of the file that I have read b ...Show All

  • Smart Device Development from pda to oracle DB

    i'm passing data from hp PDA that using microsoft application to oracle DB. what supposed script/codes that i can use to solve that. This question was answered in desktop forum: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=292798&SiteID=1 Since all processing is done on a server, this is off topic here, please post further questions to desktop forum. Closing as off topic. ...Show All

  • SQL Server Agent cannot run SSIS package anymore - URGENT!

    I desperately need help with this problem. I've spent an entire week, tried another server, new install of SQL Server, you name it.  I think it is permissions but I can't be sure and am lost on what to try anymore, I feel I've tried everything: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=189199&SiteID=1 nothing has changed, I don't know why any agents I create or even recreate the package won't run this package or any other packages I have created. alright, our network guy figured it out, I just needed another set of eyes after my brain is fried by now. It ended up being one of 2 things: 1) The conte ...Show All

  • Visual C# Socket programming

    Hi. I want to wite a applcation that work on a LAN.this a server/client app, that client send a task for server and server access to database and run it on database(for example a sql statement). then I want to send the result of execution of that on database to client that may be a boolean or datareader or int or ...but client don't know that reciving info is bool or int or ...(in other words,all of cases send by a same way). plz help me. Can I use Socket namespace for this and how Thanks. hi, using sockets all the data go in the same way (i.e. just byte array) the difference in parsing it , you ...Show All

  • Visual FoxPro MAPI and Set Default..

    When using mapi I am loosing my “set default” to goes back to the c: I wind up putting code like as follows just to correct it. Mdefa=set(‘default’) Mpath=set(‘path’) <Mapi code here> Set default to &Mdefa Set path to &mpath I’m not sure why I have to reset the path, the set(‘path’) still returns the correct path but foxpro can’t find the files! I have the same problem when users select certain PDF Printers. (not adobe) Why does this happen Thanks Dave You don't have to reset the path but you have to reset the default. It's a known problem of MAPI. Using & with a path is prone ...Show All

  • Visual C# how to check the node's text, level and depth in a treeview control?

    For example, if I have a parent node Root and then child node Child created at design-time, I know how to add child nodes to Child at run-time but my problem is adding grandchild nodes to Child. Root Child ChildOfChild1 // created at run-time ChildOfChild2 // created at run-time How can I add child nodes to ChildOfChild1 or to ChildOfChild2 at run-time the children of Child are sorted randomly so their indices change. The child nodes that you add in run-time are also added to there Parent TreeNode. You can allways iterate over the nodes and add new TreeNodes wherever you want. Here is a little example that adds ...Show All

  • Visual Studio Team System Services disappear when restoring TFS data to a different server

    I have been working through the restore to a different server process with TFS Refresh as described in http://blogs.msdn.com/vstsue/articles/500334.aspx . Got to the last step "To make clients to refresh their work item cache data" and I noticed that most of the TFS web services aren't working. For example, http://[applicationTierServerName]:8080/WorkItemTracking/v1.0/ClientService.asmx returns a blank web page. When going to the IIS Manager it was found that services for VersionControl, WareHouse, WorkItemTracking have the same symptoms. (Build & Services services are working). Any ideas   ...Show All

  • Visual Studio Package Load Failure - ...TextTemplating.VSHost.OrchestratorPackage

    Hi, I have installed DSL tools (Nov2005) "over" VS SDK Oct2005. When I try to create a new DSL project or even open VS Options at TextTemplating item, I got following error: --------------------------- Microsoft Visual Studio --------------------------- Package Load Failure Package 'Microsoft.VisualStudio.TextTemplating.VSHost.OrchestratorPackage, Microsoft.VisualStudio.TextTemplating.VSHost, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' has failed to load properly ( GUID = {A9696DE6-E209-414D-BBEC-A0506FB0E924} ). I have tried to reinstall all add-ons I have (GAT, VS SDK, VS Ent Lib, DSL), but it didn't help ...Show All

  • Visual C# using Word = Microsoft.Office.Interop.Word

    Hi, I am having problem with the [Interop] word I was prompt for not exist. are there any reference I should add jbattat you have to download the Introp Assamblies. include the reference of word object library after download and installation. http://www.microsoft.com/downloads/details.aspx familyid=3c9a983a-ac14-4125-8ba0-d36d67e0f4ad&displaylang=en ...Show All

  • Visual Studio dynamic image in report

    Hi! I would like to display images with dynamic content in a report (such as barcodes, for example). I created an .aspx web page that has a "image/jpeg" content encoding and returns a dynamic image created using the GDI+ library. The page displays correctly when called from another aspx page, but the report doesn't seem to find it (it displays the red X icon instead of the image). Is there a way I can solve this problem The image was referenced from the report as a web image (I specified the url), but there was another problem. :) The problem was that I set the MIME type of the aspx page from ...Show All

©2008 Software Development Network