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

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

akabir

Member List

PotatoHead
listerg
Th.Rach
m14cus
Chinni
Lloyd Saldua
n0n4m3
vikram123
SCulver
Ken Tucker MVP
charnata
DBAMANI
GregoryI
Glaciered Pyro
Al Dynarski
priyank_bolia
flyte
jadog
Wisdomtool
Vinayak
Only Title

akabir's Q&A profile

  • .NET Development Write Text File with the same Culture

    Hi, I developed a windows form application which writes a txt files with portuguese words with accents. The applications was developed in Windows XP in english and it writes the file correctly. But, when it runs in Windows 2000 Portuguese, the portuguese words have the accents changed to ascii simbols. How to fix it Regards, Marcelo. You need to install the font file in the machine under %System32%\fonts. You probably got the font installed in the first machine with the installation of some application or by enabling some language package but if you don't know you could copy the font file from one machine to the other. ...Show All

  • SQL Server data format of XML data in datafile generated by bcp -n

    Hi, The XML column data stored in the data file generated by using bcp -n is in two different formats. one is storing the a ctual length of the data prefixed by an 8 byte length infront of the data; the other one whithout the prefixed length but " FEFFFFFFFFFFFFFFFC030000" infront of the data. Could any body please tell me what the binary means Thanks, Lijie  In native mode, the length prefix for xml data is of 8 bytes. There are 3 variations of this length: a) If it's 0xFFFFFFFFFFFFFFFF then the column value is NULL b) If it's 0xFFFFFFFFFFFFFFFE (FEFFFFFFFFFFFFFFF in little endian), t ...Show All

  • Visual Studio Team System Did report updating frequency change since Beta 3?

    Is there a way to make the reports show current information Or how can I adjust the processing time of the data warehouse -Ed Abshire Check out: http://msdn2.microsoft.com/en-us/library/ms244694(VS.80).aspx for the detailed steps on how to change the runintervalseconds setting. Thanks, Othmane ...Show All

  • Smart Device Development Object Serialization Between PPC and PC Over Network

    I am currently developing a C# distributed system with multiple clients and one central server.  I am coding with .net studio 2005.    One client application is running on a Pocket PC having a wireless network card. The server is running on a 'standard' pc also having a wireless network card. (No need to mention that clients and server are on the same Local Area Network) What I want to do is to develop a communication protocol between these two processing nodes that would allow me to send custom objects over the network. The problem is that I just found out that .net CF does not support Remoting nor Serialization over TCP cha ...Show All

  • Visual Basic How can do Query operation in a xml file using vb's adodb Recordset and connection

    A xml file is created using the Recordset save method. Now i want to use that xml file as a table and want to do query operations like select, insert, delete, update and the order by and the group by. After this operation i want to take this records in a recordset. Is it possible Better i want a solution using other than a third party component or classes. Thanks in advance. ...Show All

  • Visual Basic Data Sources Window DBConcurrencyException

    Hi,   In our projects we create central classes for manipulating databases (connections, updating, …). We also created a public procedure for updating SQL-dataadapters who are able to treat " DBConcurrencyException. We not only use the merge procedure to enable the system to accept our changes, but we also test if another user has changed field(s) we didn’t change. So we accept his changes and merge it with our changes. We had to write this procedure because we didn’t find a method in VS2005 (nor in older versions) to do this job for us. Maybe there is one   But my principal question is another. In VS2 ...Show All

  • Visual Basic html to pdf

    Hey guys, I'm thinking about writing an application that will convert html to pdf and vise versa and I have a few questions if you don't mind. 1) Is VB.NET a good choice for such a project I can do C++ or Java if it's more reasonable. 2) What exactly should I look up I'm guessing I'll have to use a third party component for this, so please point me to one if needed. If you have any information or tips on this then please let me know. Thanks. I'd have to discourage you from doing this yourself. Google for +html +pdf +converter to find a bunch of commercial offerings. ...Show All

  • Visual Basic Is there a toolbar with bookmarks?

    I had to navigate through lengthy menus to toggle bookmarks so I thought I would add a toolbar for easy access. However, adding a toolbar proved to be an even lengthier process than toggling bookmarks! I checked a few likely suspects among the plethora of toolbars without success. Does anyone know which toolbar contains bookmarks Better yet, does anyone know of an easy way to figure out which specific menu item belongs to which specific toolbar Trying to find a menu item on a toolbar is like trying to find a needle in a haystack. Am I missing something or is MS making me work to hard for something so simple ...Show All

  • Visual Studio Express Editions Help with PrintPreview

    Hi, I am developing a program similar to Notepad called Notes 2006. have done most of the subs and functions and made classes. I have put in a print function that saves the file to the users temp directory and then prints the file and deletes it. This doesn't work i get a header with RTF information. I also need help in making a print preview dialog show the contents of a rich text box. If you reply could you make a class for the code called NotesPrintPreview so i can copy it into a new file. Thanks, Andrew Pope p.s. please reply a.s.a.p. I don't have the time to write a complete class for ...Show All

  • Visual FoxPro editbox programmatic change

    I am looking for an easy way to determine if I've made interactive change in an editor box. The issue is that there are about 16 controls on a container, they are initialized from a table record thus their values at activate time generally are not trivial default. I have to save the changes with a SAVE button if I made any but I want this button's click method to quickly determine which control values have been changed. I do not want to do REPLACE for the fields with values that haven't been changed. In case of simple controls like a combobox I can store the initial value in Tag property and do the comparison programmatically. Sometimes t ...Show All

  • Visual Studio Tools for Office how to code moving between fields in word

    HI, does anyone know how to help me with this problem: I have word document with a lot of formfields in it. I would like to write a code for this scenario: when user enters a maximum alowed number of characters ih the formfield I would like the coursor to enter the next formfield int the document. By coding this user would not need to press tab or enter to move to next field. I do not know how to capture the event when the user enters a character in the word document.... So if anyone can help me with this please do so... Hi, I understand that you are trying to program against Word form fields. P ...Show All

  • Visual Basic Help me converting simple VB6 code to VB.net

    Hi! This code is obviously VB6 code. Im desperately trying to get the width and height of an AVI file, and i found this code. This is the errors i getting. Maybe it will make things easier: error BC30802: 'Type' statements are no longer supported; use 'Structure' statements instead. error BC30678: 'End' statement not valid. error BC30828: 'As Any' is not supported in 'Declare' statements. error BC30002: Type 'AVIFILEINFO' is not defined. Can anyone help me out Private Const OF_SHARE_DENY_WRITE As Long = &H20 Private Type AVIFILEINFO     dwMaxBytesPerSec As Long     dwFlags As Long  &nbs ...Show All

  • Visual Studio Remote errors on Reporting Services

    Hello. I often test my reports on a remote report server. So I'm tired of seeing something like this: Reporting Services Error This property does not have any UI in Report Manager, but you can set it with just a few lines of rss script. Take a look at these MSDN pages for more information: http://msdn2.microsoft.com/en-us/library/microsoft.wssux.reportingserviceswebservice.rsmanagementservice2005.reportingservice2005.setsystemproperties.aspx http://msdn.microsoft.com/library/default.asp url=/library/en-us/rsamples/htm/rss_sampleapps_v1_8l42.asp ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. how to detect a 3d sub mesh where the mouse is on

    I'm trying to model a application where a 3d object is loaded from a .x file and I need to get the user input specifying which part of the object the user clicked on. something like image map in 2d..... I need it in a 3d object (where it can be rotated...etc) does anyone have ideas how to map between 3d sub meshes and get on which sub msh the user clicked on Thanks in advance Yes pretty much, though in a 3rd person shooter you have to take into account the position of walls etc, to make sure you didn't succesfully shoot someone behind an object. Also using the screen coordinates is only useful for th ...Show All

  • Visual C# easy way to encode a string

    hello guys :) i need a easy and simple method to encode a string or encode a text file. The problem is that in my school, they give all of us an e-mil account which i have been using to transmit some files which i would not like school to see. I was thinking about making a simple method or finding a simple method which encodes what i am sending cause some of these are sensetive data. I checked the library here on microsoft but didn't find what i was looking for. Thanks in advance :) It sounds like you mean encrypt, not encode - although you need to encode the text data as binary before you encrypt it anyway. Have a look at the docs for ...Show All

©2008 Software Development Network