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

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

Kestutis

Member List

dbuchanan
112ilias
Blerus
Karthikeyan.B
Mel_G
Phil Vaira
GrahamHeap
DaveV
Jimmyusa
new2C#
powerlau
SarcieHuber
charlieucla
gunner2002be
Shiplu
Florin Lazar - MSFT
Charlie Babbage
Payton Byrd
Karel Zuiderveld
Skipy
Only Title

Kestutis's Q&A profile

  • Visual C# Multiple languages on the same WinForm

    Hello, I must write an application that must support input fields for a "left-to-right" language (as English) and input fields for a "right-to-left" language but on the same form . The keyboard is bilangual (QWERTY and a "right-to-left" language). When the user enters a left-to-right language input field, the keyboard keys must be QWERTY. When the user enters the right-to-left language input field, the keybord keys must automatically switch to the second language. Is it possible with C#.NET/WinForm/Textbox Thanks in advance, Stephane. The character set is a ...Show All

  • Visual Basic Print an image

    Hi, I have created a picturebox and drawn some lines in it to build a grid : Dim bit As New Bitmap(570, 400)         Dim g As Graphics = Graphics.FromImage(bit)         Dim i As Integer         g.DrawLine( New Pen(Color.Black, 2), 5, 5, 5, 395)         g.DrawLine( New Pen(Color.Black, 2), 5, 395, 565, 395)         For i = 385 To 5 Step -10             g.DrawLine( New Pen(Color.Gray), 5, i, 565, i) &nbs ...Show All

  • SQL Server Rebuild index failed

    I scheduled a maint plan to rebuild index. All table's indexes are successfully built except for one table. The error message I got: Failed:(-1073548784) Executing the query "ALTER INDEX [Index_name] ON [dbo].[table] REBUILD WITH ( PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON, SORT_IN_TEMPDB = OFF, IGNORE_DUP_KEY = OFF, ONLINE = ON ) " failed with the following error: "Online index operations can only be performed in Enterprise edition of SQL Server.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set ...Show All

  • Windows Search Technologies WDS and defaul Outlook profile

    Hi, After installation KB917013, WDS do not find in outlook 2003 (SP2). On attempt setup WDS for outlook i see following error : "Windows Desktop Search has detected that you are using an Outlook profile that is not your default profile. Your Outlook folders can be indexed only when you are using your default profile. To ensure your Outlook items are indexed, restart Outlook and select your default profile if prompted." I have only one profile in my outlook. Do you have any idea Thank you AMAZING discovery ( sort of) … I was busy typing complain posting about WDS 3.01 vs. wonderful ...Show All

  • .NET Development Where's the Web dev forum?

    Like the title says... where's the Web dev forum for us ASP.NET monkeys I think some people forget or do not know there are two specific sites for specific .net development I would always consider http://www.asp.net as the primary asp.net forums And I would always consider http://www.windowsforms.net  as the primary windows forms forums. Those site have been there since day one. These I guess would be everything else. ...Show All

  • Visual Basic Can VisualBasic send an SMS message?

    Can VisualBasic v8 (.NET 2005) send an SMS text message to a mobile phone# Mine's running on Windows server 2003. This would be ever so cool !!! Well, yes, Visual Basic can certainly be used to create a program that sends SMS text messages.... BUT... You need to talk to something that knows how to send SMS messages. This something can either be a mobile phone that is connected to your computer (exactly how you talk to the phone depends on the model and how it is connected), a publicly available server that lets you send SMS messages (the only ones that I've personally used were located in Sweden, and did not allow ...Show All

  • .NET Development Best Practices: Generating Serial Numbers which contain informations?

    Hello Forum Users, i am working on a Software which can be registered by people and companies for variable period like 3 months, 6 months or one year and so on. For example, we receive the order from company X, purchasing the software license for 6 Months. Now we would like to use our own Serial number generator and pass in the name of the company and the period and generate a serial number, which will be delivered to the customer by e-mail, phone, fax, letter etc. We would like to be able to show the information on the customers screen (so that he hardly would like to use someone else key), and be able to disa ...Show All

  • SQL Server Previous YTD

    Hi all I am trying to perform Pervious Year To Date Total (which is like YTD but for the previous year. ie. ytd would work for this year's jan -> whatever month. But I need a total from Last year from jan -> whatever year to do comparision), However I've ran into the following issues. Since Year is a variable and it can change depending on which year you select. I tried to Return the first member of the month which in theory should be January of a Year. However when I performed the below query I got Dec which was the overall period through out the entire Month this include 2002 dec -> 2005 May period so the head returned Dec. SELEC ...Show All

  • Windows Forms Make text bold on specific datagrid row?

    Hi.   I would like to make the text of a specific row bold (and change its color) in code at run time (based on the value of a particular cell).  Does anyone know a simple way of doing this Thanks in advance. http://www.syncfusion.com/FAQ/WinForms/default.asp#44 explains how to do this (and a bunch of other stuff for the DataGrid).  Or ...Show All

  • Smart Device Development "No such interface supported"

    I recently received and installed Visual Studio 2005. When I create an empty Pocket Pc 2003 (or Windows Mobile 5.0) application and try to deploy it, I get a messagebox that says "No such interface supported". The actual .exe is there and I can copy it and run it on the device.. but it seems that the communication layer between visual studio and the device is broken. I get the same error if I try to deply the application to the emulator. Ive tried uninstalling and re-installing ad naseum with no success. please help! Taha I have posted this on the smartdevice forum but no one has replied there and I thought I ...Show All

  • SQL Server Pocket PC database connection

    Hi, I am developing an application for a Pocket PC (PPC). I am using Visual studio 2005, and the Operating system on this PPC is Window Mobile 2003 SE. The followings are my codes to connect PPC with the database on my PC with sql server 2005. But when I cick the button1, the error with "SQL Server does not exist or access denied." Any ideas Thanks a lot. Imports System.IO Imports System.Data Imports System.Data.SqlClient Imports System.Math Imports System.Drawing Imports System Public Class Form1 Dim strConnection As String = "Server=localhost;Integrated Security=SSP ...Show All

  • SQL Server SQL Express Reporting Services

    Wow! We get reporting services in SQL Express. Excellent! Now, how do I save/deploy a report. Can we set up a report server locally. I feel a bit cheeky seeing as how this is all free, but where are we supposed to store the reports we create in the (free! thanks!) Business intelligence tool. Cheers Mick The reports are stored as standard .RDL files that are deployed and run on a local report server. Of-course the reports that are created can only report against a local SQL Server data source. hope this helps Herain ...Show All

  • SQL Server Cannot generate SSI Context

    New install of SQL Server 2005 (x64) Standard after uninstalling previous version SQL Server (x86) Standard. After installation, client connections are receiving "Cannot generate SSI Context" error messages. TCP/IP Integrated Authentication is being used. Kerboros authentication is failing when SQLService is running under a domain account and works when running under local system account by reverting back to NTLM authentication. How do I get the Server to revert to NTLM authentication when running under a domain account so that the error will go away Mike First, here are great blogs for troubleshooting this proble ...Show All

  • Visual Basic is there any way to get CPU temperature

    hello friendz,                      i like to get CPU temperature of my own machine and i am developing application for network monitoring. so please anybody tell ,, is there any way to get CPU temperature using Visual Basic..  Hope i'll get reply for this question. please send ur valuable suggestions as soon as possible.. thx kamaraj. Drivers or something similar that supports instrumentation through WMI must be installed if you want to use WMI Cooling Device Classes (temperature sens ...Show All

  • Visual Basic Where Used Xref

    The .Net IDE has a nice feature "Go To Definition", which takes you to the definition of a given symbol. I'm looking for the oposite reference, "Show where used", so I could select say a method (function or sub) and see all the places that it is called. Of couse I can do this by searching source, which is what I do, but it is not so accurate and it seems like this is something that the IDE could support (at least  within a single assembly). Any ideas Thanks ...Show All

©2008 Software Development Network