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

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

Poek

Member List

jepatte
Imre Fabian
Ping06
manhatma
CraigL
SteveJC
SatishS
Larry Foat
Syed Faraz Mahmood
JB Trexler
P_B
ICE-Computer
Sean Lively
wda
Disaia
Tim Droz
Tiago Nobrega
Micah Armantrout
dtsob75
paukp06
Only Title

Poek's Q&A profile

  • Smart Device Development Datagrid Lost focus event not fired..

    Hi, i'm developing an apps for PPC2002. I'm using Datagrid click event to process the data. I want to implement some security settings like if datagrid is not clicked (or) edited for an hour,then i have to remove the credentials which are  entered before. I 'm using Lost focus event. Is it correct When it gets fired b'cos no action has been taken even after an hour!. (BOL mentioned that ,It gets fired when it losts keyboard focus). code : Private Sub DataGrid1_LostFocus(ByVal sender As Object, ByVal e As System.EventArgs) Handles DataGrid1.LostFocus         Timer_lost.Enabled = True End ...Show All

  • Visual Studio Express Editions Adding a new row to a database inserts a blank row between each new one.

    The first time I press the Add Icon everything seems to work OK, but on each subsequent press of the Add Icon a correct new row and an unwanted blank row are added. Any ideas what may cause this Am I missing something from the code or is something incorrect in the code that would cause this     Public Class Form1   Dim drNew As DataRow   Dim StrHour As Integer = 8   Dim strMin As Integer = 0   Dim Day As Integer = 1   Dim Month As Integer = 1   Dim Year As Integer = 2006 Private Sub BindingNavigatorAddNewItem_Click( ByVal ...Show All

  • Visual Studio Express Editions Form with many buttons slow when form is refreshed on VBexpress yet fast on VB6, why?

    Hi, I am new to VB exp 2005. I am currently making a simple program that has 1 form and 100 buttons on it. When I run the program, I could notice the PAINTING process of the buttons. I mean, I could see some uncompletely displayed buttons while the others are already visible. This problem could also be seen when I MINIMIZED, then MAXIMIZED the form. I made an identical program using VB6. And ofcourse the response was faster. Is there any other way that I could make my program display the buttons more faster Thanks Its probably hapenin for ur PC configuration.... vbexpress edn need lots of RAM , i mean around ...Show All

  • Smart Device Development Using Modal forms on a Smart Device

    Hi all, is it possible for me to use Modal Dialog forms on Smart Devices I want to be able to load up a Modal Dialog from a Form, filling in the Controls on this Modal Dialog, and then close this Modal Dialog and have the data that I entered in the Controls display in Controls on the Form that opened the Modal Dialog. Device used: QTEK. Using: VS 2003, .NET 1.1. Hope you can help. Thanks Tryst Yes, modal dialogs are shown with ShowDialog() instead of Show(). As to data transfer, it's up to you and no different than accessing data in one class from another. ...Show All

  • Visual Basic Sequence of Execution of Program Statements

    I am trying to print out a status message to a text box just prior to loading a large file. The printing to the text box is not occuring prior to the download and I am confused about what I need to do to force the desired sequence of steps. Thanks, Fred Herring Dim b As Integer Dim OFD As New OpenFileDialog OFD.Filter = "Media Files|*.wmv;*.wma;*.avi;*.ram;*.rm;*.mpeg" OFD.ShowDialog() If Not OFD.FileName = Nothing Then StatusMessage.Clear() 'does not occur until after the download is complete StatusMessage.AppendText(vbCrLf & "Loading the Media File from the File Syst ...Show All

  • Visual Studio Express Editions Start Debugging (F5) Crashes IDE Web App

    Greetings, I am creating a website with Visual Studio 2005 Beta 2. Every time I try running the application with (F5) start debugging it crashes the IDE and wants me to report the problem to Microsoft.  It works find if I start the application without debugging <ctrl>+<f5>. The web project is using location "File Type" using the ASP.NET Development Server on port 1147. The error I get is "Microsoft Visual Studio has encountered a problem and needs to close. If you had files open that contained unsaved changes, these changes might be lost. Restart Microsoft Visual Studio Beta. Send an error report to Microsoft.... blah ...Show All

  • Visual Studio C++ / Add Class / Class Wizard replacement

    Hi,  I want to create a more flexible C++ Class wizard then the existing one.  I want to access my wizard from the "Add/class" contextual menu item, the same way as the current wizard is accessed, or add my own "Jamea Class" under the "Add" contextual menu item.  Three questions: What extensibility machanism I would want to use to create the wizard I know some VB and no C# ( I am a quick learner though ) Would it be possible to append my own "Add/Jamea Class" entry in the contextual menu in solution explorer or class view if number 2 is not possible, then how do I add my "wizard" next to the C++ "C++ ...Show All

  • Windows Forms Error Massage after Deploying application

    I've deployed and app. in a client computer adn when I run it all I get is an error-crash massage ("App encountered a problem and need to be closed") at the details it says somthing about "system.windows.forms" is there any thing I need to add to the deployment for it to work I'd really like to help, but I'll need some more specific details. How did you publish your application How was it installed What is the specific error message ...Show All

  • Windows Live Developer Forums Photo APIs

    Hi Dare, I read an entry on your blog a while back ( link ) regarding an API for uploading photos and altering the photo albums. Just wondering whether any more has come from these thoughts... Scott couple of days ago, I met Michael Pacholec and he said the APIs for photo upload will be released at about May. Is that right, Dare I suggested these APIs at your blog as below. Do you have any API list for next release - Create Album (Pri.0) - Edit Album name (Pri.0) - Delete Album(including all sub photos)(Pri.0) - get Photo album list(array type would be great)(Pri.0) - Upload photo (Photo, Photo name) (Pri.0) - ...Show All

  • Visual Basic Recordcount is -1

    I am having difficulty when deleting a record from an ado recordset. Even though the record has been deleted I am still seeing data in a datagrid that has its recordsource set to a query based on the deleted record. Trying to discover the root of this problem I have noticed that although the record I want is returned by the query the recordcount is set to -1. Can anyone help 'delete an entry from the database Set cn2 = New ADODB.Connection cn2.Open strConnect Set adoRS2 = New ADODB.Recordset strSQL = "SELECT * FROM CartXref " strSQL = strSQL & " WHERE " strSQL = strSQL & " [Printer_ID] = & ...Show All

  • Visual Basic Quick find and replace very, very slow

    I am currently working with a native VB2005 program that, when I look at the line numbers, is getting close to 10,000 lines. I have a new XPS laptop very fully loaded, and am running XP. When I am working with the app, the IDE seems a little pokey, but that is to be expected - until you try to do a "Quick Find" or "Quick Replace". These take in excess of 30 seconds at times, but usually hover around 10 seconds. Am I doing something wrong All I am doing is pressing the <alt>"E" followed by the <alt>"F" key when the program is not being run or debugged, and I am just looking at the code. ...Show All

  • Visual Basic validating-event

    Hello,   Can somebody tell me if it’s possible to get the name of the control (not the container !) that causes validation during the validating-event of a control that I’m leaving.   Thanks,     About the name of the control, see in the good book: http://msdn.microsoft.com/vbrun/staythepath/additionalresources/IntroTo2005/default.aspx Free Book – Introducing Visual Basic 2005 for Developers In Chapter 1 – Framework Class Librasry - Namespaces The author says: Unless other information is provided for the compiler to resolve a class n ...Show All

  • Windows Forms Oh, the magic that the Tab key does (focus)

    [Using VS2005 Beta2...] The FocusRectangle is a very fickle thing. Create a form with two buttons on it. Create a KeyPress event for the form that cycles focus between the two buttons (turn on KeyPreview for the form): private void Form1_KeyPress( object sender, KeyPressEventArgs e) {   if (button1.Focused)   {     button2.Focus();   }   else   {     button1.Focus();   } }   If you press any key other than the Tab key focus will cycle between the two buttons without ever showing the dotted FocusRectangle. Now hit the Tab key and the nifty FocusRectangle sho ...Show All

  • SQL Server Creating SQL Server 2005 Mobile Edition On Desktop

    Hello Everybody I want to create SQL server 2005 mobile database on desktop programmatically with some inital data for my application and load it into device. We can create database only in VS2005 server explorer or SQL server 2005 application. Anybody having this solution for this prob.   Regards Chikuu       Hopefully the problems will be sorted with SQL Everywhere. You CAN get around the problem and still stay within Microsoft licencing terms without having to have Visual Studio, etc: 1) Download SQL Express from Microsoft (free download) 2) Extract t ...Show All

  • Visual Basic Snipet Editor Path

    Where is the snippet editor created by default... i cant reinstall it (says there is an network error, even though being on local drive) and i cant see any shortcuts on menu There were some issues with early versions of the snippet editor. I would try using the one on the gotdotnet website . ...Show All

©2008 Software Development Network