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

Software Development Network >> mark aoki's Q&A profile

mark aoki

Member List

snoopyhobb
uAli
Chanchito
nassir _dub
SokSa.Icy
Bakersacres
Dan Green
.net.phil
MFaucett
Daniel.Alvarez
Aaron--ScriptKitty
Sajid Saeed
Skantechtech
Marc Cauchy
MAGEngine.NET
Shawn Van Ness - MSFT
edralph
SeattleCard
Leonid-NSK
luvly_girl
Only Title

mark aoki's Q&A profile

  • Windows Forms Details about Binhex4 encoding algorithm

    Hi, I am developing an simple application for decoding HQX7 Formatted file (ie. 7 bit format as implemented in BinHex 4.0 Macintosh files) into .net environment. I found a RFC - 1741 which gives folloing information. But this does not satisfy my needs. I ...Show All

  • SQL Server How do I consume a DataReader Destination in VB.Net?

    Hi All,    I am attempting to consume the output of an SSIS data flow task in VB.Net.    I want to read the contents of a DataReader Destination into an object and loop through or display the results. Thanks in advance, Andy   DouglasL wrote: The BOL topic that you want on this subject is "Loading Data Flow Results into a Client Application." This topic mentions the DtsClient refer ...Show All

  • Visual FoxPro Limit edit box

    I have a issue with an fox app where I need to limit a editbox to no more then 3 lines of 40 characters. three text box controls will not provide the word-wrap support I am looking for.. Is there away to do this chris krelle I ended up using the keypress event of three text boxes. and manualy controled the scrolling of the text! Thank you to all.. Every one was a help.. :) Chris Krelle ...Show All

  • Visual FoxPro Open table exclusively?

    Forgive my ignorance - I've recently reinstalled XP and subsequently Foxpro 7.0. Now when i double click on a foxpro dbf file it opens the table and another datasession labeled 'B' (i'm supposing it's a datasession). Previously, when i opened a table i was in exclusive mode and didn't have this duplicate table open also. I normally work in exclusive mode because my data is not in a shared environment (i'm a vb developer). Any suggestions thanks ...Show All

  • SQL Server "Multiselect" way for delete invalid references???

    Hi everyone, When you've got -for example- a derived column task linked with a Flat file and then you change any field and come back to derived column task again you have select that field with two possibilities: 1-‘Leave as invalid column reference’ / 2-‘Delete invalid column reference’ It’s easy when just one is affected but when you have eight or ten is very tedious do the same one by one. Any way for to do same but sele ...Show All

  • Visual FoxPro Word in Visual FoxPro?

    Hello, new to the forums, and I have a quick question. I am currently working on a program for a Community Health Clinic, and I am working on a form for diagnosises. What I want is a dropdown box for which diagnosis to pick (which is fine), a text box for the date this diagnosis was diagnosed (done with ease), and one other thing that is giving me trouble. I would like to have a Microsoft Word style text area where a doctor can put his/her infor ...Show All

  • Visual Basic End Processes?

    If I wanted to make and app so that when its started it would end a certain process e.g msnmsgr.exe how would I do this And is it the same code for VB6 as it is for VB.net        Dim proc As Process  proc = Process.GetProcessById(pid)  proc.Kill()    Note you can also get process byname. See the process class.  There are other ways too such as doing a sendmessage to a process telling it to ex ...Show All

  • Windows Forms WebBrowser and file:// URLs?

    Hi folks, Is there some reason why file:// URLs don't work in an embedded WebBrowser If I make an HTML file with this link in it: <a href=" Test file:///D:/Profiles/mabster/Documents/nocover.png">Test</a > ... then launch that HTML file in Internet Explorer and click the link, the file pops up just fine. However, in the WebBrowser control, if I load that HTML file, the link doesn't work. Heck, the "Navigating" event isn't even fired ...Show All

  • Visual Studio Express Editions print image from resource

    Hi!!! I want to print a image to a printer. Actually I’m using the following : ev.Graphics.DrawImage(Image.FromFile("C:\MyPath\bitmap.bmp"), Rect)  where rect is a rect structure I’m searching a form to print the bitmap but from a resource Thanks for the help Here's how to do this if you've added the bitmap to VB's resource designer:   Private Sub Button1_Click( ByVal sender As System. ...Show All

  • SQL Server creating a database, tables, records, and fields in a Sql server 2005 express

    I am at my wits end as to how to do this. I have downloaded Sql server management Studio and tried to create a database but I can't figure it out. There is an almost nonexistant help file so I am lost as to how to start. I have succeeded in looking at some system databases but that is about the extent of it. Can someone show me the proper procedure Am I using the wrong tool Thanks, Paul Well I wasn't aware that ...Show All

  • Visual C++ VC++ 2005 redistributable (vcredist_x86.exe etc.)

    Hi there, I noticed that the Beta 2 redistributable is hosted on the Microsoft download library, but the final ones seems not to be. Will it be hosted on microsoft.com (or is it already somewhere ). Also, it has been reported to me that on Windows 2000 the (RTM) redistributal gives an unuseful error message if Windows Installer 3.1 is not installed. The message is error 1723. "A DLL required for this install to complete could not be run." ...Show All

  • Visual Studio Tools for Office Can Outlook folders simulate Listview presentation of ADO records

    Hi, I’m in the middle of planning a new project where VSTO and Outlook will be the keystone in the architecture. Outlook will be used as the main client performing search and presenting (read-only) data from our main application which is based on web services. I’m thinking of using an Outlook folder that simulates grid/ list view functionality. Post ADO records in to the folder after running some predefined search in a combobox. I ...Show All

  • Visual Studio Team System Sample Templates

    I downloaded the MSF Sample Tempates v3 and tried to open the MS Project files. I can't see nothing in there, altough the files are prety big. Can someone tell me how can I see for example the Gant chart It's about MSFforAgileSwDevBetaProcessTemplate-100.1.zip from http://www.microsoft.com/downloads/details.aspx familyid=f9fd355e-98c2-4b51-86ab-4d4a6b34aafc&displaylang=en and MSFforCMMIProcessImp ...Show All

  • Visual Studio Express Editions Visual Basic 2005 Express connection to sql 2000 server

    Hi I'm a newbe to Visual Basic 2005 Express but I’m a systems administrator for a Microsoft SQL 2000 db server. I have been looking through all the help files and through the connection wizards but I can not find a way of connecting to a 2000 SQL server instead of using the Microsoft SQL Express file connection method. 1. Have I misunderstood and “Visual Basic 2005 Express” can not be connected to a full db server 2. If ...Show All

  • Visual Studio Team System Deleting a project in RC

    Looks like TFSDeleteProject.exe is no longer available in RC. Please advise. To be clear: you've installed the RC build of Team Explorer and are looking in %programfiles%\microsoft visual studio 8\common7\ide I'm not aware of a setup problem with this file. ...Show All

©2008 Software Development Network

powered by phorum