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

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

OEIL2MOSCOU

Member List

jazzmy
bonni
LauraB
coolblue2000
BeaverMan
pradeep.vutukuri
billcoke
Rob Wheeler
Anton Papst
Gwenna
TkNeo
EvilOneSD
LORDTEK
hpfarstad
dafan21
ATASLO
Dea Cris
Craig M Jackson
Rihaz
indigo-alien
Only Title

OEIL2MOSCOU's Q&A profile

  • SQL Server Debugging a Custom Resolver in VS2005

    Hi, I have created a custom resolver in VB .net (VS2005). The resolver works ( Both Publisher and Subscriber are SQL 2005 ), but I need to be able to debug the code within the resolver. How do I do this I have tried a number of things without success. Any suggestions would be appreciated. Cheers Neil That fixed it. The only other thing I had to do is in the properties of replmerg.exe I had to set the Debugger Type to "Mixed" not leave as "Auto" Thanks for you help. Neil ...Show All

  • .NET Development Connect 2 clients

    Hi, Is it possible to connect 2 clientapplication to each other, without connecting to their ip's, so the server connects the 2 clients and then shuts down the connection with them. Example: Client 1 <-------------> Server <--------------> Client 2 now the server breaks up the connection, but the 2 clients keep connected to each other. Client 1 <--------------> Client 2 I don't want to connect on ip because of problems with routers. The serverprogram works on a .net Socket And the Client works with the MSWinsockLib dll. Thanks To make this work, the two clients need to be able to address each other through IP, through a gateway if necessary if they are not on the ...Show All

  • Visual Basic Looping

    How do I setup a for next loop array to open files if I don`t know how many files are in the folder You could get an out of memory exception if the file you're trying to load is not a valid image file. Please check what kind of file you're loading before setting picturebox's Image property. Also, setting the pattern to limit the search to a certain extension could help: Dim folder As String = "d:\MyImageFiles" Dim pattern As String = "*.jpg" ... Andrej ...Show All

  • Visual Basic Application Configuration

    Hello. A question, please. I am working with VS 2005. I don't find how can I set the working enviroment. I mean DEBUG, RELEASE. I know that I must see a bouton called SOLUTION CONFIGURATION, but I dont have it. Can anyone help me Thanks... You will need to enable 'show advanced build configurations' . Goto Tools->options->Projects and Solutions->General and set the checkbox True . ...Show All

  • Silverlight (formerly WPF/E) 3d

    is there a simple xaml sample of getting started in 3d, I do not want to use any 3d software to output the 3d. A simple box shape and camera viewport would do for starters. Any urls or demos, just cant find any googling it. Richard 3D sample: http://www.windowsvista.si/main.htm show3d=1&content=home ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. space on Storage device

    how mucth space can we use on the xbox360 using Storage device Michael Hansen wrote: if i make game say 270 mb and can i save on the harddisk Don't see why not. Michael Hansen wrote: if my frend is a member of the creator club can i save on a memory card and go over to my frend on his xbox360 and play the game Read my post above - no, you can't. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Removing Title Bar

    I've done some searching but can't find anywhere on how to create a window with no title bar. I've seen windowed applications not have title bars. Is this possible with the XNA Framework and what magic do I need to add to my game There does not appear to be anyway to modify the window style in the beta and since you don't have access to the underlying windows form its tough to hack aroud it. Sounds like a request to add into connect http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=682921&SiteID=1 ...Show All

  • Windows Forms Deploy

    I have now finished my apps. How do I deploy them so I can distribute via disk MItch Check out the following details on ClickOnce http://msdn2.microsoft.com/en-us/library/t71a733d(vs.80).aspx A good webcast showing it being used http://dnrtv.com/default.aspx showID=8 ...Show All

  • .NET Development What's the difference between BCL and FCL??

    hi, guys, I would like about what's the difference between BCL(Base Class Library) and FCL(Framework Class Library)in .NET technology thank's!!! There really isn't any difference in general usage IMHO.  When people say BCL or FCL they are generally talking about the same thing.  However when push comes to shove the BCL is technically the base classes from which everything else is based (including the remainder of the framework).  The FCL is the entire framework.  The BCL would include everything in mscorlib and system and possibly some additional assemblies.  It includes all the type, assembly, reflection and collection classes of the framework (among others).  It does not include A ...Show All

  • Visual C++ linking problems (invalid or corrupt file)

    Hello experts! I was testing compilation programs with dlls. So I have created simple dll with header: int sum(int size) { return size*2; } And I have compiled it. I have also created simple console application using this library. In project options I have added headers path and libs path, but I have linking errors: Linking... C:\Documents and Settings\Jacek\Moje dokumenty\Visual Studio 2005\Projects\mylib\release\mylib.dll : fatal error LNK1107: invalid or corrupt file: cannot read at 0x278 Please help, I don't understand this error and I don't know what to do. Greetings .lib file stil doesn't want to appear. But /IMPLIB appeared on the link command line: /OUT:"C:\Documents and Settings\Jacek\Moje ...Show All

  • Smart Device Development Setting a default application in pocket PC

    Hi, We have developed an application in C# .Net Compact Framework using .NET Visual Studio 2003 and have it running on the Pocket PC(HP iPaq 5555) as well. I have 2 requirements : 1)I need to make this application the default application that is launched when pocket pc starts up 2)Need to disable all other applications / other windows programs when this application is running. Any ideas on how to do the same Thanks Smitha You can create a shortcut prorammaticaly. Create an empty file with extension "lnk" - For example: "myshortcut.lnk". Write into file 21#"\myfolder\hello.exe" if you want to create shortcut to "\myfolder\hello.exe". ...Show All

  • Visual Studio 2008 (Pre-release) Problem running an XBAP Application from localhost IIS

    I have tried to exercise DEV012 Hands-On Lab. Application runs Ok in Browser. But after i have published it under IIS, I get this error log when accessing http://localhost/XBox/XBox.xbap : PLATFORM VERSION INFO Windows : 5.1.2600.131072 (Win32NT) Common Language Runtime : 2.0.50727.42 System.Deployment.dll : 2.0.50727.42 (RTM.050727-4200) mscorwks.dll : 2.0.50727.42 (RTM.050727-4200) dfshim.dll : 2.0.50727.42 (RTM.050727-4200) SOURCES Deployment url : http://localhost/XBox/XBox.xbap Application url : http://localhost/XBox/XBox_1_0_0_0/XBox.exe.manifest IDENTITIES Deployment Identity : XBox.application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d3eb52f4d50ba783, processorArchitecture=msil Application Identity : XBo ...Show All

  • Visual Studio Express Editions Sharing connection string accross multiple forms.

    I was just wondering is it possible to share 1 connection string accross multiple forms I would like to do this so that I can go from production invironment to Development with the flip of a single switch... Dim connectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\database.mdb" thank you It sure is. Make a Public module Public Module Public connectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\database.mdb" End Module Add the module to your project, stir for three kinustes and then bake at 450 degrees for 20 minutes. :) ...Show All

  • Visual FoxPro delete record

    when you are in data entry screen and i want to delete the record. In parent table i already delete the record but in child table i was'nt able to delete. help me. thanks You need to give us more information. How are you trying to delete the record What happens If you're issuing a delete command, make sure you're on the correct record. Or you may want to use a rule in the database container to delete child records when parent record is deleted (Cascade). ...Show All

  • Visual Basic week number

    Hi How can we calculate week number in one month. I am bit confused about caliculating this week number in one month for example if we take today date 8/12/2006. Now we are in which week 2nd or first week (in december month) Our  zone is united kingdom.. Any help Thanks Dim a As New DateTime(Now.Year, Now.Month, 1) Dim week As Integer = ((Now.DayOfYear - a.DayOfYear) / 7) + 1 ...Show All

©2008 Software Development Network