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

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

AleMin

Member List

Kishore79
hennep
Gerald Gibson
Jeff Weinstein
wonny
xyray
chovy
Mark
Lawrence To The RESCUE
Peter Hull
ISW
elianaca
cwatkins-gd
jan_bp
Nicklas Gummesson
UncleRedZ
SMOwais
Mark Garcia
EK4527
AnneF
Only Title

AleMin's Q&A profile

  • Visual Studio Express Editions DataGreid

    can any proffesional help me on datagrid i want date and time write in cells automatic when another cells while fill and if this cells not fill then other cell not write time and date       I want when i fill any cells in column1 automatic enother cells in column 2 will fill with time now and date DataGrid, or a DataGridView What events have you looked at there are many events (such as CellChanged) ...Show All

  • Visual Basic Drawing coordinates reference

    Hi, When using drawing functions, is there a way to change the coordinates references (the 0,0 point). That would be useful in functions and sub to which you pass coordinates parameters. You would refer these coordinates as 0,0 point and then the following code would be easier to write. Patrick Thank you for the information. That is exactly what I was looking for. Patrick ...Show All

  • SQL Server Is it possible to create a bar code in SQL reporting?

    I need to be able to create a bar code in SQL reports. Do I need to get a three party tool or do you have anything that can help.   Thanks As Inamori has stated. Everything works fine until the report is compiled into a productions server. At that point the barcode is shown as clear text. So what exactly is the fix. Was one ever found ...Show All

  • Visual Studio 2008 (Pre-release) IOException when running downloaded samples on German Windows

    Whenever I want to try some samples from the internet they compile fine but when I start them I get an IOException at this or a similar line: /// <summary> /// MainApplication /// </summary> public partial class MainApplication : System . Windows . Application { /// <summary> /// InitializeComponent /// </summary> public void InitializeComponent() { ...Show All

  • Visual Studio How to link CR to an Access database using a relative path ?

    Hello, I'm using Visual Studio 2005 beta2 to make a desktop .NET app in C#. I have a report that connects to an Access database through an OleDB connection. The problem is that it stores the absolute path of the database file. Is it possible to change it to a relative path It tried to set the database path to "./database.mdb", but when my report loads it asks me login informations... Thanks for your help. lbalogh ...Show All

  • Visual Studio Express Editions VWD Express Edition 2005 error

    I downloaded VWDEE several weeks ago and have been using it religiously since then. It is a great tool and I have really learned a lot during those weeks. I have now run into a real problem that I can't seem to get a handle on, so I thought I would ask here and see if anyone else has seen this problem. I started having random problems with my really simple ASP application. This application uses a database connection and most of the problems a ...Show All

  • Visual Studio Express Editions I really need a piece of advice...

    Hello again. I am really wavering. I am a developer, windows applications, not web. Until now I used VB6 to build client side user friendly applications. Server side usually are DCOM VC++6 applications (we develop laboratories and quality systems for manufacture). Now I have to develop a new client application, and I would like to try VB2005: I downloaded the express edition to evaluate it. Of coarse I have a lot of code, and tested user interfa ...Show All

  • Windows Forms Howto paint DGVCheckBoxColumn for certain rows as something else

    Hi, I hv a problem to completely disable or not to paint as checkbox cell inside a DataGridViewCheckBoxColumn. The reason to disable depends on the values for a specified column for each row in DGV. For now, I'm using CellPainting event handling and the code is something given below: private void dgvMobile_CellPainting(object sender, DataGridViewCellPaintingEventArgs e) { foreach (DataGridViewRow dr in dgvMobile.Row ...Show All

  • Windows Forms form1 location

    I have written an app in which I remove all the controls from the form relating to managing the window. No minimize, maximize, etc. buttons. I open the form maximized and don't want the user to be able to move the form. I have tried to do this by handling the locationchanged as well as the move events. When these occur I handle them with the code me.desktoplocation = new point (0,0) or me.location = new point(0,0). In all cases the events o ...Show All

  • Visual Basic VB?

    Hi, I was wondering if there is any free version of VB around And which is better to learn ( ) VB or C++ or whatever the laguage is called ^_^ (sorry I'm a beginner :)) Thanks, Henry. Henryl77 wrote: I was wondering if there is any free version of VB around VB 2005 Express is freely available at http://msdn.microsoft.com/vstudio/express/vb/ All you need to write VB appl ...Show All

  • Windows Live Developer Forums Windows Live Messenger Beta Invitation Winners

    Last week, the Messenger team offered Windows Live Messenger Beta invitations to the first 5 people who submitted Activity Apps that passed the provisioning process. Drum roll please...  And the winners are: 1. Notesaic by Daniel Tse 2. Quatro by Chris Weeink 3. Boter kaas en Eieren by Glenn Klijn 4. Let's Play Chess by Prasad DV 5. CooperYoung by Frans-Willem Hardijzer Congratulations to the winners!  You will be receiving your beta i ...Show All

  • Smart Device Development Custom WinCE 5.0 and VS 2005 Beta2. Connection question.

    So, I have a custom board and windows ce 5.0 built to our needs. I have active sync built into the image. Now, comes the problem. VS 2005 Beta2 asks for an tcp/ip (transport) and to have activesync (bootstrapper). Then I try to connect and get "Connection failed. The current version of ActiveSync is not supported. Install the latest version from www.microsoft.com.". Well, I got activesync 3.8. That is the latest I found. As a component for PB ...Show All

  • Visual Basic Newbie VB2005 question

    Hi all, Sorry if this seems an obvious question... I am building a quiz program in VS VB 2005 I originally made in Excel VBA, and I have searched all over the place for an equivilant to "Application.Wait", which will pause the code whilst a music file is running. Any ideas on a pause/wait/hold command Many thanks in advance. Thanks very much, Abdullah!  I don't know if this is what Mr. S needed, but it' ...Show All

  • Software Development for Windows Vista Migrating to Vista: CreateProcess failed

    Hi. I tried to run my application on Vista, and the command CreateProcess failed. The last error returned is 87 ("The parameter is incorrect"). This is the code snippet of creaing the process. std::tstring cmdLine; if (!ConstructCmdLine(cmdLine)) { return false; } SharedUtil::SmartPtr<TCHAR> spCommandLine(SharedUtil::StrCopy(cmdLine.c_str())); STARTUPINFO startupInfo; ::ZeroMemory(&startupInfo, sizeof(startupInf ...Show All

  • Visual Basic Help - where is ScreenSaver config?

    I'm very new to VB.Net and am using the ScreenSaver starter project to help me learn. However I can't get the config/options form to display when I run the project. Even with /c specified as a parameter. If I Build I get a .scr file but not a .scr.config as the documentation says. Has anyone any idea how I can access / include the config form in my project Thanks in advance Jon Open MyEvents.vb and change sele ...Show All

©2008 Software Development Network

powered by phorum