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

Software Development Network >> Joshua Scholar's Q&A profile

Joshua Scholar

Member List

MichaelDymond
JamesF
a_dukeman
Dgates123
Avi G.
drainey
Chris Mann
Anderson Vasconcelos
hrjordan
TonyDixon
Andreja
Rafael Morales
ReneL
Kzeto Ng
am09qx30
Tres London - MSFT
Elona Tuomi MSFT
lhuff
Ventmore
Murali Krishnan
Only Title

Joshua Scholar's Q&A profile

  • Smart Device Development Run an application on CF and the full framework with SQLCE

    Hi, Is it a easy way to write a application that will work fine on the CF and the full version of the Framework when using the Sql Mobile database Now WebServices and other parts works just fine with the same executable, but I get an error when trying toopen the Sql Mobile database from the full version framework. I guess I could write a seperate component for this, but I would like to know if there is a easier way of doing this. With the CF 1.0 version I had to create a seperate components for the WebService interface so this time I would like to just have the same projects for both the CF and the full framework. Yes, that ...Show All

  • Software Development for Windows Vista Problem with Microsoft Beta Client

    I have problem with Microsoft Beta Client. Actual version not support Microsoft File Transfer Manager 5.0 - not detected, but version 4.0 don’t function. How do I submit bugs to MS it seems that you can use the Web to submit issue. If you got the "Submit Feedback" tab on the left hand side of connect.microsoft.com (my just show up today) ...Show All

  • Visual C# Executing aspx files not working

    Hi, I'm a newbie in .NET. I installed the .NET Framework, IIS and was able to execute asp scripts, but not aspx. And it doesn't show any errors. What am I doing wrong hi, framework support the previous version, to use asp you don't even need framework windows can handle that so it will work if you want to ask about web developing you can ask in this forum http://forums.asp.net hope this helps ...Show All

  • Visual Studio Express Editions Treeview question #4

    Hi Back again. This question is typed boolean :) I had problems when I click on the last node of a branch in treeview. This would invariably cause an 'Object reference not set to an instance of an object.' error. To solve this, I wrapped the offending code in an 'Try...Catch exception' = No more of those errors. Question: Is doing this a 'cop out' If answer = True then why I had tried a number of other 'traps' to avoid the offending code being executed, but all those attempts were trying to use aspects of the same variable(s) etc which also caused exceptions. Having your code in a try catch block is always a good idea ...Show All

  • Visual Studio Express Editions WSH in VB.Net Express????

    Hello, I'm trying to do multiple things that seem rather tedious and or difficult with VB.NET Express. Run part of the code as an administrator Read/write NTFS permissions on files/folders Map Network Drive I can do all of these fairly easily with VBScript and WSH. I was wondering if there is a way to access WSH from within VBScript or if it would be easier for me to have the VB program create the vbscript (WSH), run it, then delete it. Thanks Just an FYI, you're more likely to have all your questions answered if you split them up into different posts. For question #3 there are a couple different ways to do ...Show All

  • Windows Forms User time out in Desktop Application

    Hi, I want my user of desktop appliaction be logged out, if user do not press any key or click/move mouse for in last say 5minutes and be presented with a messagebox/login screen. basically i want to trap key events and mouse events at form level. I tried one logic having KeyPreview of form set to "true" and Form_KeyDwon can capture key down events on the form and on any control. The same way i want to capture mouse events with like Form_MouseDown or Form_MouseMove, if the mouse cursor is on the form area, it works fine, but if the mouse is on any control, it do not work. Do anybody has any idea, how can I achive the go ...Show All

  • SQL Server string to int????

    Hi, I need to convert a string to an integer. I've tried using CAST and CONVERT but the problem is that my data also contains alphanumeric characters, in wich case I want the result of the conversion to be 0. The above commands gives an error if the data is not pure numeric. What can I do Here is a quick example. select case when isnumeric(i)=1 then cast(i as int) else 0 end from( select '123' i union all select 'abc123' )tb ...Show All

  • SQL Server CLR Performance

    We had a CLR function that was running in seconds under the April CTP - now it takes over a minute in the new Sep CTP.  We've determined that the bottleneck is in the following line: Dim SqlConn As SqlConnection = New SqlConnection( "context connection=true" ) Is there a new recommended way to open a connection That looks right to me, and I'd be very surprised if it was simply the SqlConnection constructor that was causing this (otherwise everyone would be hitting it). Can you provide any more information Thanks, -Isaac ...Show All

  • Microsoft ISV Community Center Forums Glass effect in vb.net whitout dwmapi.dll, maybe dwm wrapper

    Hi, I'd like to ask, how can i use glass effect in vb without dwmapi.dll because im using xp. But from Joejoe'site i downloaded vista welcome center, and it has glass effect..without windowblinds. How Or maybe i should use dwm wrapper if yes, write a little sample.. thnx Hi Atis, The support engineer wrote a sample app for you, but I can't post it here. Please email me at budsup@microsoft.com so that I can send it to you. Thanks for using Microsoft ISV Support. According to your problem, I wrote a sample application for you. Please check it out! -brenda (ISV Buddy Team) ...Show All

  • Visual Studio Setup freezes when it "installs components".

    Trying tor install vs05b2 , the "setup is loading installation components" bar freezes at 100%. CPU usage is 0%. I must reboot machine to stop setup. I had instated the Feb CTP but I think I uninstalled it. I hoped installing the b2 framework would solve the problem. It did not. I had a successful install on another machine with the same media.    I get the same problem when I try to install Web Express 05b2 . The log file ends with: [04/22/05,23:57:29] VS70pgui: COptionsPage: : OnInitDialog() : Finished creating the CComponentTree object [04/22/05,23:57:30] Setup.exe: GetGlobalCustomProperty({739790FE-7740-4BD5-872B-2195FED088F ...Show All

  • Visual Studio Export Drill Down Report

    Hi all,    I've been search high & low for months now for a solution regarding my problem, and I'm about to give up & think that its not possible.   I'm using VS2003 VB.NET & Crystal Reports Dev 10.   I would like to export the "current" drilled-down tab result programmatically. Is there any way to do this   When I try to export using VB, I always export the "whole" report. And not the "current" drilled-down tab.   Please help and enlighten me on this.   If its not possible, then at least I'll know and stop attempting to look for a solution. Thanks, Henry :) ...Show All

  • Windows Forms DataGrid scroll - tough one

    Hi all, Is it possible to make a DataGrid scrollable while freezing one of its columns That is, while the rest of the columns scroll, that single column stays put. Thanks. I saw a grid that does this, but again I am not sure how: http://www.syncfusion.com/products/grid/features/grid_feat_12.asp I docs the frozen row or column to the header. ...Show All

  • Windows Forms Richtext Box text length

    Hi there, I need to change the color of the font as soon as the character length in a richtext box is over 400. I can find out the length of the richttextbox using: int i = richTextBoxPrintCtrl1.TextLength How could I assign a different font color when 400 characters are reached Thanks a lot Chris Hi, Handle the TextChanged event of your RichTextBox, then add this code to your event handler (this is in C#): int maxlen = 400; Color maxlenErrorColor = Color.Red; if ( richTextBox1.TextLength > maxlen ) {   if ( richTextBox1.ForeColor != maxlenErrorColor )   {   &nbs ...Show All

  • Visual C++ Please Help. !!!!!!!!!!!!! Error LNK2001: unresolved external symbol "__declspec(dllimport) public: class CString __thiscall

    Hi, I am trying to use 3 rd party API interface in VC++ module. Below is all that I got in the package.   CdCore.dll CdCore.lib CdCored.dll CdCored.lib CdDefs.h CdSdk.h   This is my program   #include <cstdio> #include <conio.h> #include <sys\types.h> #include <string>                                   #include <iostream>             ...Show All

  • Visual Studio 2008 (Pre-release) Databinding and passing parameters...

    I'm binding to properties on a user control as below < Canvas.Resources > < ObjectDataProvider x:Key = " MarkCollectionDS " d:IsDataSource = " True " ObjectType = " {x:Type DataSets:MarkCollection} " /> < DataTemplate x:Key = " MarkCollectionTemplate " > < StackPanel x:Name = " StackPanel " > < Controls:MarkControl Latitude = " {Binding Latitude} " Longitude = " {Binding Longitude} " /> < TextBlock x:Name = " TextBlock " Text = " {Binding Name} " /> </ StackPanel > </ Data ...Show All

©2008 Software Development Network