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

Software Development Network >> Ali Enteshari's Q&A profile

Ali Enteshari

Member List

ScrappyDoo
IddieQ
skyshock21
Nobby
kashasrinath
EGH25091970
TheShark
Suzanne
SJP1203
JosieICS
Steven.Dahlin
Sidney Contardi
JuniorBR
jamesbrowne
Tommmy77
person person person
GMan2
AmitG
ZAky
Marthijn Mulder
Only Title

Ali Enteshari's Q&A profile

  • Visual C++ c1083 fatal error cannot find include file

    Hi all; i am using VC++ .NET 2003, can any body help me why i am getting such type of error when i am including header file through relative path. i don't have fair knowledge of VC++ .NET, i am sure i am missing something in project setting. actually i included each path in 'aditional include path' option in project setting but still getting error. it will better i will explain my problem with example: Following error i am getting ...Show All

  • .NET Development Developing ISAPI Filter in .NET

    I would like to know if we could develop ISAPI filter in .NET. I have a filter that was originally developed in c++, i would like to port it to .net. Can you please let me know on how to go about doing it. Regards, Leejo Hello. Seems kind of risky to do this, I think. Simple filters written in C where you have a rough idea how long everything takes, and what memory consumption you have is risky too, but I wouldn't do this in man ...Show All

  • Windows Forms Using Primary Keys in Dataset's DataTable

    Hi, I have a dataset that has one table and 5 columns in it and I have set 2 columns in the dataset table as primary key Columns. Now, how can I make use of these primary key columns For eg: If I want to say that get me all rows where PrimaryKeyColumn1 = '11' and primaryKeyColumn2 = '44' then how would I say that Would I have to use DataTable.Select method Dataset.Datable(0).Select ("PrimaryKeyColumn1 = 11 and primaryKeyColumn2 = 44) ...Show All

  • Visual Studio Express Editions Printing a document in VB

    Can you please let me know how to print a document in Visual Basic 2005 You have to be clear about what you want: a 'document' can mean anything (is it a word document, PDF, code from your application, an unknown file, a web page, a form in your application, a custom printed page, etc.) Do a search on 'printing' on these forums and you will find a few discussions. Additionally, the online and offline help provides some good examples an ...Show All

  • Windows Forms new vs. gcnew, etc.

    Hi Folks- I just started learning about Windows Forms this week and I have a question. I am writing code in C++ and I am not familiar at all with managed code. Some of the tutorials use the "new" keyword to create objects, others use "gcnew". I can only seem to use "gcnew" when I create projects in VC++ Express Edition using the Windows Forms template. Same of course with "*" and "^" for pointers. My question is I'd rather use unmanaged code. ...Show All

  • Windows Forms Formatting

    Im using VB.NET 2003 and I'm trying to format a textbox to show dates without the time and then a couple of textboxes to show currency with the other textboxes left the way they are. When I create a new binding for my textbox with a format and parse handler for those textboxes they do show the formatted values correctly but then when I navigate, or addnew record, the formatted textboxes stay the same while the other textboxes change values as ...Show All

  • Visual Basic Connect to MySQL through VB over Web

    I'm a total newbie to VB & .NET stuff, so here are my questions: - I want to create an application that will eventually: 1) Connect to an LAMP server (Linux, Apache, MySQL, PHP) <- that's a hard bit 2) Grab info from a specified page (this can be done through the use of a browser window) 3) Enter info from a VB form into the browser window using the POST format. Is this possible, and if it is, how hard would you rate it (out of 10 ) Thank ...Show All

  • Visual Studio Express Editions How to connect VB.net 2005 express with SQL Server 2000?

    How to connect VB.net 2005 express with SQL Server 2000 Please help as soon as possible Shifaz http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=146396&SiteID=1 ...Show All

  • Windows Forms DataGridView: Access to added/deleted row?

    Hello, I have a DataGridView on my form, bound to a dataset. When the user adds a new row, I need to set a column of the new row. I didn't find a AddingRow or BeforeAddRow event. Similarly, I need to know which row was deleted. But the RowsDeleted event doesn't tell which rows were deleted, and the RowIndex is invalid because it points to the rows left after the delete. Any suggestions There is an event that fires called DefaultsNeeded whe ...Show All

  • SQL Server Problem in insert a datetime into SqlServer 2005

    I user Visual Studio 2005 64 bit ,windowxp 64 bit ,sqlserver 2005 The Sql statement : "insert into sickleave (StaffID,sickLeaveReason,DateStart,DateEnd,RegistrationDate) values (20001,'test',28/3/2006,4/5/2006,4/5/2006 ) " and the result in Datebase (All the time become 1/1/1900 0:00:00 ) Although i change the datetype from datetime to smalldatetime the result is same and i try input the date 28/3/2006 0:00:00 into serv ...Show All

  • SQL Server connect to sql server express

    Hi, I cannot connect to the sql server express, and i recieve an alert which says: TITLE: Connect to Server ------------------------------ Cannot connect to Sql Server (SQLEXPRESS). ------------------------------ ADDITIONAL INFORMATION: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not a ...Show All

  • Windows Forms {SOLVED} how to know if item is selected in ListView

    I am using dragdrop so want to know the index of item under mouse pointer for ListBox its ListBox.IndexFromPoint(e.x,e.y)   and it works fine but in ListView there is no such method so i am using int selectedIndices = ListView.Items.IndexOf(lvLevelList.GetItemAt(e.X,e.Y));   now the problem is it always returns -1 why so and other way to do it.What exactly i want is to obtain index of item at location (e.x,e.y). ...Show All

  • Visual Basic Unsigned integers?

    I'm using VB5 and I have a very basic question (no pun intended!):   How can I declare an integer to be unsigned   I've searched the help, but no joy. I'm using variables for map coordinates and altitude, which are all unsigned. Using signed variables (the default) causes major problems. Many thanks.   Best regards,     Chris Mattias, thanks very much.   Best regards,  &nb ...Show All

  • Visual Studio Express Editions how to add new users with SQL Server Management Studio Express CTP

    hi, someone maybe can help me how to add new users, that they could connect to my MSSQL 2005 server, i trided myself, but i didn't make it.. thanks This probably should have been posted somewhere else being that this is the Installing and Registering forum but here is how to add a new user for SQL 2005: 1) Connect via Management Studio 2) Expand Security 3) Right click Logins and select New Login From there you can configure that new user. ...Show All

  • Visual C# How do I return a value...

    Hello, I'm very new to ASP.NET,  C# and OO programming in general.  I would appreciate any help in what I'm sure is a simple issue. I'm trying to return a value from a method but am having trouble doing so.  Here is what I have so far: private int chkRequired(Control Page) { int cnt = 0; foreach (Control ctrl in Page.Controls) { if (ctrl is DropDownList) { if (((DropDownList)(ctrl)).SelectedValue=="0") { ...Show All

©2008 Software Development Network

powered by phorum