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

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

Jhary

Member List

Orman
Léo Gagné
Jasonhol
Jeffrey2793
Salmec
Bogdan Trcek
Hanchy
Manoj Sharma
kenneth123
David Botzenhart
Alex Graham
clarkewu
HurlyBurly
The_Dentist
Freshabd
Neela
Roger Lipscombe
eurictham
gregmlucas
Pockey
Only Title

Jhary's Q&A profile

  • Smart Device Development phone program in PPC

    Hi all expert, If i understand exactly, the phone program (which is included in pocket pc) is written from APIs. I want to rewrite a program phone like that, so i look in msdn, i found some APIs phone functions:  + PhoneCloseCallLog          ---  + PhoneGetCallLogEntry         |__ i can use them to build "call history"  + PhoneOpenC ...Show All

  • Visual Basic How do I load image into the picture box in VB2005

       I have a problem on loading image into the visual basic 2005 IDE picture box. If Visual Basic 6 code goes like this,    Me.PictureBox1.Picture = LoadPicture(sImagePath)   how  do i load  it in  Visual Basic 2005 Hi Cyber, This is one way to do it in vb2005 Dim FilePath As String = "C:\TempPicture.jpg" Try PictureBox1.Image = Im ...Show All

  • Windows Forms hot tracking menuitems

    How do i create a main menu with hot tracking effects. When i point to the menus i would like to change the back color of the menus just like the menus on the visual studio.  This is a nice example with source http:/ ...Show All

  • Visual Studio Remote building

    I'm currently finishing a system able to perform builds of .Net solution on a remote server based on code from VSS. Will it be possible with the MS build system and VS 2005 to perform builds on remote machines You will also be able to use Team Build (which is a part of Visual Studio Team System).  Team Build is built on top of MSBuild and will provide the ability to run builds on a dedicated build machine ...Show All

  • Visual Studio Express Editions VS Express 2005, VB and SerialPort

    I have started to attempt to build a piece of code using VB which will use SerialPort to communicate with another pc connected via COM1 using hyperterminal. So far I have no luck in attempting to compile my little VB form with the Serialport code inside, keep getting loads of errors. What/where is the namespace required to allow serialport to be accessed, I have looked in System.IO but it doesen't have the .ports.SerialPort options availab ...Show All

  • Visual Basic Problem with DLL in Windows 2003

    Hi, I have a component(dll) that calls another component(dll), but i am getting the error "429 - cannot create object" when i call a method. For Example: In the DLL that calls another DLL visual basic code: Roberto Caetano Junior wrote: SynchroBusiness.dll is installed in COM+ Is the synchrobusiness dll compatible with 03 Have you created project level references to the Dll ...Show All

  • .NET Development What's wrong with my code, please help!

    After I run the application, after click the buton, nothing appears except some blank lines inserted to the listBox, but it ought to display the String from the artmoney process. Could you please tell me what's wrong with my code I've spend 3 hours on it, but could not find the solution. /*Text.cs*/ using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using ...Show All

  • Visual Basic how to set release configuration in VB express

    Hi, Anyone know how to set release configuration in VB express i can't find the build option specify by msdn. Go to the "Tools | Options" menu. Under the "Projects and Solutions" tree node, select the "General" node. There should be an option to "Show advanced build configurations". Check that box and click ok. Now, right click your project file in the "Sol ...Show All

  • Visual C++ Problem with OnPaint and ThreadFunc

    Hi, I will explain a little bit of what I am trying to do: I am grabbing some images useing a camera and a framegrabber. These images I am displaying in a window that I created using a function of the framegrabber. My application has to a area to draw a graphic (this graphic is to the gray values of a line of pixels, that I get from the images that I am grabbing). So, I need to grab some images and draw a graphic using data from this image. I tr ...Show All

  • Visual C# C# Access

    Hey all,thank u very much for your all because of reading my question; I have a big problem about saving data which I typed to textboxes to my database... I need your help, are there anyone can tell us "step by step" the db connection, saving,deleting,sorting,searching with c# etc... peaceforce18@hotmail.com waitin for your help... I must learn it... Thank u very much... there are many samples for ASO.N ...Show All

  • Visual Studio Change TARGETDIR

    Hi, How can I change TARGETDIR to value saved in registry Thank's Alexei Hi, I have found solution on: http://support.microsoft.com/default.aspx scid=kb;en-us;827026&Product=vsnet Thank's Alexei ...Show All

  • Visual Basic showing opened files

    THis si the code i use when you click 'open file' Private Sub Button1_Click( ByVal sender As System. Object , ByVal e As System.EventArgs) Handles Button1.Click Dim openFileDialog1 As New OpenFileDialog() openFileDialog1.RestoreDirectory = True If (openFileDialog1.ShowDialog() = DialogResult.OK) Then End If End Sub   What do i do so the program i've opened is displayed in the textbox a ...Show All

  • .NET Development Stored Procedure

     I would like to make a stored procedure with date part first day of the week Friday and want to have it so sales for each customer are added together each day and at the end of the week i can see what each customer has brought and the total amount each customer has spent.And can anyone tell me can you tie a stored procedure to a click event in a windows form.Hope someone can help thankyou.    ...Show All

  • Windows Forms Selected Row in DataGrid

    Is there an event that gets fired when a row is selected in the DataGrid  I can't find it. Or do I need a third party grid so I can use this Yes, it's a possible answer. the currencymanager is what manages your position& ...Show All

  • .NET Development Regular Expression for character combinations or strings that should NOT match

    Is it possible to specify a regular expression pattern for strings that should NOT match something. For example, I get a string that specifies a number of codes like: VV, VVP, PVT, XXP, G, BB. I would like to select all codes from the string that differ from VV or XX (so XXP is a valid code!). Is there an easy way to do this using regular expressions ! Best regards, Philippe Thanks, that works indeed! But I ...Show All

©2008 Software Development Network

powered by phorum