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

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

IMBack

Member List

Carsten Kanstrup
Mark Benningfield
aybe
dg2007
Liquid Tobi
CodeDjinn
Attila Fogel
Armin Prosch
Daniel15
Keith Vinson
danadanny
MadGerbil
Tarey Wolf
dazza33
13thGhost
tj-uk
TRU927
Sinnix
Ramesh_Kumar_02a072
John Marsing
Only Title

IMBack's Q&A profile

  • Visual Studio Express Editions how to send SMS using AT commands in VB

    Hi, Im tryin to develop a VB application to send and receive SMS, I have tried in the Hyperterminal and it works fine.But when I try to do the same with VB It gives me some Hresult exception. What should I do. I am attaching my code below, Imports MSCommLib Public Class Form1 Dim mscomm1 As MSComm Dim VbUnicode As VbStrConv Dim Msg As String Private Sub Form1_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load Msg = Txtmessage.Text mscomm1 = New MSComm mscomm1.InputLen = 0 mscomm1.RThreshold = 5 mscomm1.CommPort = 3 mscomm1.InBufferCount = 0 mscomm1.PortOpen = True MsgBox( "port open" ) End Sub Privat ...Show All

  • Visual Studio 2008 (Pre-release) clientCredentialType "Username" problem

    Hi, I have a duplex tcp channel with Aspnet authentication, so in my client : MyProxy = new OperatorServiceProxy ( new System.ServiceModel. InstanceContext ( this ), "suNET" , "net.tcp://localhost:8000/test"); MyProxy.ClientCredentials.UserName.UserName = "username"; // I receive an exception named "Object is readonly". MyProxy.ClientCredentials.UserName.Password = "password"; Does anybody know why I receive this type of exception I have another example that work fine using http but not using duplex channel . Here's my client configuration : < system.serviceModel > < client > < endpoint name = " suNET " address = " net.tcp://localho ...Show All

  • .NET Development Wildcards and Like

    ok I have seen a few post on this topic but have not been able to resolve the issue. within the Query Builder the query works fine and returns the correct records when pasted %<data>%. Outside of the builder in both data preview and in the application I can not get any records to return. I have a table adapter with the following SQL in it SELECT [Item Name], [Item QL], Rolled, [Mission Level], [Missions Roll at level] FROM RewardOverview WHERE ([Item Name] LIKE @itemname) I have tryed WHERE ([Item Name] Like N'%' + @itemname + N'%' ) as well to no advail. with in the code I have tryed to the simple "%" + <data> +"%" and the backup string.format("%{0}%",<data>) this fails i ...Show All

  • SQL Server Reporting Services: Subsciption E-mail Not Sending

    After setting up a subscription in reporting services you send an email and it reports that it sent it successfully, but no email is sent. It will send to a file share. Any suggestions The report is embeded in the body if you choose Web Archive format, otherwise it is attached. The format for the body is UTF-8 (I believe, going off memory here). We generally suggesting using a local SMTP to relay the messages and having RS drop the files to the SMTP Servers pickup directory. More info on configuring the email extension can be found here: http://msdn2.microsoft.com/en-us/library/ms159155.aspx ...Show All

  • SQL Server Ready Tool for SQL Ce Compact Edition

    We have a plan to use Microsoft SQL Server 2005 Compact Edition RC1 as a backend. Our Front-end is VS .NET (VB.NET). We want to know how to edit the Compact Edition database (.SDF). Is there any editor is available right now in the market or microsoft provided any editor for this. OR Can i use microsoft 2005 sql server standard edition for this. Thanks Hi, After a great struggle we have comeup with our own tool designed for managing the SQL compact edition database. Here the url http://www.satwhiz.com/datapump/info.html . You can download the beta tool. Please post your comments to gopalan@sofist.com Thanks Gops Sofist India ...Show All

  • Visual Studio 2008 (Pre-release) NUnit and Resources

    Whenever my TestFixture tries to execute Resources anywhere in the program, I get a NullReferenceException thrown. Is there something that you need to do in order to handle Resources when testing with NUnit I'm having the same troubles. NUnit makes a pretty weak attempt at loading the resources. Anyone have a reason for this behavior or a real fix Surely someone out there has been trying to test their WPF app. ...Show All

  • SQL Server Document Map

    Problems with Document Map creating a side scroll to get to Up/Down Scroll for the Map itself. There are two scroll bars once you side scroll over in the map window. Anyone seen this or know how to fix Or Anyone know how to change any of the properties on the Document Map or map window Thanks!!!!! So no one knows how to change any configuration on the Document map or why it creates a side scroll and a seperate vertical scroll from the main report ...Show All

  • Visual Studio Tools for Office Assembly '[project name].DLL' must have a shared name to be installed globally

    I am trying to complete a setup package for my excel project in VSTO. I posted here, my project works great. Here are the issues I am having; Error Assembly [project dll]' must have a shared name to be installed globally. The project does use a strong name. I am trying to add the .dll for this project into the GAC file within the setup package. Error Assembly ‘[a dll from another project]’ must have a shared name to be installed globally.. Now I know this looks like the same error but the issue is different. The .dll that is associated with this error belongs to a project that has been added to my project. I have burned the set package previously to project and had no issues. But I h ...Show All

  • Visual Studio Tools for Office Unable to cast object of type 'System.__ComObject' to type 'Microsoft.Office.Interop.Outlook.ApplicationClass'.

    Hi, I am trying to create an add-in for Outlook 2003, using VS2005, C#2.0, O2003PIA and VSTO. Outlook SP2 is installed. I have created an Outlook add-in project, but get a cast exception when I am trying to create the application object - which I need to be able to add a button in UI. I have been searching forever, but the only thing I find are people having trouble accessing AppointmentItems etc. Nobody seems to have troubles creating the Outlook application object. Does anyone have any ideas on how to solve this The code and exception is below. Thanks in advance! Anders To help clarify the previous responses - From the ThisAddIn class in your code, it appears that you are indeed using a VSTO 2005 SE add-in projec ...Show All

  • Visual Studio Team System Modifying DataDude projects from Team System Developer...

    Currently we're using the generic 'Database Project' in Team System Developer and I'm looking into switching the database people over to DataDude. Unfortunately some of our developers need to create and/or modify some of the database objects (mostly stored procs and tables). Can anyone point me towards something outlining how this works or possibly just share success or failure doing this Thanks! Are you using the Visual Studio 2005 Database Project (.dbp) or Visual Studio 2005 Team Edition for Database Professionals (.dbproj) projects. Based on your question I am guessing the first. -GertD ...Show All

  • Visual Basic Needing Some Knowledge About Visual Basic

    What are the limatations of Visual Basic - I am familiar with html, and dhtml, I'm learning CSS & C+ currently. -- Anyway, my hobby is making all kinds of websites. My cousin wanted me to make her a virtual pet site. Like Neopets R something interactive, where you can have items, stores, pets, and stuff like that. I don't know how to make this, and I've been trying to learn for what seems like forever. However I don't know what to search for to learn this. I found Visual Basic yesterday, and it is soo much easier than notepad. I haven't found out everything about it yet, and I was hoping someone can point me in the right direction, what to search for to learn how to make a virtual pet site.. I know it sounds childish but it's imp ...Show All

  • Windows Forms Tab Control tooltip

    Hey I am using Visual C# 2005, How do you make it so that if you put your mouse over a tab on a tab control then it will show a tooltip like this: Title of site URL of site So a 2 lined tooltip Thanks :) Ok I set it to true...but is there another way to do the tab page thing because if it is another tab page other then the first tabpage..then it wont show it...and it is a user create tab control...my way of saying the users add the tab pages...     Thanks :) ...Show All

  • Visual C# Convert a byte array to a short array?

    I have the following code that reads a number of bytes into an array then copies them into an array of shorts. // nInt16 is the number of 16 bit integers in being read in the form of bytes // br is a BinaryReader byte[] data = br.ReadBytes(nInt16 * 2); short[] arrInt16 = new short[nInt16]; Buffer.BlockCopy(data, 0, arrInt16, 0, nInt16 * 2); Is there a way, in C#, to read the data into a byte array and then "point" an array of short to it instead of copying the data Similar to what can be done in C++. (I realize that arrays in C# and C++ are totally different data structrures) Thanks. David Have you tried: BitConverter.ToInt16(); function Best Regards, Rizw ...Show All

  • .NET Development Wrong value return by a stored procedure via DataSet generated by VC# 2005 Express

    Hello all, I have a stored procedure which returns a value (int). This value is an ID obtained after an insert and should be unique. see: ALTER PROCEDURE [dbo].[sp_AddJobDescription] @name nvarchar(40) = NULL AS BEGIN declare @id as numeric(18,0) set @name=ltrim(rtrim(@name)) if (@name is null) begin Raiserror('Name can not be null',16,1) return 0 end if exists(select * from tbl_JobDescription where name=@name ) begin Raiserror('Name not present',16,1) return 0 end begin transaction insert into tbl_JobDescription(name) values(@name) if @@error<>0 begin Raiserror('Error inserting element',16,1) rollback transaction return 0 end set @id=@@identity commit transaction return @id END I have created a ...Show All

  • Windows Forms How to Raise and handle Events

    I have searched every server connected to the internet and msdn help but they returned no answers to my question Heres what i want to do I have a switch connected to my parallel port and i need to write an event to make textbox1.visible = true when it is pushed Please note i have every thing to do with the parport under control please help dav Here is an MSDN entry on how to publish, subscribe and raise a custom event. http://msdn2.microsoft.com/en-us/library/w369ty8x.aspx ...Show All

©2008 Software Development Network