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

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

blabus

Member List

giftgirls
kuntushi
suppliesguys
Jademobile
Rick Hill
Nate00
Battlekiller
Kripz
Rhodan
penninha
Brian Abram
ClaudiaHelpOnVSTO
Dan Heidel
webdev11
Sara_23
Behnam Fagih
Lemon.oO0
DCosta
moGun
BellTower
Only Title

blabus's Q&A profile

  • .NET Development USB access over TCP/IP network

    Hi, Sorry if this might be off topic here but I wanted to know if we can access a USB device over a network. I would appreciate any pointers/links to code Thanks in advance tribal Hi michael, Yes, thats exactly what I am after.How do I achieve this functionality. Is there any help from microsoft/open source community to get this working. Do i need to use HID or WDM or is there another way. I would appreciate any help/pointers on this to get me started Thanks tribal ...Show All

  • Silverlight (formerly WPF/E) web services

    Hello, am I correct to understand that there is no .NET framework integration yet I am wondering what support for calling web services there will be in v1 release. The usage I am thinking for WPF/E is to have XAML+C# as a complete front-end, using no javascript, and talking to backend web services. Does this sound like a reasonable usage that will be well-supported and is a goal for the WPF/E initiative To me it does not look like the December CTP supports this. Thanks, Brad Williams Hi Brad: Depending on what you want to do, you can actually come quite close to this with the current CTP release. To achieve this you would build a Web Forms application (aspx) that references your back end Web servi ...Show All

  • Windows Forms How to find version of file programatically in .Net 2005?

    Hi, I wanted to know how I can find the version of a file programatically using C# .Net2005. I am using FileInfo[ ] info = Directory.GetFiles() to get all the files in the directory.But I am not able to get the version attribute of the file. Any help is highly appreciated Regards, ~nhd No, you don't need unsafe code in extracting version information of executable files. There is a class called FileVersionInfo in System.Diagnostics namespace, and it's accessible to your program. Here's an example: FileVersionInfo notepadInfo = FileVersionInfo.GetVersionInfo("%systemroot%\\notepad.exe"); From the call above, the notepadInfo object will be filled with version inf ...Show All

  • Visual C# Read XML

    How can I read just the innertext of just station name < xml version="1.0" encoding="UTF-8" standalone="yes" > - < stationlist > < tunein base =" /sbin/tunein-station.pls " /> < station name =" Dragon Radio " mt =" audio/mpeg " id =" 959135 " br =" 128 " genre =" Rocks and Beats " ct =" My Spiritual Essence - HBO Special FULL George Carlin " lc =" 0 " /> < station name =" KRIZMIX " mt =" audio/mpeg " id =" 536133 " br =" 80 " genre =" Variou ...Show All

  • Software Development for Windows Vista Problem Rolling back a Distributed Transaction

    Hi, I was wondering if any of you guys have encountered the following problem using system.transactions object. I have two databases running Oracle 8.1.4.7.0 and have Oracle 9i client. When i run distributed transaction on these two databases and raise an exception to see if the transaction is able to rollback, the transaction rollsback on one database and does not rollback on the other. There are also some more problem on the Database on which the transaction does not rollback : If i try to delete data and rollback, the Index / Primary key gets deleted BUT the data does not get deleted. i.e. you cannot query the data by using the Primary Key but when you select all the records, you will be able to see the data. This is also not a on ...Show All

  • Visual Studio Express Editions programing help

    I am taking a online c++ programing class. Since its online i have no real instructer to help me understand the course. Our finals are due friday and one of the programing problems on it has got me stuck. I would really appreciate it if some one on here would be willing to help me by either giving me pointers in the right direction or making the program for me its not that its hard i just dont have the materials needed to help me figure it out. heres the problem Create a program which will generate a 5x5 matrix of random generated numbers using a muti dimensional array. Your values should range from 1 to 100. You will need to display the array to the screen, then the program will display the max value for each row and th ...Show All

  • Visual Studio Express Editions update data to database

    I have Form1 with serial number and item number and part number( 3 comboboxes), when I enter those items and click ok ( Dim myform As New form2) 2nd line (myform.show() )it then brings me form2 with the parts I want to add to the database such as cpu motherboard and so on. How do I connect form1 and form2 to update after I'm done with form2 Sorry but I'm really a newb just started 2 weeks ago. Got to start somewhere!!! I hope this makes some sense. Thnx David you can use SQL or MS Access, the different really is just the classes used but generally everything is the same. So you can use the Sql classes instead of OleDb. in regards to "linking" - I know what you mean but not sure how you want to link them Do you mean ...Show All

  • Windows Forms Reproducing Adware Behaviour

    With C# and a html page displayed in a webbrowser control I want to reproduce the functionality of adware… Obviously I am not asking for help to write adware! I want that behaviour. I have a list of words with definitions. If the html page contains that word I want to highlight it, subtly a dotted blue underline would be ideal and display the definition in a tooltip, if they hover on the word. What mechanism do the adware bots use They seem to be very efficient and fast I may not or may not have control over the content of the html so would prefer an approach not relying on formatting of the html content. Any approaches or suggestions would be appreciated. ...Show All

  • Visual C++ Convert LRESULT to LPCWSTR in c++

    I am working on windows mobile 5.0 ,compact framework I want's to show a LRESULT in the message box. But as message box can only show LPCWSTR. So please provide me a routine to convert LRESULT to LPCWSTR so that I can show it in the message box. LONG lr = RegSetValueEx(hKey, NULL, 0, REG_SZ, (LPBYTE) wszValue, (lstrlen(wszValue) + 1) * sizeof(TCHAR)); wchar_t buf[20]; _itow_s(lr, buf, 20, 10); MessageBox(0, buf, L"Register 2", 0); ...Show All

  • Community Chat Kyro KidSafe Browser (alpha)

    Hello all, I am making a "KidSafe" browser for kids. Please download my program and post any noticed bugs,etc.  It takes only minutes to set up.  I am 10 years old, so who can make a browser for kids better than a kid Progress:  Final will be started in January Thanks you everyone for your contributions  and encouragement.  *Has 3 tabs for browsing. *Has a "My Websites" button with up to ten of your programmed websites in it. Beta Features: *Has 3 tabs for browsing. *Has a "My Websites" button with up to ten of your programmed websites in it. *Talking Help guide *A new install program Updates in final version: *Button text replaced with graphics. *A game room with games, and fun KidSafe software (suc ...Show All

  • Visual Basic Can't close Excel with VisualBasic 2005

    I'm using excel.application in visualBasic 2005, and I don't manage to close it. I tried some solutions found on the net, and appart the one killing the processus "Excel" in the task manager, no solution seem to work. In this simple example, Excel disapear from the task manager, but with the line in comment activated, excel stays open. Launching the function a second time create a new Excel Process, but close it after (one is still staying in the task manager). Please, help me to close the processus. Dim xlsheet As Excel.Worksheet Dim xlBook As Excel.Workbook Dim xlapp As Excel.Application Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click ...Show All

  • Visual Studio Team System Dealing with tiny C drive

    I have a server with 1 Terabyte of Disk space, 11 GB of which is allocated (7.5 GB currently available) to the C Drive. I need to install SQL 2005 and all goodies plus Team Foundation Server and other software "without filling up the c drive". I have never been successful with a configuration like this as a lot of space on C is taken regardless of the selected install locations. 1. Is allocating disk space with this little left for C a standard practice for a general use server 2. Is there a white paper somewhere that indicates how much space is required to be free on the OS drive for Team Foundation Server and SQL Server 2005 I have looked at the installation requirements and have only found general disk space requireme ...Show All

  • Audio and Video Development XPath Node Set Functions

    Does any know if node set functions, such as count or position, are vaild to use in the HDi world I've been trying, but I keep having problems getting a valued returned. Below is the line that is giving me the issue. It may not be 100% correct because I am writing this from home without the exact code in front of me. I believe it's close enough to get the idea across though. var position = this.savedbookmarks.evaluteXPath(position( //bookmark[@time ="+current+")],this.savedbookmarks.documentElement); From what I can remember, the evaluteXPath call returns a node list. In this case, it's returning a node list with a length of zero. Is there maybe a different way I should be going about this ...Show All

  • Visual Studio Team System Trying to move source causes weird error

    I am trying to move a source project from one team project to another. I keep getting the error: The item $/foo/webui/webapp/obj/Debug/webapp.dll is locked for check-out by domain\user1 in workspace computer1 But I don't even see this file in the source control tree. I don't even see a folder for $/foo/webui/webapp/obj. How to diagnose this Hi Jason: I admit that sounds bizarre. Lets try something really quick. Run the following from the command line: tf dir $/foo/webui/webapp/ do you see the folder obj If you do try to dir the debug folder and consequently run a tf status on $/foo/webui/webapp/obj/Debug/webapp.dll thanks, mario ...Show All

  • Visual Studio no drill down option on my crystal reports gallery

    I'm using asp.net 2.0 , visual web developer 2005, and the crystal report xi When I create a new crystal report (eg: crystalreport.rpt), it will popup Crystal Reports Gallery with 3 choices in Choose an Expert: -Standard -Cross-Tab -Mail Label others like drill Down, Form, Form Letter.. MISSING I saw the online tutorials that Drill Down has a lot of charting functions, but mine don't have Drill Down option in Choose an Expert. Help... I have no idea at all, why it doesn't appear... birdanddog wrote: I'm using asp.net 2.0 , visual web developer 2005, and the crystal report xi When I create a new crystal report (eg: crystalreport.rpt), it will popup Crystal Reports Gallery with 3 choices in Choose an Expert: -Standard -Cross-Tab ...Show All

©2008 Software Development Network