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

Software Development Network >> Omer TR's Q&A profile

Omer TR

Member List

Benjamin Fallar III
ARMYVET
LawC
Sunil Pawar
AliciaM
H. Smith
Christina M
Helschaee
Chuck C
Jasimons
thekidh
John.NET
_mirko
Raghu81
Nedster657
Karenros
CScs
Tiago Salgado
Srivatsn
krahd
Only Title

Omer TR's Q&A profile

  • Visual C++ Unverifiable Assembly Error

    My application is a vb,net 2003 web service application. About 1.5 years ago, I got some help from MS support for adding autoproxy detection to my application. This consisted of 2 c++ projects called autproxy and GetIEProxy. These rountines helped my application to determine any proxy servers that needed to be addressed in my web calls from a client computer. This worked fine for a while but now I am starting to have problems such as "u ...Show All

  • SQL Server Error "Msg 6522, Level 16, State 1" receives when call the assembly from Store Procedure to create a Text file and to Write text

    Hi, I want to create a text file and write to text it by calling its assembly from Stored Procedure. Full Detail is given below I write a code in class to create a text file and write text in it. 1) I creat a class in Visual Basic.Net 2005, whose code is given below: Imports System Imports System.IO Imports Microsoft.VisualBasic Imports System.Diagnostics Public Class WLog Public Shared Sub LogToTextFile( ByVal LogName As St ...Show All

  • Smart Device Development Deploying VS2003 app(converted to Vs2005) in CE5.0 Device

    My application was developed in vs2003 C# CF1.0 and Sql Server Ce with SQL Server 2000 for synchronization for PPC2003 devices. I am trying to convert that project to VS2005 sothat I can deploy it on Windows Ce5.0 device. The conversion wizard didn't successfully convert the project, it kept throwing the error Compact Framework 1.0 is not installed on the computer even though I had it and I can compile the project in Vs2003.     ...Show All

  • SQL Server User-defined functions - best practice suggestions.

    I've got a couple guys on my team who seem to think user defined functions are a "risky" feature in SQL 2000. I've been using them for years without problems. Yeah, this one of those loaded prove me right or flame me questions ... whatever. I promise not to consider posts on MSDN forums authoritative answers to this practice question. I'm just trying to see where people stand. What I'm interested in knowing is: Do you consider UDF's ...Show All

  • Windows Forms How to fixed TextBox's keyboard cursor?

    If I press the LEFT or RIGHT key, the cursor will move to left or right. If I press the UP or DOWN key, the cursor will also move to left or right. How to fixed the cursor when I press UP or DOWN key Thank you!! You need to override the TextBox's KeyDown event. In VB.NET, it would look similar to: Private Sub TextBox1_KeyDown( ByVal sender As Object , ByVal e As EventArgs) Handles TextBox1 ...Show All

  • Visual Basic How to loop table row<tr> and table data<td>

    I want to create a forum. the table is like this table     <tr>        <td>subject1 that posted by user</td>        <td>posted by who</td>        <td>how many replies</td>     </tr> /table assume that i have 3 subject1,subject2,subject3 How can i control ...Show All

  • Visual C# how do i prevent "show desktop" or "windows key+m" from minimizing my program?

    hi, i don't want my program to be on "TopMost" but i also don't want it to minimize. Never. even if i disable the minimize feature, the program can still be minimized by clicking on the "show desktop" icon or pressing Windows Key+M. I'd like to prevent that. Can someone tell me a possible way to do it btw, the "show desktop" button doesn't trigger the 'resize' or 'changesize' event in the form. Thanks, For the ...Show All

  • Visual FoxPro How to tell if cancel was clicked in the print dialog.

    Can you capture the cancel in print dialog in vfp Ok I see how both work but am confussed in how to combine and make it work. :) Please give me a little more guidence.  Doug ...Show All

  • Visual Studio Express Editions no controls in my toolbox..help!!

    I just installed vb express and there is no tools in my toolbox. It says 'No usable controls in the group. Drag an item......." I went to the tools menu and then to choose toolbox items, checked the selected tools but nothing is there in my toolbox. What am I doing wrong How can I get the toolbox items to appear Thanks, Andy Have you created a project and have a form open In the solution explor ...Show All

  • Visual C# How to write the code automaticly into the InitializeComponent?

    I make some component and controls in the my toolbox when I drag them to the form, i hope VS can write the code into the InitializeComponent automaticlly,just like I drag a VS button in the form. How to archieve this pls give me some idea Thanks namespace Phone_Number_Control { public class PhoneTypeConverter : TypeConverter { public PhoneTypeConverter() { } public override ...Show All

  • Visual C++ "Correct" Workerthread Termination

    Hello, I have used worker threads for a long while and yet always had and still have problems with the "correct" way such threads should be killed for premature termination. They may have files open, are in the process of allocating global memory or doing any number of other things. The closest I got to "correct" is to signal the worker thread through it's priority if it's services are not required anymore for terminati ...Show All

  • Software Development for Windows Vista Extending the WinWF Designer

    If one were to want to extend the WinWF designer by, say, adding a friendlier, knowledge-worker-oriented UI on top of it, what would be the recommended way of doing so I know I've read here and there that this is an expected scenario for WinWF, but I must be searching with the wrong keywords because I can't seem to find much information about how to do it. So far, the most viable solution I've come up with is to build a DSL that would transf ...Show All

  • Windows Forms problems creating and dropping databases (vb.net & sql server)

    I am writing a small app with VB.NET that displays information about my sql server 2000 database.  I have sql server 2000 running locally and the enterprise manager is so slow I can't stand it.  As a way to learn a little VB.NET  ...Show All

  • Visual C# What Shockwave flash object needs to load flashes on an application with interaction betwee Csharp and Flash work well?

    Hi,  I got a problem i used ShockWave Flash Object that is available in visual studio 2005, where i make a project by C# and load .swf files in that control and it provides my by all actions that are taken on a flash movie,i.e. when action like click occurs on a thing in the movie i will e notified in c#. All that was great but when i move the project to another machine i get a surprising thing, the movie is displayed but actions not give m ...Show All

  • .NET Development WSE Asynchronous Server Methods

    I can't seem to find anything out on the google web about how to do asynchronous server processing use WSE. For example, lets say I get a request to do something that is potentially long running. I would want to have an asynchronous method with a callback that returns the response without blocking the processing thread. ASP.NET has Asynchronous WebMethod's here: http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpguide/html/ ...Show All

©2008 Software Development Network

powered by phorum