Software Development Network Logo
  • Microsoft ISV
  • Visual Studio
  • Windows Forms
  • .NET Development
  • Visual C#
  • Visual FoxPro
  • Windows Vista
  • Visual C++
  • IE Development
  • SQL Server
  • VS Team System
  • Smart Devicet
  • SharePoint Products
  • Visual Basic
  • Audio and Video

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

shmulik_segal

Member List

Peramanu
Regis Wang
muysal
gumtoo
Bruce M
Falle1234
MrJP
b2sing4u
lax4u
skalapeno
IronYuppie
santosh2001
carrielm
SupaDevil
Rui Dias VD
Tokunbo Opanubi
XNA Rockstar
AI_for_all
sdj_dk
B Langston
Only Title

shmulik_segal's Q&A profile

  • SQL Server sql server lockup after strange error in log, help please.

    Can anyone help me solve why my server is locking up. We're running sql server 2005 ent on a 2 cpu dual core server. With 3gig. Once each the last couple weeks, the machine has hung and the only thing I can find that's suspicious is on the sql server log.  It's below.  After the excerpt is about 50 more different memory errors.  As far as I know there's no ssl configured for log in, it mostly uses private lan cards for security between it and the web/application server. 05/31/2006 14:39:48,spid2s,Unknown,MEMORYCLERK_SQLQUERYEXEC (Total) <nl/> VM Reserved = 0 KB <nl/> VM Committed = 0 KB <nl/> AWE Allocated = 0 KB <nl/> SM Reserved = 0 KB <nl/> SM Committe ...Show All

  • Visual Studio Express Editions Select...Case

    I need some understanding of changing If/ElseIf statments to select case EX: If (gross <= 51) Then Return 0 I think I should use Select Case gross Case Is <= 51 Return 0 Is this correct wrote: I need some understanding of changing If/ElseIf statments to select case EX: If (gross <= 51) Then Return 0 I think I should use Select Case gross Case Is <= 51 Return 0 End Select Is this correct Regards, S_DS ...Show All

  • Visual Studio 2008 (Pre-release) XAML auto-completion lack

    I've VS2005 with the latest "orcas" upates. Why VS xml editor doesn't help me with hints on code tags and attributes like it does while i edit configuration files I'm already opening it with xml editor and if i digit < i receive only: <!-- <![CDATA[]]> < This looks strange to me. :-\ ...Show All

  • Visual Basic Vista Icons

    I have had windows vista beta 2 icons for a while now and I would like to use the in my applications, I never sell them but for personal use, it would be nice to see something that did not look like it came from Windows .000000000001 ( A version of Microsoft Windows I just made up to exaggerate the point that they look very old.) I am assuming that you're trying to load the icons up in Visual studio and it is throwing an exception saying "Invalid Parameter used" when you import. Chances are they are in a format that is either not supported by Visual Studio .NET or perhaps not even by .NET (<=2.x) ...Show All

  • Visual Basic How can I get a String() array allocated by an unmanaged DLL into VB.Net?

    Folks; Under VB6, I called a (flat) third-party DLL with an un-allocated array of strings. The DLL then allocates the array, and loads each entry in the array with a string. The function prototype for this DLL call is: ----- Declare Function GetSampleRateSettings Lib "Vlink.dll" (ByRef Settings() As String) As Long ----- In this DLL, the 'Settings()' array is allocated, and each of the entries in the array is filled with information. When the DLL function completes, the caller then Ubounds() the array, and picks the array apart for the strings it contains. Works great. In VB6 code, the function is used thusly, ----- Dim tmpStringArray() as String If (GetSampleRateSettings(tmpStringArray()) = AP ...Show All

  • Visual Studio Team System Get Latest Version changes a file's 'Date Modified' and 'Date Created' attributes

    Hi, We are currently using Team Foundation Server as our source control solution for a pilot project. When a user right clicks on a file in 'Source Control Browser' in Visual Studio 2005 and selects 'Get Latest Version,' he/she gets the file without any problem. However, the 'Date Modified' and 'Date Created' attributes of the local file are set to the time he/she got the file from the source control. It is important for us that we get the files with the exact date attributes that they were checked in with. Use-case senario: -User A modifies a file on June 20th and checks it in. -User B gets the latest version of the file on June 21th. -The file on B's machine states that the file was last modified on June 21th and thus f ...Show All

  • Visual Studio Express Editions How to use popup menu in VBX2005

    How can I use popupmenu in visual basic express 2005... tnx;) hi CyberJunkie, on the form, place a contextMenuStrip, name it contextMenuStrip1, and fill its required menu items. then use the following code to popup your menu (contextMenuStrip1), when the user "Right Clicks" the mouse on the form : Private Sub Form1_MouseClick(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Me.MouseClick   If e.Button = Windows.Forms.MouseButtons.Right Then      Dim p As Point      p.X = e.X      p.Y = e.Y      ContextMenuStrip1.Show(Me, p)   End If End Sub mario g ...Show All

  • Windows Forms cannot lauch application on other systems

    Hello, I am quite new to Windows Forms programming. My problem is that I can't launch the Windows Forms applications I create with Visual Studio Express 2005 on other systems, where Visual Studio and the .NET framework are not installed. The error message I get (translated from german) is something like this: "cannot lauch the application, because the application configuration is not correct. Try reinstalling the application..." What am I doing wrong Do I have to link some libraries someway I am confused... would appreciate some help... ciao, Pascal you need to have the appropriate version of the .NET Framework installed on the other computers you are planning to run your application on. Do ...Show All

  • Visual C# Cost for Moving controls from one form to another

    My project used some third party code for docking control. I need to close all the opened documents when I changed the document style. For me, it is very expensive to do close->open. I wonder if I can move all the control (mainly an OpenGL rendered control) from the form to a new created form with the right style. I want to know if there is a better way. Thanks. I hope I understand what you are talking. You are talking about moving one control to the other form in design mode , right May be you can consider writing macro in the visual studio environment to help you easy your task. Or you can try some other 3rd party productivity tools like MZTools. ...Show All

  • Visual Studio Express Editions Newbie to C# Serial help..

    Hello I am very new to C# and am trying to create a serial communication with a PIC microprocessor! I have found a few code examples around and have successfully been able to accept data, however I am not able to update my Windows form according to the data received.. Can someone please point out where I may be going wrong Regards Code PS: Sorry for not using code tags, I am unsure how to do that here public static void OnSerialDataReceived( object sender, SerialDataReceivedEventArgs args) { Form1 testing = new Form1(); // It compiles but I dont know if this is correct string data = Form1.ComPort.ReadExisting(); char test = data[0]; byte hello = (byte)test; string hello2 = hello.ToString(); ...Show All

  • Visual Studio 2008 (Pre-release) Can Biztalk 2006 use Wsdl generated from a WCF service

    I have a WCF service that will be consumed by a process in BizTalk 2006. How can I generate a Wisdl that will be easy for the BT team to use Will the default Wsdl work or is there another approach to accomplish the same. Thanks!! Disclaimer: I am far from being a BTS expert. In general when you are able to use just standard 'Web Sercives' features (i.e. plain XSD, WSDL, HTTP, and no WS-* stuff or even alternative transports) and can use basicHttpBinding in one of your WCF service's endpoints, then BTS should fairly easy be able to consume this WSDL and talk to your service. Cheers, ...Show All

  • Visual Basic Array starting at 1

    I'm redim a array to start 1 and to go to 600, does anyone know how i tryed using the "to", but never worked ReDim Preserve Array(1 to 600) So the premise of the article is correct - just additional syntax has been added to make VB6 feel more comfortable. Either way non-zero based arrays is not support in .NET 1.0, 1.1 or 2.0 and I havent seen anything to indicate that its about to make a reappearance in any of the current .NET development - so basically you cant create non zero based arrays - but now have a choice of syntax (although the older VB 0 to x is supported - the lower bound has to be 0 ) so you are simply creating unnecessary additional verbosity in an already verbose la ...Show All

  • Visual Studio 2008 (Pre-release) Thanks

    I wanted to say thanks to all the people on this forum for helping with solutions to problems, particularly the Microsoft guys for creating such a great platform and being prepared to participate with the developers. I started to experiment with WPF in January 2006 and had a 'vision' for a new product while recovering from a back operation in June 2007. The result is at http:/ www.glomey.com and is a clickonce deployed app written in Visual Basic using WPF and WCF. There are still some rough edges, and probably some bugs. Any feedback would be appreciated. Hope you find it interesting. There is a long way to go to fulfill the vision but at least it is a start. Thanks again, John From ...Show All

  • Visual C++ How to convert "string" into "byte array" and vice versa?

    Hi all, I think most of you probably know the two .NET framework functions, namely Encoding.GetBytes( string ) and Encoding.GetString( byte[]), to convert string into byte array and vice versa. Now, I want to do the same thing in pure(unmanaged) C++. I searched the Internet but could not find any satisfactory solutions. I am really in need of help! Is there anyone to explain how I can implement these functions by not using .NET library Thanks a lot... What kind of string do you have Note, strings are nothing but series of characters. So, they can be asily interpreted as arrays. In case of UNICODE strings, each character occupies 2 bytes and in case of ANSI strings, 1 byte. so, as long as ...Show All

  • SQL Server SQL & Licencing

    I know this is supposed to be a help forum, but the company I work for are looking to produce a DB using Microsoft SQL server, the DB will be accessed by approx 20 / 25 people and we will need one developer licence...and will be held on a dedicated server... Can some one please help me work out what version of the sortware we need to purchase and what we require in the way of licences.... Many Thanks Great thanks for that advice.... we are going to go ahead with developing with SQL server... would we be able to use a product such as Visual Studio 2005 to create a web front end for the database ...Show All

©2008 Software Development Network