brettman's Q&A profile
Smart Device Development Bluetooth printer
How can i send data from the ppc to zebra printer while using bluetooth I've tried to send data with a bluetooth chatprogramma but i get the error sending message on client.Connect( New BluetoothEndPoint( CType (cboDevices.SelectedItem, BluetoothDeviceInfo).DeviceID, ServiceName)) the specific error is : no connection could be made because target machine actively refused it... Printing is not a native, s ...Show All
SQL Server Adding Subreport Total to Main Report Total
Hi, can anyone help I have created a Report using Visual studio-the report displays a subreport within it. On the Subjective Report I have 12 values for each month of the year. For the first month the value is =sum(Fields! Month_1.Value) , and I have named this text box ’ SubRepM1 ’ The name of the subreport is ‘ subreport1 '. On my Main Report, again I have 12 values for each month of the year. For the firs ...Show All
Smart Device Development Error : Unable to connect to Smartphone 2003 device via ActiveSync.
Hello all, While connecting to smartphone 2003 device via ActiveSync I am getting following message: Unable to connect to Smartphone 2003 device via ActiveSync. What does this error message mean Please help me as soon as possible: Thanx in advance: Anupam Pathak you can get active sync specific questions answered in the following public newsgroup: microsoft.public.pocketpc.activesync ...Show All
.NET Development Is the anyway to define 1 Templated Layout for FormView.
Hi, In ASP:Formview you have < InsertItemTemplate > < ItemTemplate > < EditItemTemplate > Is there any way of defining just 1 layout template to be used for them all. It can be a pain to copy and paste the identical layout between Templates. Thanks This web forum is for questions specific to ASP.NET Web Services. Please try reposting your question to the ASP.NET web forums at: ht ...Show All
Visual Studio Express Editions fatal error LNK1561: entry point must be defined (bloodshed to VC++ Express)
when i take the code from a compiler called bloodshed and put it in express 2005 C++ i get an error.But when i take code from C++ to bloodshed i dont get any errors eg code #include <iostream> using namespace std; int main() { int age; cout<< "please state your age:" ; cin>> age; cin.ignore(); if ( age < 50 ) { cout<< "you are pretty young!\n" ; } else if ( age ...Show All
Windows Forms creating 3d disabled toolbar button like IE has
Hello all, Does anyone know what the best way to create this effect Currently I have Application.EnableVisualStyles(); Application.DoEvents(); and this gets the rollover effect I was looking for in XP but the disabled button look is still flat. I am newbie at&n ...Show All
Visual Basic I Need ASAP: Keyboard input
if i want to make a picture box move left, right, up or down what code do i use A simple example based upon keypresses on a form. Simple form with one button and picture box on. You are detecting the key that is pressed and moving the picturebox by adjusting the left and top properties. Public Class Form1 Private Sub MoveButtonAround(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles Me.KeyUp ...Show All
.NET Development Problem running VS.NET 2005 Application from shared drive!
Hi all I am trying to run a little application (written in VS 2005) from a shared drive on the Server (Windows 2003 Server 64bit). If I am doing so there is the following exeption displayed: "Request for the permission of type 'System.Security.Permissions..... failed" Normaly, on this error you have to adjust Zone Security in the .NET Configuration Utility. Of corse, I did this. I set the local Intranet Zone to FullTrust. But, it is stil ...Show All
Visual Studio crystal report for .NET redist
Hi, I face the problem on install the crystal report for .NET redist. The insatllation cannot complete and the Error 1935 occor. Can anyone help me on this issue. One more question is do i need crystal report for .NET redist to print out my report in crystal report viewer Thank you. Hello, I had follow the step that provided by the link that u give me before, but i still face the same problem. I'm not sure w ...Show All
Windows Forms Custom control initialization
how can i make windows forms not to initialize a particular property of my custom control when control is added to the form, from the tool box. thanks If an instance of a control is created, all associated properties must also&nbs ...Show All
Software Development for Windows Vista navigate page/forms?
Can I use workflow to navigate the order of forms(winform) or pages(web) Some code are apprecated. Tx Kha, This looks related to : http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=164124&SiteID=1 Arjun ...Show All
Visual J# Problems with 'Alter Login'
I have a Win32 program to restore a SQL Server backup, and properly map the SQL Server login IDs in the restored database, with the Logins on the Server. I even create the Logins on the server if they don't exist. All this worked great on 7.0 and 2000. In 2005 I'm using the 'Alter Login' command, as I need to specify 'CHECK_POLICY = OFF'. If I restore a backup from my Win32 program, the restore works. The I execute the following command to se ...Show All
Windows Forms Urgent !!!! please ;)
hie, Can anyone drop some ideas on why this new stuff is failing with the sample code even It throws the exception Stack Overflow !!! Another confusion : do i need to resolve any kind of firewall issues even if I am creating my terra ...Show All
Visual Studio Express Editions OK I AM Dumb
I must be because what I'm trying to do will not work. I have a table (Fruit) containing an ID (Identity)and a description(Apple, Banana etc..) so 1= Apple 2= Banana etc... I have a table (containing other info plus a column for the fruit ID I have a form with a dropdown to select the fruit to add Now heres where I go stupid... I need the combobox to show the item description from the first table (Apple) but stamp the ID(1) i ...Show All
Windows Forms MouseDoubleClick doesn't launch the event in a ComboBox
Hello. I've tested it in an empty project made in C# and in C++, and the event doesn't launch when I do double click over the ComboBox. Microsoft: when are you to publish the first service pack for Visual Studio 2005 Tomorrow ----------------CODE: #pragma once namespace pp { using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using namespace System::Windows::Forms ...Show All
