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

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

Jobr77

Member List

Peacho
Jehan Badshah
Juan Pane
Mateusz Rajca
David MX
Michael Chancey
mxapacbell
levi3man
TheSoddy
Jamie Thomson
Hassan Ayoub
JackStri
Secrets
Gabest
Gabriel Lozano-Moran
ReneeC
Freelancer77
Docpro777
SamSam698
Olaf vd Sanden
Only Title

Jobr77's Q&A profile

  • SQL Server Internet Explorer 7 Release Candidate 1

    After downloading and installing this update I find that java script doesn't work (e.g. I cannot now access news videos). I have checked in Tools and find that Scripting is enabled. Can anyone assist me please as I rely on the Internet for news, not having a TV This forum is for SQL Server Reporting Services, and in general the MSDN forums target developer related questions, but you could try the Internet Explorer forum: http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=923&SiteID=1 You may also want to enable "Display a notification about every script error" on the Advanced tab of Tools->Options and provide the exact script error in your post. ...Show All

  • Software Development for Windows Vista HELP!!!! vista RC1 build 5600 install help

    I downloaded the RC1 update for vista x64 build 5600, and I really don't know what to do next. I can not find any program to burn the proper format of dvd. If this helps, this is an overview of my system. Gigabyte tech motherboard with the nividia sli 16 bit pci, dual evga geforce 7300-gt 512 mb, amd athlon 64 x2 2.0 ghz, 4 gb of ocz ddr2 400 mhz ram, and a couple of other little things. Also, some of the drivers will not recognize under the x64 setup, were they did under the x86 version. Any help would be very appreciated!!! Thanks for at least taking a look! Download Nero from www.download.com Intall it and get a DVD-R stick it in your drive and use the option in nero to burn image disc. Once comple ...Show All

  • .NET Development Problems with Regex.IsMatch and IndexOf methods

    Hi, I am developing a C# application and am trying to search for a string within a text. I tried using both Regex.IsMatch and IndexOf methods but they are somehow not working for me. Is there any other way to do the search Thanks, Hi yes there are alot of other ways to do search in a string for example split your string in the words, and search the array returned or load it to any collection and check Contains method.You can split string using string.Split method. By the way if the IndexOf and RegExp doesn't solve your problem then I think you are making some mistake in writing the pattren for regex or may be your string contain a EndOfFile or \0 character before your the text you are ...Show All

  • Visual Studio Express Editions VB.NET-Deployment (UNC)

    Hello! I know to go through the 'Publish' Wizard to "setup & deploy" my VB.NET VBE application. However, where it prompts for the path that the app will be loaded from, what is/does the 'UNC' need to be set to Thanks in advance... The UNC path needs to be set only if you are installing to a network or file share (i.e. deploy to a shared server somewhere). If you want just a local installation package then choose CD or DVD as the installation type. Let me know if you have other specific questions. ...Show All

  • SQL Server Is server downgrade possible?

    Hello, my question is simple, i guess, if anyone can help me solve this problem: I just installed Windows 2003 SBS Premium R2 but i have a software using SQL Server 2000 and not the one included in this version, 2005 wich is not compatible with. How can i downgrade, where cand i get the older server if the downgrade is possible and what else can i do before i shoot myself Is there any license issue that will not allow me the downgrade Thank You!!! Well, i don't have an older SQL 2000 database backup (also don't have a prior SBS 2003  server release) because we never used SQL before, version 2005 is uninstalled already but i don't know where from to download/get the SQL 2000 server as long as "Microsof ...Show All

  • Visual Studio 2008 (Pre-release) Why does ClientBase Dispose need to throw on faulted state? (Or, what's the difference between close and abort?)

    Could someone enlighten me as to why calling Dispose on a faulted client proxy needs to throw an CommunicationObjectFaultedException instead of just aborting the client   Essentially we have to do this: Client c = new Client(); try {  c.Foo();  c.Close(); } catch (Exception) {  c.Abort();  throw; } Instead of: using(Client c = new Client()) {  c.Foo(); } Yes, I've read the justifications in the SDK and here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=627970&SiteID=1  but the "summary of internal discussion" seems to be "well, that's what we're doing, so deal with it." I still don't understand why Close must throw instead of just, well, closing I know I'm going to have to live with i ...Show All

  • .NET Development RSS or ATOM feed?

    Can you tell me how I can put a RSS or ATOM feed in my VB app in a RichTextBox An alternate way would be to use the System.Net.WebClient to download the syndication feed XML data, then create a memory stream against the data and read the data using one of the available readers. ...Show All

  • Visual Basic GetLParam

    I have a message hook that receives HDM_GETITEMA messages. I need to get at the data pointed to by the LParam value. According to the scant infor I have found, you need to create a structure and use the GetLParam method to populate it. I have the following structure globally defined: Public Structure HD_ITEM Public mask As Integer Public cxy As Integer Public pszText As IntPtr Public hbm As Integer Public cchTextMax As Integer Public fmt As Integer Public lParam As Integer Public iImage As Integer Public iOrder As Integer End Structure The code to process and split the message: Private Sub Hook_SentMessage(ByRef m As System.Windows.Forms.Message) Handles Hook.SentMessage Dim ItemInfo As HD_ITEM ItemInfo = m.GetLPar ...Show All

  • Software Development for Windows Vista CreateProcess unbder WOW64

    I am running a 32 bit process under wow64. If I shell a process say "c:\windows\system32\calc.exe", the WOW64 will startup "c:\windows\syswow64\calc.exe" Is there any way to disable this conversion. thanks Zippo You may want to look for docs on the following function on msdn: Wow64DisableWow64FsRedirection ...Show All

  • Visual C++ relinking RTM libraries for VS2005SP1

    Hello.I cannot relinking CRT libraries (msvcr80.dll, ...) due to unhandld.obj. This obj is not generated during compiling. I used original makefile from VS2005 SP1. Can you help me. Thanks. Great! FYI, I just got official word from Alan of the VC libraries team that a better way to perform the unhandld.obj extraction and placement is to run the following command in your SRC folder (from a Visual Studio 2005 command prompt): for %i in (dll mt xdll xmt) do pushd intel\%i_lib && lib /extract:..\build\intel\%i_obj\unhandld.obj eh.lib && popd Ted. ...Show All

  • Smart Device Development Emulator says corrupt DB

    I am trying to figure out the emulator so that I can demo my software to my boss. Everything works except the database. The emulator keeps telling me that my DB is corrupt, but I can put the same file on the actual handheld, and it works fine. Could the emulator be corrupting my db or something. Has anyone ever seen or heard of this before. Are you putting your database on a DeviceEmulator shared folder There are known bugs related to CE databases residing on shared folders. Barry ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Windowed Resolution don't work

    Hi, i have a functionality to Toggle Between Video Resolution, just as GraphicDeviceManager.ToggleFullScreen() method but changing the video resolution in Windowed or FullScreen mode. /// <summary> Alterna entre el tamano de ventana por defecto y el tamano minimo establecido </summary> public void ToggleVideoResolution() { if (currentResolution == SupportedResolution .Res640x480) { currentResolution = SupportedResolution .Res800x600; PreferredBackBufferWidth = DefaultWith; PreferredBackBufferHeight = DefaultHeight; } else if (currentResolution == SupportedResolution .Res800x600) { currentResoluti ...Show All

  • Smart Device Development How to Increase the Pocket PC 2003 Emulator Device Memory ?

    I am running out of memory when deploying a vb 2005 application (with sql ce). So I want to increase the emulator memory Using VS 2005 I have gone into tools>options>device tools>devices>Pocket PC 2003 SE Emulator>Properties>Emulator Options> .. tick Specify RAM Size, and put 64, 128 or 256 in the ram size box. Then I kick off the emulator either by running the vb project or by running it from "Device Emulator Manager" - my setting seems to be always ignored and the device memory is showing as 29.70MB. A hard reset of the running device does not solve the problem. Neither does rebooting the PC. Any ideas thanks  note I am able to kick off the emulator manually, using this command line.... "C:\Pr ...Show All

  • Visual C++ strange output with atan2.....what does it mean?

    my line of code is: phi=atan2(n,e.x)+atan2(e.z,e.y); and it returns this: 0012FCE43.14159 does anyone know what this output is thanks! -sharyl i found the problem: i was writing file_op << phi << file_op << ........; instead of: file_op << phi ; file_op << ........; thanks for all the help! ...Show All

  • Windows Forms HI!!! well is there any way to load a custormise bitmap on a form!!!!!!!!!!how to make its background transparent!!!

    hi.. well it is a problem here that i have loaded a bitmap on a form ....now the problem is that my bitmap is a polygon type ....means it has a artistic look...which has not squared cornors....means that how and that cornor are white....and they are also coming on the screen..............now i make u undertand that by a direct x example in direct x we make a image a racing car but the racing car....is a design not a squared image.....so how can i have the left background of image of racing car transparent so that only the racing car comes on the screen not the other left image....... plz tell that u understood my problem,.... Umm, I've got trouble decoding your request. Guessing what you need: try something like setting th ...Show All

©2008 Software Development Network