BCullenward9's Q&A profile
Smart Device Development Create and Print PDF document
I have a Vodafone v1640 (also called I-mate jasjar). I've written a program to create a PDF file. How can I print the a PDF file from my c# application On the pocket is installed a ClearVue PDF but it doesn't print file, only view. I've tried to install the Acrobat Reader but it doesn't start. I supposed it isn't for Window Mobile 5. Thanks Hi Michele, I am Prashanth. I too is having the problem what you are facing. In your m ...Show All
Windows Forms icons
Not sure if this is the right place to ask, but I want to include some icons in an application's .exe, from where they can be extracted, e.g. by an installshield project in the solution. I can't seem to find out how to do this. T ...Show All
Windows Forms How to detect mouse down on Child and Pass to MDI Parent?
I assume I need to raise the mouse down event of the child form to the parent form but I am having trouble getting this to work, any help or pointers are greatly appreciated. Use the WithEvents keyword when you create the  ...Show All
Visual Basic running apps (shell command)
hi, just wondering what i have done wrong in visual basic 2005 (.net). i used to be able to (vb6) go shell("appnamehere.exe") and it would run if i had the app in the same dir. now i cant seem to work out where i should put the exe when you run the setup of the project i published its like it installs itself and runs in temp or sumthin how do i make it so it just runs from its folder and can run the apps via the shell command ...Show All
Visual Studio 2008 (Pre-release) WCF Custom Behavior
Hi All, I am looking for some WCF behaviour help. Which will tell me Why we need behavior...wht we can do with it...& how to implement custom behavior. I tried a lot to get this info but didnt impress me much. if anyone have some real good stuff plezzzz share it across. Thanks a tonzzzzz in advance. WCF is extremely extensible and behaviors are a way of accessing that. The list of what you can do ...Show All
Visual Basic database, data propagation
I am bigginer in the Visual Basic. I use Microsoft Visual Basic 2005 Express Edition and Microsoft SQL Server 2005. I created a database and put it in the form. I ran the application, changed a value in the form, saved it with the save button on the top and left the application. I realised that the database was not change. The source is: Public Class Form1 Private Sub Table1BindingNavigatorSaveItem_Click(ByVal sender As System.Object, By ...Show All
Visual Studio Express Editions Directory.Getfiles
i want to do a search for all textfiles in C:\ so i did this ListBox1.Items.AddRange(IO.Directory.GetFiles("C:\", "*.txt", IO.SearchOption.AllDirectories)) but i get an error saying "Access to the path C:\system vloume information is denied", if it was in a loop i could say on error resume next but with this you cant, is there any other way around it thanks. Hi, try this code: string [] dirs = Directory .Ge ...Show All
.NET Development Verifying User's Internet Connection
I am looking for a way to verify whether the user's computer has a valid internet connection. Is there a function in .Net that will allow the underlying Windows internet connectivity detection to be checked Or do I have to hack something together like running a ping internally Any ideas of suggestions are greatly appreciated. ;) While there is a way of determining if the system has a network connection, there is not to my k ...Show All
SQL Server Stored Procedure
Hi, I'm new to stored procedures and I'd like to do a little bit o customization into a sp that I currently have on my sharepoint portal server. Here it goes: EXEC sp_executesql N 'SELECT t1.[TimeCreated] AS c0, t4.[tp_Email] AS c10c5, UserData.[datetime1], UserData.[ntext2], UserData.[nvarchar10], UserData.[tp_ItemOrder], UserData.[float2], t3.[tp_Title] AS c8, UserData.[tp_Created], t4. ...Show All
Visual Studio Team System Special caracters in workitems
How do I use special caracters (caoae) within workitems I've tried to use them directly or through HTML encode (çã) but neither way worked. I was getting the same problem with ProcessTemplate.xml but I added the encoding="ISO-8859-1" and it passed. The workitem definition files doesn't have the <XML> tag, so I can not change the encode. Thks, Max Andrade More info: I got load it ...Show All
Windows Forms usercontrol !
Hi i am looking for a way to Retrive the text of a listbox in a usercontrol okey , i think list box in a usercontrol ! like another controls has a handle that i can use sendmessage api function to retrive the text , but when i&n ...Show All
Visual Studio Visual Studio 2005 perfomance issue
Well, i just converted my 10 project solution to VS .Net 2005, and i'm finding out the converted app is running very slow. There has been no real change(except i substituted ConfigurationSettings.AppSettings to ConfigurationManager.AppSettings to see if that was the performance issue) and no luck. My application connects to Microsoft SQL Server(not 2005). What may be the cause to this problem My computer is a 2.39GHZ Celeron pc with 752 mbs RAM ...Show All
Visual Basic Thread Usage
I am working on an application that uses the Comm port. I have to send information to a device then it willl send it back. I would like to know if the way I want to use threading is correct or not. In other words is it correct to create a thread on each event or is there another way. The following is an example: Sub OnComm 'Called when 'Data received from comm buffer Dim t as new thread(Addressof ProcessData) Dim r as new thread(Addressof SendDa ...Show All
SQL Server Error Message "Key Sequence columns are not supported at the case level"
Hi group, I was trying to build a sequence clustering model in MSAS. I could deploy the model. Then while building the model, I end up getting an error with message "Key Sequence columns are not supported at the case level". Can some one tell me what it means and how i can avoid it Thanks in advance to any kind of help here. The Microsoft_Sequence_Clustering algorithm requires the sequence informati ...Show All
Visual C# PCL Command to printer
Hi, i would like to ask how do you send a pcl command to a printer any example or sample Hope someone can help. the pcl code is a hexa code. thanks in advance regards, ken ...Show All
